summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFp4:imp2003-02-121-0/+11
* MFp4:imp2003-02-121-7/+5
* Whitespace nits.imp2003-02-121-2/+2
* Remove kptobj. Instead, use VM_ALLOC_NOOBJ.alc2003-02-122-18/+4
* Back out 1.143 and 1.144. They are no longer needed now that we startimp2003-02-122-12/+0
* Start devd after the networking stuff, but before we mount theimp2003-02-121-2/+2
* Now that we don't have the NODEVFS case, we can just check to see if aimp2003-02-121-0/+3
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).mike2003-02-121-1/+1
* Document the NOMAN option.trhodes2003-02-121-0/+3
* Properly document that syncache timer processing requires anhsu2003-02-121-3/+3
* Implement a bio-taskqueue to reduce number of context switches inphk2003-02-113-21/+65
* Say hello to Tinderbox 2.0, the choice of a new generation!des2003-02-112-0/+446
* Implement C99's signbit() macro.mike2003-02-114-2/+102
* PFIL_HOOKS optimization: check if at least one hook is present beforesam2003-02-111-2/+3
* Add Warner Losh quote.wes2003-02-111-0/+4
* Announce our ability to do DFLTPHYS sized transfers.phk2003-02-111-0/+1
* Announce our ability to do MAXPHYS transfers.phk2003-02-112-0/+2
* Advertise MAXPHYS upwards, we will split as necessary before we get to thephk2003-02-111-1/+1
* Check disk->d_maxsize/dev->si_iosize_max at open time rather than in strategy.phk2003-02-111-10/+7
* Deregister the dev_clone event handler when unloading the module. Badjoerg2003-02-111-1/+5
* Improve a comment and undo a bogus s/a/an/ in a comment. An asm guruschweikh2003-02-112-6/+6
* Add NOMAN here also.trhodes2003-02-111-0/+1
* Update random(6) to have the ability to randomize a file/stdin basedseanc2003-02-115-20/+389
* Add -DNOMAN to the list.trhodes2003-02-111-0/+1
* Catch up the following with the English version:rushani2003-02-112-18/+24
* Make a mutex to stop the race coming into geom_disk's done routine.phk2003-02-111-25/+61
* Update man page to match the new world order after Sam updated us toimp2003-02-111-73/+42
* Commit a nearly real man page describing the current state of devctl.imp2003-02-111-1/+71
* Sound devices were being leaked by dsp_open() not actually releasing thegreen2003-02-111-1/+6
* MFCs noted: ftpd(8) -h, -P, "/./"; ftpchroot(5).yar2003-02-112-8/+12
* Don't divide by zero if there is no stripewidth specified.phk2003-02-111-2/+4
* Typo in last commit.phk2003-02-111-2/+2
* Force cvsup mirrors to refetch this file.des2003-02-110-0/+0
* Better names for struct disk elements: d_maxsize, d_stripeoffsetphk2003-02-119-6/+50
* Propagate DISKFLAG_CANDELETE from struct disk to G_PF_CANDELETE on thephk2003-02-111-8/+11
* Kill unnecessary vertical whitespace.yar2003-02-111-1/+0
* Wrap a long line.phk2003-02-111-1/+2
* Sort.nyan2003-02-111-1/+1
* Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR.phk2003-02-111-10/+18
* Retire D_CANFREE flag.phk2003-02-112-2/+0
* Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flagphk2003-02-112-4/+4
* Unconditionally make our provider with G_PF_CANDELETE.phk2003-02-111-0/+1
* Propagate G_PF_CANDELETE to our own providers from the provider we attach to.phk2003-02-111-0/+2
* Mark our provider with G_PF_CANDELETE in the cases where this is actuallyphk2003-02-111-8/+14
* Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw withphk2003-02-111-1/+2
* document the current default value for VersionAddendum.des2003-02-114-4/+4
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginyar2003-02-111-1/+5
* Introduce flag field and G_PF_CANDELETE field on providers.phk2003-02-111-0/+2
* Introduce SI_CANDELETE flag on dev_t.phk2003-02-112-0/+2
* Switch to use the TSC code i386/i386/tsc.cphk2003-02-114-330/+4
OpenPOWER on IntegriCloud