aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Add the character "E" to the understood lock types. This meansJeff Roberson2005-04-111-0/+2
* Use comments after .endif to please make(1) with latest changes soMaxime Henrion2005-04-111-2/+2
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowJeff Roberson2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowJeff Roberson2005-04-111-1/+1
* Replace buggy for-loops to skip certain character with strspn(). If *fmt wasStefan Farfeleder2005-04-111-3/+3
* Remove goto.Gleb Smirnoff2005-04-111-20/+16
* - Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid aJeff Roberson2005-04-111-39/+43
* - Assert that we're no longer doing recursive vn_locks in inactive/reclaimJeff Roberson2005-04-111-3/+12
* - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues.Jeff Roberson2005-04-112-4/+4
* Parse_Init() is gone so remove comments that mention it.Hartmut Brandt2005-04-111-11/+0
* Remove an unneccesary forward declaration for MainParseArgs().Hartmut Brandt2005-04-111-20/+34
* Remove the call to Parse_Init() - there is no need to initializeHartmut Brandt2005-04-111-2/+0
* Rework the directive parsing code. Instead of using a lot of strcmp()sHartmut Brandt2005-04-116-599/+673
* Make sure the only thing that follows .endif or .else is a comment.Hartmut Brandt2005-04-118-14/+14
* Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now useDavid Xu2005-04-111-1/+1
* The alternative suggested for /entropy as a shutdownDoug Barton2005-04-112-6/+5
* It isn't a whinable offence to want memory when the bar says ioport.Warner Losh2005-04-111-6/+8
* The script mistakenly ignores the entropy_save_sz variable fromDoug Barton2005-04-111-2/+2
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingBill Paul2005-04-1113-965/+1727
* Go ahead and try to allocate PCI_BAR(5) for ata devices.Warner Losh2005-04-101-0/+1
* Use the ata_suspend/resume functions instaead of the bus_generic ones.Søren Schmidt2005-04-101-2/+2
* Fix FreeBSD native SPAN arrays.Søren Schmidt2005-04-101-8/+8
* Align the entry point to assembly language functions to a 16-byte boundary.Alan Cox2005-04-101-2/+1
* Drop the default running value to 60% from 80%. Testing shows that weNate Lawson2005-04-102-3/+3
* Set CPU speed to 100% in acpi_throttle attach. This is needed for someNate Lawson2005-04-102-3/+12
* Properly terminate the table generated from ACPI info. The cpufreqNate Lawson2005-04-101-6/+6
* Update for verbose debugging support and add Bruno Ducrot author note.Nate Lawson2005-04-101-6/+10
* Advertise that we can handle unified SMP control of processor powerNate Lawson2005-04-101-2/+4
* Advertise p4tcc via acpi_get_features() _PDC support.Nate Lawson2005-04-101-0/+18
* Add debugging prints to all the methods in case there are problems withNate Lawson2005-04-101-7/+70
* Fix support for _PDC by using the proper version/length format for theNate Lawson2005-04-102-3/+24
* Add myself to the calendar.Remko Lodder2005-04-101-0/+1
* Add support for recording the total energy used (in joules) when inNate Lawson2005-04-101-6/+47
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toAlan Cox2005-04-102-10/+6
* Update copyright: parts of the netipx implementation are covered by aRobert Watson2005-04-101-1/+1
* Compare (mbuf *) with NULL, not 0.Robert Watson2005-04-101-1/+1
* Fix the output ports on the AD1988 codec. From the submitter:Scott Long2005-04-101-0/+1
* o Add DragonFly 1.2.0.Maxim Konovalov2005-04-101-3/+4
* Remove duplicated "bytes".Xin LI2005-04-101-1/+1
* s/self-distruction/self-destructionJens Schweikhardt2005-04-101-2/+2
* Refine the SATA PHY code so the time consumed during probe is reduced.Søren Schmidt2005-04-103-10/+15
* - Tighten up the Timestamp checks to prevent a spoofed segment fromPaul Saab2005-04-103-6/+47
* - If the reassembly queue limit was reached or if we couldn't allocatePaul Saab2005-04-104-2/+8
* When the rightmost SACK block expands, rcv_lastsack should be updated.Paul Saab2005-04-101-0/+2
* Remove some unused sack fields.Paul Saab2005-04-101-3/+0
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-102-1/+113
* Oops, correct typo.Yoshihiro Takahashi2005-04-107-7/+7
* Initialize vp before using it. Failing to do this can cause instantXin LI2005-04-101-0/+1
* Suspend all other threads in the process while generating a core dump.David Schultz2005-04-101-1/+11