summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set allow_memio to 1 if fetching the allow_memio hint fails. Thisgibbs2005-09-221-0/+1
* MFp4: Remove OLDCARD shimsimp2005-09-221-27/+13
* MFp4: trivial KNF nitsimp2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftimp2005-09-221-176/+82
* Remove the OPTIONS section, since it only documents FE_DEBUG and wronglykeramida2005-09-221-54/+0
* Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on ourthompsa2005-09-221-1/+1
* This is a forced commit. The previous change, revision 1.158 was intend todavidxu2005-09-220-0/+0
* Temporarily disable nice threshold detection code, as it can starvedavidxu2005-09-221-1/+3
* Better descriptions for the Jack of Diamonds cards.imp2005-09-211-5/+5
* Remove OLDCARD shimsimp2005-09-213-67/+22
* Don't confuse the tuple code and the tuple length. Ooops. Since mostimp2005-09-211-1/+1
* Use correct VFS locking rather than unconditionally grabbing Giant aroundjhb2005-09-211-12/+8
* Split power state control into two variables. hw.pci.do_powerstateimp2005-09-211-16/+18
* Add COMPAT_FREEBSD5 option. This should have been done back when Ikensmith2005-09-211-0/+3
* Remove a fortune that is duplicated verbatim in fortunes2-odougb2005-09-211-8/+0
* Style fix: "if (pointer)" -> "if (pointer != NULL)"cperciva2005-09-211-1/+1
* Narrow the use of user credentials.des2005-09-211-14/+10
* Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passingrwatson2005-09-211-2/+2
* Make sure we have a bufobj before calling bstrategy().cognet2005-09-211-1/+3
* Close the tty file descriptor once we're done with it.cognet2005-09-211-8/+8
* Fix typo. MAILWRAPER -> MAILWRAPPER.philip2005-09-211-1/+1
* - Understand EADDRINUSE, and forget EDQUOT. [1]glebius2005-09-211-2/+6
* Several fixes to rt_setgate(), that fix problems with route changing:glebius2005-09-211-35/+30
* Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9).rwatson2005-09-213-1/+124
* Update these scripts to be more userfriendly and usage safe.phk2005-09-215-51/+133
* Initialize uninitialized variables.grog2005-09-211-3/+3
* Remove one possible way of shooting yourself in the foot.grog2005-09-211-2/+4
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Fix an unaligned I/O memory access in the event that a SCB times out.marcel2005-09-211-3/+9
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-2114-8/+90
* Style fix: Correct a compiler warning from GCC 4kientzle2005-09-211-0/+1
* Use the correct minor number for the pccardX.cis device.imp2005-09-201-3/+7
* Remove unused (but initialized) variable 'objsize' from vm_mmap()peter2005-09-201-2/+1
* Remove OLDCARD support by removing compat shimsimp2005-09-204-93/+34
* Better use of gone.imp2005-09-201-9/+5
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
* Remove support for oldcard by removing compat shims.imp2005-09-201-24/+4
* Eliminate support for oldcard by removing the compat shims.imp2005-09-201-26/+5
* remove some dead codeimp2005-09-201-9/+1
* Correct the documentation for archive_read_data_into_buffer()kientzle2005-09-201-1/+1
* Remove queue check from last commit. In most cases there is smth in queue,glebius2005-09-201-2/+1
* Check IFF_DRV_RUNNING and presense of packets in queue before callingglebius2005-09-201-1/+3
* Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.imura2005-09-201-1/+1
* Add a new rc.conf entry, kerberos5_server_flags, which allows therwatson2005-09-203-1/+7
* Fix build.glebius2005-09-202-0/+14
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Move code macros from if_sis*reg*.h to if_sis.*c*phk2005-09-202-16/+16
* Add a convenience function to set NANO_MEDIASIZE, NANO_HEADS and NANO_SECTSphk2005-09-202-0/+127
* Create an /etc/nanobsd.conf in the built image and put the disk drive namephk2005-09-201-28/+124
* Mention the default location of alternative super block on adelphij2005-09-201-2/+2
OpenPOWER on IntegriCloud