summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement a handle for efficient implementation of perforations inphk2003-02-122-7/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justimp2003-02-122-2/+2
* Implement rman_get_deviceimp2003-02-122-0/+7
* MF-p4:imp2003-02-121-80/+154
* 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
* 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
* PFIL_HOOKS optimization: check if at least one hook is present beforesam2003-02-111-2/+3
* 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
* Make a mutex to stop the race coming into geom_disk's done routine.phk2003-02-111-25/+61
* Sound devices were being leaked by dsp_open() not actually releasing thegreen2003-02-111-1/+6
* 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
* 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
* 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
* 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
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-114-342/+4
* Remove another printf which does not say anything we didn't already know.phk2003-02-111-1/+0
* Turn the "updating" flag (back) into two sequence number fields atphk2003-02-112-8/+9
* Remove a debugging printf.phk2003-02-111-1/+0
* s/IPSSEC/IPSEC/tanimura2003-02-111-1/+1
* Fixup printf format.alfred2003-02-111-1/+1
* Don't lock FILEDESC under PROC.alfred2003-02-111-2/+1
* Terminate 'e' event messages with a newline.scottl2003-02-111-0/+1
* Don't turn off the power of cards when new drivers are addedimp2003-02-111-19/+13
* Regensanpei2003-02-112-2/+9
* Add support SUNTAC U-Cable TypeD2 (DS96L)sanpei2003-02-112-0/+3
* - Add a comment about a race that will happen without Giant.jeff2003-02-101-0/+1
* - Unlock the nblock after the loop in bwillwrite().jeff2003-02-101-1/+1
* Get cosmetic changes out of the way before I add routing table SMP locks.hsu2003-02-101-56/+47
* - Enable STRICT_RESCHED until code that dynamically decides on reschedjeff2003-02-101-0/+2
OpenPOWER on IntegriCloud