summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Use mutex instead of low level thread lock to implement spinlock, thisdavidxu2003-12-092-60/+36
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, renamedavidxu2003-12-0960-272/+296
* | Put on some factor 30+ bikeshed repellent and export the internalpeter2003-12-091-1/+7
* | More reliably check timeout for pthread_mutex_timedlock.davidxu2003-12-092-2/+2
* | Fix a problem where 'make installworld' will fail and leave thegad2003-12-091-13/+7
* | Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* | Correct the READ/WRITE CDB direction definition.ps2003-12-081-2/+2
* | First pass at attempted debrucification:peter2003-12-082-7/+7
* | Add hints about nForce3 issuespeter2003-12-081-1/+16
* | Add a small program to test/measure with the RFC 2783 API for timingphk2003-12-083-0/+231
* | Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.obrien2003-12-083-15/+14
* | Add a serial console capable version of the FreeBSD boot manager. This hasbms2003-12-083-1/+883
* | Define RAID 5+1 and RAID ADG fault tolerancesps2003-12-082-0/+6
* | Go back to using rev 1.18 where thread locks are used instead of KSEdeischen2003-12-082-34/+32
* | - changed the logic in nd6_is_addr_neighbor(); check on-link prefixesume2003-12-081-17/+23
* | Try to catch up with device name changes due to GEOM'ification. Removeobrien2003-12-081-14/+19
* | More errata fixing for the SiI3112A disaster chip:sos2003-12-081-1/+3
* | Make msdosfs long filenames matching case insensitive again.fjoe2003-12-0810-33/+66
* | Fix more problems with the Silicon Image 3112A:sos2003-12-081-1/+17
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-087-19/+18
* | Unbreak vmstat -i on ia64:marcel2003-12-081-9/+12
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-0828-140/+142
* | 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
OpenPOWER on IntegriCloud