summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Regen:sheldonh2005-04-121-256/+868
* Add support for VIA Tech metadata as used on thier SATA parts.sos2005-04-122-42/+235
* Silence a warning on systems without carp(4).ru2005-04-121-1/+2
* Protect against recursive labels creation in simlar way as it is donepjd2005-04-121-6/+46
* rman_set_device() seems to have been omitted by mistake. Implement it.imp2005-04-122-0/+7
* Cleanup of resource allocation code after having my attention focused onimp2005-04-122-34/+61
* - Remove unused include.jeff2005-04-121-1/+0
* - Differentiate two UPGRADE panics so I have a better idea of what's goingjeff2005-04-121-1/+3
* Use return value of resource_list_add to avoid a secondimp2005-04-121-7/+11
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-122-3/+5
* Conditionally report initial thread event.davidxu2005-04-121-1/+2
* Add missing event reporting code.davidxu2005-04-121-0/+65
* Report events from thread library.davidxu2005-04-121-16/+210
* Sync with debugger code in libthr.davidxu2005-04-124-46/+173
* Add debugger event reporting support, current only TD_CREATE and TD_DEATHdavidxu2005-04-129-16/+64
* Explicitly install linux_base 8 to make sure the right version isjhb2005-04-122-2/+2
* - Add the mising ASSERT_VOP_ELOCKED code in the !DEBUG_VFS_LOCKS case.jeff2005-04-121-1/+1
* Fix the handling of the UCS_RXSTOP flag so that it always tracksiedowse2005-04-121-5/+8
* Fix the same silly alloc mistake for nVidia and SiS as with VIA insos2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.sos2005-04-112-4/+3
* In winx32_wrap.S, preserve return values in the fastcall and regparmwpaul2005-04-111-10/+12
* Remove wrong -unfilled .Bd argument implied by -literal.dds2005-04-111-4/+4
* Avoid using the word "interface" twice in a sentence.trhodes2005-04-111-1/+1
* Add winx32_wrap.S to files.i386 for the NDISulator.wpaul2005-04-111-0/+1
* - Mark the VOPs that require exclusive locks. Those that aren't markedjeff2005-04-111-26/+26
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-112-3/+3
* - Add the character "E" to the understood lock types. This meansjeff2005-04-111-0/+2
* Use comments after .endif to please make(1) with latest changes somux2005-04-111-2/+2
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* Replace buggy for-loops to skip certain character with strspn(). If *fmt wasstefanf2005-04-111-3/+3
* Remove goto.glebius2005-04-111-20/+16
* - Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid ajeff2005-04-111-39/+43
* - Assert that we're no longer doing recursive vn_locks in inactive/reclaimjeff2005-04-111-3/+12
* - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues.jeff2005-04-112-4/+4
* Parse_Init() is gone so remove comments that mention it.harti2005-04-111-11/+0
* Remove an unneccesary forward declaration for MainParseArgs().harti2005-04-111-20/+34
* Remove the call to Parse_Init() - there is no need to initializeharti2005-04-111-2/+0
* Rework the directive parsing code. Instead of using a lot of strcmp()sharti2005-04-116-599/+673
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-118-14/+14
* Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now usedavidxu2005-04-111-1/+1
* The alternative suggested for /entropy as a shutdowndougb2005-04-112-6/+5
* It isn't a whinable offence to want memory when the bar says ioport.imp2005-04-111-6/+8
* The script mistakenly ignores the entropy_save_sz variable fromdougb2005-04-111-2/+2
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-1113-965/+1727
* Go ahead and try to allocate PCI_BAR(5) for ata devices.imp2005-04-101-0/+1
* Use the ata_suspend/resume functions instaead of the bus_generic ones.sos2005-04-101-2/+2
* Fix FreeBSD native SPAN arrays.sos2005-04-101-8/+8
* Align the entry point to assembly language functions to a 16-byte boundary.alc2005-04-101-2/+1
* Drop the default running value to 60% from 80%. Testing shows that wenjl2005-04-102-3/+3
OpenPOWER on IntegriCloud