summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-1516-0/+34
* Add my timecounter paper from EuroBSDcon2002phk2003-06-1510-0/+6004
* Remove in toto coda_strategy which incorrectly implemented vop_panic();phk2003-06-152-46/+0
* Merge entries from maho's USB device compatibility list.hrs2003-06-152-0/+54
* Always set bio_resid properly in fdstrategy(),yar2003-06-152-6/+4
* Check whether the floppy type pointer has been set before tryingyar2003-06-152-0/+8
* Various cr*() calls believed to be MPSAFE, since the uidinforwatson2003-06-151-0/+8
* Name a function argument "mbuf", not "buf", if it isyar2003-06-151-2/+2
* Add missing descriptions of macros M_ALIGN and MH_ALIGN.yar2003-06-151-1/+89
* Add more markup to the mbuf(9) manpage. This includes:yar2003-06-151-92/+239
* If lint(1) is not "lint", don't try to lint the xlint compat-libs. Amarkm2003-06-151-1/+7
* 1. Add code to support bound thread. when blocked, a bound thread neverdavidxu2003-06-155-112/+129
* Use .Va, not .Fa, to refer to structure members.yar2003-06-151-8/+8
* If the device goes away during ulpt_reset(), make sure not to calliedowse2003-06-151-1/+7
* Don't overwrite the static panicstr buffer for secondary and furtheriedowse2003-06-151-3/+8
* Use __builtin_alloca() on compilers that have it. Keep the prototype fordes2003-06-151-1/+17
* Remove the definition of alloca(), it does not belong here.des2003-06-151-5/+0
* Kill prototype for __msgwrite too. It is not needed anymore.mbr2003-06-151-1/+0
* Fix the master yppasswd routines, so they really workmbr2003-06-151-0/+26
* Fix the master yppasswd routines, so they really workmbr2003-06-151-33/+54
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.mbr2003-06-151-9/+47
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-152-127/+21
* err() on allocation failure. WARNS=9 compliantcharnier2003-06-157-21/+46
* Document changes to default output.grog2003-06-151-6/+7
* Print out the current recording devices in the default printout.grog2003-06-151-3/+9
* Remove an unnecessary forward declaration.alc2003-06-151-2/+1
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-152-18/+0
* Re-implement kernel access control for quotactl() as found in therwatson2003-06-153-23/+58
* Tighten up the string->integer conversion in sysctl(8):rwatson2003-06-151-5/+25
* Disable unneeded devices and options.nyan2003-06-151-5/+22
* Remove CPU_ATHLON_SSE_HACK option.nyan2003-06-151-1/+0
* Include "../Makefile.inc"nyan2003-06-151-0/+3
* Most power management devices don't exist on pc98.nyan2003-06-151-0/+4
* The en module has been broken for the last 40 hours. Disconnect itimp2003-06-151-1/+0
* - Increase the ksegrp's cpu time history buffer to 250ms.jeff2003-06-151-2/+2
* - Enable support for building Configuration ROM.simokawa2003-06-153-19/+109
* P_THREADED was renamed to P_SA, follow up.davidxu2003-06-151-2/+2
* Fix crom_add_simple_text().simokawa2003-06-151-4/+5
* Add CSRVAL_VENDOR_PRIVATE.simokawa2003-06-151-0/+7
* 1. Migrate TDF_UPCALLING from td_flags to td_pflags.davidxu2003-06-153-33/+14
* fix a couple typos in the commentsjmg2003-06-151-2/+2
* fix bootpd to use fd_set. For some reason on Sparc, using int withjmg2003-06-151-4/+6
* make rarpd use in_addr_t instead of u_long since this is neccessaryjmg2003-06-151-24/+24
* - Cap the growth of sleep and run time in sched_exit_kse().jeff2003-06-151-0/+4
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* - Fix the maximum slice value. I accidentally checked in a value of '2'jeff2003-06-151-38/+54
* Merge the following from the English version:hrs2003-06-151-2/+6
* check_drive: If the partition isn't a Vinum drive, release it againgrog2003-06-151-35/+35
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used bydavidxu2003-06-151-2/+0
OpenPOWER on IntegriCloud