aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-2840-40/+1
* Add a workaround for what seems to be confusion between binutils and theJake Burkholder2002-09-274-8/+60
* Add a missing pair of curly braces to a conditional debugJustin T. Gibbs2002-09-271-2/+3
* Update to match current kernel code.Poul-Henning Kamp2002-09-275-203/+207
* Add "missing scratch-pad register" to the first of the two portsPoul-Henning Kamp2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.Poul-Henning Kamp2002-09-272-0/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp2002-09-271-6/+5
* Fix so it compiles with the new disklabel stuff.Søren Schmidt2002-09-271-5/+5
* Extensively rework the geom_bsd method, put a lot of comments in, bettingPoul-Henning Kamp2002-09-271-104/+424
* Add the new g_slice_config() call, which can add/delete/change a slice,Poul-Henning Kamp2002-09-278-5/+84
* Make the UP/DOWN threads hold on to their own private mutex while doingPoul-Henning Kamp2002-09-271-2/+26
* Correctly en/decode MAXPARTITIONS partitions.Poul-Henning Kamp2002-09-271-16/+8
* Setattr should not retry on EBUSY, we could get EBUSY back becausePoul-Henning Kamp2002-09-271-14/+15
* Various no-ops:Poul-Henning Kamp2002-09-274-11/+5
* Correctly calculate size of PC98 slices.Poul-Henning Kamp2002-09-271-1/+1
* Allocate bio's with M_NOWAIT and let the caller deal with the problems.Poul-Henning Kamp2002-09-271-7/+9
* Add checks for g_clone_bio() returning NULL, it will be possible RSN.Poul-Henning Kamp2002-09-272-1/+18
* Implement g_call_me() as a way for geom methods to schedule operationsPoul-Henning Kamp2002-09-273-1/+36
* Ok, include also the two tests which actually does effect the claimsPoul-Henning Kamp2002-09-271-0/+4
* Hook into the shutdown EVENTHANDLER and stop tasting things after wePoul-Henning Kamp2002-09-271-0/+16
* Rename the doorlock to eventlock, it gets to protect a bit more in the future.Poul-Henning Kamp2002-09-271-6/+6
* Make it a tad easier to deal with struct inode in userland programs whichPoul-Henning Kamp2002-09-271-1/+1
* Use our mount-credential if we get a NOCRED when we try to write out EAPoul-Henning Kamp2002-09-271-0/+2
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)Josef Karthauser2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)Josef Karthauser2002-09-271-5/+13
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatePoul-Henning Kamp2002-09-273-13/+78
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)Josef Karthauser2002-09-271-5/+12
* MFNetBSD: revision 1.66Josef Karthauser2002-09-271-6/+6
* Add the pst (Promise SX6000) driver to GENERIC.Søren Schmidt2002-09-272-0/+2
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-274-0/+21
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-278-23/+23
* Add manpage for the pst driver (Promise SX6000)Søren Schmidt2002-09-272-0/+64
* Prepare for the uncoming import of the ServeRAID driverScott Long2002-09-271-0/+2
* Fix moused so you can use the stop commandGordon Tetlow2002-09-271-3/+1
* Use size_t instead of int for len variables passed in/out of sysctl.Robert Watson2002-09-272-3/+4
* Give up on a tty if opening it's special file returns ENOENT like we do forJohn Baldwin2002-09-271-1/+1
* Document the parsing bug.Ruslan Ermilov2002-09-271-1/+13
* Redo how completing threads pass their state to userlandJulian Elischer2002-09-273-165/+245
* Two fixes:Warner Losh2002-09-271-1/+7
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichJuli Mallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.Juli Mallett2002-09-271-1/+1
* Remove an errant debugging printf that got left in during my lastRobert Watson2002-09-271-1/+0
* Upgrade to version 1.1 of the aic79xx U320 driver.Justin T. Gibbs2002-09-266-243/+335
* Expand vendor ID.Justin T. Gibbs2002-09-261-1/+1
* Correct a spelling error.Justin T. Gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-264-4/+4
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* Don't show disklabel in the examples, it is not necessary.Poul-Henning Kamp2002-09-261-3/+2
* Under DIAGNOSTIC, complain if ENOIOCTL leaks out through VOP_IOCTL().Poul-Henning Kamp2002-09-261-0/+6