summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add myself as a new ports committer.jylefort2005-04-121-0/+1
* Dot the i's:marcel2005-04-121-5/+7
* honor new IEEE80211_KEY_GROUP key flagsam2005-04-122-1/+31
* Revise crypto api lightly to improve group key handling:sam2005-04-123-33/+44
* Unbreak the powerpc build by fixing some ATA constants that were renamed.ssouhlal2005-04-121-3/+3
* Big cleanup of resource code for pccard. Once coventry noticedimp2005-04-122-104/+30
* On amd64 int64_t != long long.sos2005-04-121-1/+2
* Document that dumpdev may be set to AUTO to dump to the first appropriatethomas2005-04-121-1/+1
* resource_list_purge: release the resources in this list, and purge theimp2005-04-122-0/+22
* Fix minor discrepancy between documentation and implementation: thethomas2005-04-121-1/+1
* (handler): When exitting upon an abnormal signal, yppush_exit() should notthomas2005-04-121-1/+1
* Adding a brief description for pirtool.avatar2005-04-121-0/+1
* Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4.brueffer2005-04-123-2/+13
* Better use the right name for the VIA software RAID.sos2005-04-122-3/+3
* 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
OpenPOWER on IntegriCloud