summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-064-5/+4
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-067-413/+4
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* Don't hold sched_lock across addupc_task().jhb2001-06-065-5/+5
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Add parens to get the cast that was meant in previous commit.nectar2001-06-051-2/+2
* Wrong. The size of size_t is *not* the same as the size of an integer.mjacob2001-06-051-2/+4
* There is no reason for logname to call getopt(3), it doesn't takephk2001-06-051-10/+4
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-053-33/+17
* Fix mindo:wpaul2001-06-051-1/+1
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* Now works again and as a module and with devfs.shafeeq2001-06-056-18/+146
* Document /usr/include/dev/{ic,wi}.joerg2001-06-051-0/+7
* fix a bug of a only partitally initialization which could resulttomsoft2001-06-051-1/+2
* New release note: SA-01:40.bmah2001-06-053-0/+21
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
* I neglected to notice that the change text had already been added in aimp2001-06-051-3/+0
* Forced commit; CVS didn't prompt for a log message for the originalbmah2001-06-050-0/+0
* PR: i386/26347hm2001-06-051-2/+3
* Revert previous commit. I have no idea how CVS let me do this; itbmah2001-06-053-21/+0
* *** empty log message ***bmah2001-06-054-0/+44
* PR: bin/26817hm2001-06-051-2/+8
* Talk a bit about how cloning works with devfs(5).brian2001-06-051-42/+108
* Use WITHOUT_X11, not NO_X, as the standardized way of turning off docbmah2001-06-051-1/+1
* Add a kqueue filter for writing to ufs filesystems which always returnsjlemon2001-06-051-0/+22
* Correct cross-references:sobomax2001-06-053-4/+4
* Correct cross-references:sobomax2001-06-059-17/+16
* Fix cross-references:sobomax2001-06-053-5/+5
* Don't use tabs here!ru2001-06-051-2/+2
* Fix type-o's, update pagedillon2001-06-051-25/+46
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-052-2/+8
* Add a line discipline close routine which restores some functionalitydd2001-06-052-10/+42
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-053-226/+254
* Document what happens when the real id is changed.imp2001-06-052-0/+6
* Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep.imp2001-06-051-35/+0
* Only build i82365_isa attachment when we have isa bus.imp2001-06-051-1/+1
* Minor improvements:imp2001-06-051-15/+29
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
* Add a missing word.dd2001-06-053-3/+3
* Add a missing word.dd2001-06-053-3/+6
* Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,des2001-06-042-1119/+1160
* Correct a spelling nit (a -> an).dd2001-06-041-1/+1
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-042-20/+0
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-043-2/+3
* Added the -l option to df, so to be compatable with other unicies.pirzyk2001-06-042-4/+59
* Add sprog.7 to the list.eric2001-06-041-3/+3
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
OpenPOWER on IntegriCloud