aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't use C keyword register as CPP macro argument nameWarner Losh2005-04-121-2/+2
* Document the SUN_LEN macro.Matthew N. Dodd2005-04-121-0/+18
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-1216-25/+25
* Tidy vcnt() by moving a duplicated line above #ifdef and removing a uselessJohn Baldwin2005-04-121-5/+2
* Use NULL rather than 0 in a couple of places.John Baldwin2005-04-121-2/+2
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.John Baldwin2005-04-121-2/+2
* We have an asm version of bcmp(), so we could use it as well.Olivier Houchard2005-04-122-2/+1
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-1238-31888/+36496
* Replace spl protection in rtcin() and writertc() with spinlocksMatthew N. Dodd2005-04-122-12/+12
* - Consistently protect against NULL dereference.Matthew N. Dodd2005-04-121-48/+58
* Add myself as a new ports committer.Jean-Yves Lefort2005-04-121-0/+1
* Dot the i's:Marcel Moolenaar2005-04-121-5/+7
* honor new IEEE80211_KEY_GROUP key flagSam Leffler2005-04-122-1/+31
* Revise crypto api lightly to improve group key handling:Sam Leffler2005-04-123-33/+44
* Unbreak the powerpc build by fixing some ATA constants that were renamed.Suleiman Souhlal2005-04-121-3/+3
* Big cleanup of resource code for pccard. Once coventry noticedWarner Losh2005-04-122-104/+30
* On amd64 int64_t != long long.Søren Schmidt2005-04-121-1/+2
* Document that dumpdev may be set to AUTO to dump to the first appropriateThomas Quinot2005-04-121-1/+1
* resource_list_purge: release the resources in this list, and purge theWarner Losh2005-04-122-0/+22
* Fix minor discrepancy between documentation and implementation: theThomas Quinot2005-04-121-1/+1
* (handler): When exitting upon an abnormal signal, yppush_exit() should notThomas Quinot2005-04-121-1/+1
* Adding a brief description for pirtool.Tai-hwa Liang2005-04-121-0/+1
* Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4.Christian Brueffer2005-04-123-2/+13
* Better use the right name for the VIA software RAID.Søren Schmidt2005-04-122-3/+3
* Regen:Sheldon Hearn2005-04-121-256/+868
* Add support for VIA Tech metadata as used on thier SATA parts.Søren Schmidt2005-04-122-42/+235
* Silence a warning on systems without carp(4).Ruslan Ermilov2005-04-121-1/+2
* Protect against recursive labels creation in simlar way as it is donePawel Jakub Dawidek2005-04-121-6/+46
* rman_set_device() seems to have been omitted by mistake. Implement it.Warner Losh2005-04-122-0/+7
* Cleanup of resource allocation code after having my attention focused onWarner Losh2005-04-122-34/+61
* - 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