aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement dlinfo() function.Alexander Kabaev2003-02-131-2/+13
* Remove unnecessary EXPORT_SYMS.Hidetoshi Shimokawa2003-02-131-2/+0
* firewire/fwohciHidetoshi Shimokawa2003-02-134-50/+75
* Sync to 1.114 of usbdevsMIHIRA Sanpei Yoshiro2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96UMIHIRA Sanpei Yoshiro2003-02-132-0/+3
* It seems the extra precautions are no longer needed.Dag-Erling Smørgrav2003-02-131-2/+0
* Add an XXX comment noting that getrusage() accesses p_stats->p_ruTim J. Robbins2003-02-131-0/+1
* Missed odd address test when transcribing the Alpha version.Peter Grehan2003-02-131-1/+1
* Add Intel 85x/86x AGP support.Eric Anholt2003-02-132-32/+176
* MFi386Alan Cox2003-02-132-18/+6
* Don't bother to build ficl if NOFORTH is defined.Benno Rice2003-02-131-0/+2
* Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 thatPeter Wemm2003-02-132-6/+6
* Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is soPeter Wemm2003-02-132-4/+60
* Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.Peter Wemm2003-02-131-2/+16
* Print "Stack backtrace:" right before dumping the backtrace. We cannotPeter Wemm2003-02-131-1/+2
* in_pcbnotifyall() requires an exclusive protocol lock for notify functionsJeffrey Hsu2003-02-121-7/+7
* Do not do an assignment in a truth test (previous commit) or gcc gives aPeter Wemm2003-02-121-1/+1
* Correctly set bio_data in cloned children when cutting up large requests.Tor Egge2003-02-121-1/+1
* Sync to 1.113 of usbdevsMIHIRA Sanpei Yoshiro2003-02-122-2/+30
* Add support YAMAHA NetVolante RoutersMIHIRA Sanpei Yoshiro2003-02-122-0/+13
* Implement a handle for efficient implementation of perforations inPoul-Henning Kamp2003-02-122-7/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justWarner Losh2003-02-122-2/+2
* Implement rman_get_deviceWarner Losh2003-02-122-0/+7
* MF-p4:Warner Losh2003-02-121-80/+154
* MFp4:Warner Losh2003-02-121-0/+11
* MFp4:Warner Losh2003-02-121-7/+5
* Whitespace nits.Warner Losh2003-02-121-2/+2
* Remove kptobj. Instead, use VM_ALLOC_NOOBJ.Alan Cox2003-02-122-18/+4
* Properly document that syncache timer processing requires anJeffrey Hsu2003-02-121-3/+3
* Implement a bio-taskqueue to reduce number of context switches inPoul-Henning Kamp2003-02-113-21/+65
* PFIL_HOOKS optimization: check if at least one hook is present beforeSam Leffler2003-02-111-2/+3
* Announce our ability to do DFLTPHYS sized transfers.Poul-Henning Kamp2003-02-111-0/+1
* Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp2003-02-112-0/+2
* Advertise MAXPHYS upwards, we will split as necessary before we get to thePoul-Henning Kamp2003-02-111-1/+1
* Check disk->d_maxsize/dev->si_iosize_max at open time rather than in strategy.Poul-Henning Kamp2003-02-111-10/+7
* Deregister the dev_clone event handler when unloading the module. BadJoerg Wunsch2003-02-111-1/+5
* Improve a comment and undo a bogus s/a/an/ in a comment. An asm guruJens Schweikhardt2003-02-112-6/+6
* Make a mutex to stop the race coming into geom_disk's done routine.Poul-Henning Kamp2003-02-111-25/+61
* Sound devices were being leaked by dsp_open() not actually releasing theBrian Feldman2003-02-111-1/+6
* Don't divide by zero if there is no stripewidth specified.Poul-Henning Kamp2003-02-111-2/+4
* Typo in last commit.Poul-Henning Kamp2003-02-111-2/+2
* Better names for struct disk elements: d_maxsize, d_stripeoffsetPoul-Henning Kamp2003-02-119-6/+50
* Propagate DISKFLAG_CANDELETE from struct disk to G_PF_CANDELETE on thePoul-Henning Kamp2003-02-111-8/+11
* Wrap a long line.Poul-Henning Kamp2003-02-111-1/+2
* Sort.Yoshihiro Takahashi2003-02-111-1/+1
* Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR.Poul-Henning Kamp2003-02-111-10/+18
* Retire D_CANFREE flag.Poul-Henning Kamp2003-02-112-2/+0
* Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flagPoul-Henning Kamp2003-02-112-4/+4
* Unconditionally make our provider with G_PF_CANDELETE.Poul-Henning Kamp2003-02-111-0/+1
* Propagate G_PF_CANDELETE to our own providers from the provider we attach to.Poul-Henning Kamp2003-02-111-0/+2