summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-274-8/+60
* Add a missing pair of curly braces to a conditional debuggibbs2002-09-271-2/+3
* Add "missing scratch-pad register" to the first of the two portsphk2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.phk2002-09-272-0/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".phk2002-09-271-6/+5
* Fix so it compiles with the new disklabel stuff.sos2002-09-271-5/+5
* Extensively rework the geom_bsd method, put a lot of comments in, bettingphk2002-09-271-104/+424
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-278-5/+84
* Make the UP/DOWN threads hold on to their own private mutex while doingphk2002-09-271-2/+26
* Correctly en/decode MAXPARTITIONS partitions.phk2002-09-271-16/+8
* Setattr should not retry on EBUSY, we could get EBUSY back becausephk2002-09-271-14/+15
* Various no-ops:phk2002-09-274-11/+5
* Correctly calculate size of PC98 slices.phk2002-09-271-1/+1
* Allocate bio's with M_NOWAIT and let the caller deal with the problems.phk2002-09-271-7/+9
* Add checks for g_clone_bio() returning NULL, it will be possible RSN.phk2002-09-272-1/+18
* Implement g_call_me() as a way for geom methods to schedule operationsphk2002-09-273-1/+36
* Ok, include also the two tests which actually does effect the claimsphk2002-09-271-0/+4
* Hook into the shutdown EVENTHANDLER and stop tasting things after wephk2002-09-271-0/+16
* Rename the doorlock to eventlock, it gets to protect a bit more in the future.phk2002-09-271-6/+6
* Make it a tad easier to deal with struct inode in userland programs whichphk2002-09-271-1/+1
* Use our mount-credential if we get a NOCRED when we try to write out EAphk2002-09-271-0/+2
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)joe2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)joe2002-09-271-5/+13
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatephk2002-09-273-13/+78
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)joe2002-09-271-5/+12
* MFNetBSD: revision 1.66joe2002-09-271-6/+6
* Add the pst (Promise SX6000) driver to GENERIC.sos2002-09-272-0/+2
* Add the "Monitor" interface flag.phk2002-09-272-0/+8
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-277-21/+21
* Prepare for the uncoming import of the ServeRAID driverscottl2002-09-271-0/+2
* Redo how completing threads pass their state to userlandjulian2002-09-273-165/+245
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* Remove an errant debugging printf that got left in during my lastrwatson2002-09-271-1/+0
* Upgrade to version 1.1 of the aic79xx U320 driver.gibbs2002-09-266-243/+335
* Expand vendor ID.gibbs2002-09-261-1/+1
* Correct a spelling error.gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thengibbs2002-09-264-4/+4
* Use inttypes.hgibbs2002-09-265-7/+26
* Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL().phk2002-09-261-0/+6
* Apparently pxeboot passes in a mygateway of non-zero sin lengthrwatson2002-09-261-1/+6
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-263-4/+4
* Move the aac driver from MI to MD NOTES. It is a long way from beingscottl2002-09-262-6/+6
* I hate it when patch gives me .rej files.phk2002-09-261-0/+1
* Remove NBBY and howmany() macros.mike2002-09-261-8/+0
* Make biowait() check bio_error before the BIO_ERROR flag, to properyphk2002-09-261-2/+2
* Return ENOTTY on unhandled ioctls.phk2002-09-261-2/+5
* Return ENOTTY on unrecognized ioctls.phk2002-09-262-2/+2
* Return ENOTTY on incorrect ioctls.phk2002-09-261-1/+1
* Return ENOTTY when we don't recognize an ioctl.phk2002-09-261-1/+1
OpenPOWER on IntegriCloud