aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove unused include.Jeff Roberson2005-04-121-1/+0
* - Differentiate two UPGRADE panics so I have a better idea of what's goingJeff Roberson2005-04-121-1/+3
* Use return value of resource_list_add to avoid a secondWarner Losh2005-04-121-7/+11
* Return the resource created/found in resource_list_add to avoid an extraWarner Losh2005-04-122-3/+5
* Conditionally report initial thread event.David Xu2005-04-121-1/+2
* Add missing event reporting code.David Xu2005-04-121-0/+65
* Report events from thread library.David Xu2005-04-121-16/+210
* Sync with debugger code in libthr.David Xu2005-04-124-46/+173
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHDavid Xu2005-04-129-16/+64
* Explicitly install linux_base 8 to make sure the right version isJohn Baldwin2005-04-122-2/+2
* - Add the mising ASSERT_VOP_ELOCKED code in the !DEBUG_VFS_LOCKS case.Jeff Roberson2005-04-121-1/+1
* Fix the handling of the UCS_RXSTOP flag so that it always tracksIan Dowse2005-04-121-5/+8
* Fix the same silly alloc mistake for nVidia and SiS as with VIA inSøren Schmidt2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.Søren Schmidt2005-04-112-4/+3
* In winx32_wrap.S, preserve return values in the fastcall and regparmBill Paul2005-04-111-10/+12
* Remove wrong -unfilled .Bd argument implied by -literal.Diomidis Spinellis2005-04-111-4/+4
* Avoid using the word "interface" twice in a sentence.Tom Rhodes2005-04-111-1/+1
* Add winx32_wrap.S to files.i386 for the NDISulator.Bill Paul2005-04-111-0/+1
* - Mark the VOPs that require exclusive locks. Those that aren't markedJeff Roberson2005-04-111-26/+26
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkJeff Roberson2005-04-112-3/+3
* - 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