summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-0813-1378/+101
* Fix sort order.obrien2003-12-081-1/+1
* Repo copied from sys/i386/include. All the <arch>/machine ones areobrien2003-12-080-0/+0
* Move the ciss quirk to the right section, also update the commentps2003-12-081-8/+7
* Catch up with i386 GENERIC rev 1.389.obrien2003-12-081-6/+8
* ciss doesn't like scsi SYNC CACHE. turn it offps2003-12-081-0/+8
* Forced commit:imp2003-12-080-0/+0
* Add the meteor driver man page back. It has moved up a level from theimp2003-12-083-5/+886
* Remove trailing whitespace.kan2003-12-081-7/+7
* Diff to vendor reduction.obrien2003-12-081-0/+1
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-5/+10
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-2/+2
* Addendum to revision 1.174: In the case where vm_pager_allocate() is calledalc2003-12-081-2/+6
* Copy the old dgb man page to digi.4, plus very minor hacking. Add aimp2003-12-082-0/+383
* Lock and unlock sched_lock when walking through thread list, current wedavidxu2003-12-071-1/+11
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-071-1/+1
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-072-3/+3
* Try a little harder to catch when fixate finishes.sos2003-12-071-2/+4
* Urk, add arch attributes to items from my previous commit.bmah2003-12-072-8/+8
* Style changetrhodes2003-12-072-2/+2
* New release notes: Record the demise of the lmc, dgb, hea, meteor,bmah2003-12-072-6/+28
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.alc2003-12-072-9/+11
* The lmc, meteor, and loran drivers have been removed from the sourcebmah2003-12-072-20/+8
* Bump various entities for 5.2-CURRENT, trim release notes and errata.bmah2003-12-074-1620/+34
* Pass MTX_DEF as the last argument to mtx_init() instead of 0. Thistruckman2003-12-072-3/+3
* bandaid LOR in rt_setgate; a proper fix requires code refactoringsam2003-12-071-4/+7
* add install rulesam2003-12-072-0/+11
* o report 0 instead of -1 for xmit rate when in transitionsam2003-12-071-4/+39
* fix commentsam2003-12-071-1/+1
* The uuidgen(1) program is WARNS=6 clean, so flag it as such.mux2003-12-072-2/+2
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-0714-50/+53
* Add a manual page for the consolidated debugging commit.scottl2003-12-072-0/+77
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-074-56/+41
* Make the DIAGNOSTIC code which complains about long {call|time}out(9)phk2003-12-071-5/+11
* Regen due to kse_switchin(2).marcel2003-12-075-7/+17
* Add kse_switchin(2). This syscall can be used by KSE implementationsmarcel2003-12-074-0/+51
* Finish the transition from libkvm to sysctl that I started a while ago.des2003-12-073-118/+249
* Log all results to a history file in the log directory.des2003-12-071-0/+38
* Constify, and add an API function to find a named node in a directory.des2003-12-072-6/+21
* Minor whitespace and style issues.des2003-12-077-21/+16
* Use mp_ncpus instead of the hw.ncpu sysctl.des2003-12-071-22/+11
* Remove useless SMP check code.des2003-12-072-22/+0
* Forced commit: previous log entry should have said "fix some warnings anddes2003-12-070-0/+0
* Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.des2003-12-072-22/+22
* Print out the file system access statistics using uintmax_t typesiedowse2003-12-071-4/+7
* MFR: Bump manpages revision to 5.2.ru2003-12-071-1/+1
* Add support for timeout: and attempts: resolver options.murray2003-12-073-1/+37
* use callout_*() rather than timeout().ume2003-12-071-2/+5
* link-local multicast address must be converted to KAME specificume2003-12-071-1/+1
* KASSERT against multiple orphanings of providers.phk2003-12-072-0/+5
OpenPOWER on IntegriCloud