| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a bug of a only partitally initialization which could result | tomsoft | 2001-06-05 | 1 | -1/+2 |
* | New release note: SA-01:40. | bmah | 2001-06-05 | 3 | -0/+21 |
* | Fix botch for state levels. Role minor release. Start adding code for a | mjacob | 2001-06-05 | 3 | -10/+14 |
* | I neglected to notice that the change text had already been added in a | imp | 2001-06-05 | 1 | -3/+0 |
* | Forced commit; CVS didn't prompt for a log message for the original | bmah | 2001-06-05 | 0 | -0/+0 |
* | PR: i386/26347 | hm | 2001-06-05 | 1 | -2/+3 |
* | Revert previous commit. I have no idea how CVS let me do this; it | bmah | 2001-06-05 | 3 | -21/+0 |
* | *** empty log message *** | bmah | 2001-06-05 | 4 | -0/+44 |
* | PR: bin/26817 | hm | 2001-06-05 | 1 | -2/+8 |
* | Talk a bit about how cloning works with devfs(5). | brian | 2001-06-05 | 1 | -42/+108 |
* | Use WITHOUT_X11, not NO_X, as the standardized way of turning off doc | bmah | 2001-06-05 | 1 | -1/+1 |
* | Add a kqueue filter for writing to ufs filesystems which always returns | jlemon | 2001-06-05 | 1 | -0/+22 |
* | Correct cross-references: | sobomax | 2001-06-05 | 3 | -4/+4 |
* | Correct cross-references: | sobomax | 2001-06-05 | 9 | -17/+16 |
* | Fix cross-references: | sobomax | 2001-06-05 | 3 | -5/+5 |
* | Don't use tabs here! | ru | 2001-06-05 | 1 | -2/+2 |
* | Fix type-o's, update page | dillon | 2001-06-05 | 1 | -25/+46 |
* | Close the line displine on detach. Lots of folks have submittd this, and | imp | 2001-06-05 | 2 | -2/+8 |
* | Add a line discipline close routine which restores some functionality | dd | 2001-06-05 | 2 | -10/+42 |
* | Style and cosmetic cleanups. This driver is now reasonably stlye(9) | dd | 2001-06-05 | 3 | -226/+254 |
* | Document what happens when the real id is changed. | imp | 2001-06-05 | 2 | -0/+6 |
* | Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep. | imp | 2001-06-05 | 1 | -35/+0 |
* | Only build i82365_isa attachment when we have isa bus. | imp | 2001-06-05 | 1 | -1/+1 |
* | Minor improvements: | imp | 2001-06-05 | 1 | -15/+29 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Add a missing word. | dd | 2001-06-05 | 3 | -3/+3 |
* | Add a missing word. | dd | 2001-06-05 | 3 | -3/+6 |
* | Invert the meaning of the -d option (i.e. default to *not* list dynamic rules, | des | 2001-06-04 | 2 | -1119/+1160 |
* | Correct a spelling nit (a -> an). | dd | 2001-06-04 | 1 | -1/+1 |
* | Use the l_nullioctl exported from tty_conf.c rather than rolling our own. | dd | 2001-06-04 | 2 | -20/+0 |
* | Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c). | dd | 2001-06-04 | 3 | -2/+3 |
* | Added the -l option to df, so to be compatable with other unicies. | pirzyk | 2001-06-04 | 2 | -4/+59 |
* | Add sprog.7 to the list. | eric | 2001-06-04 | 1 | -3/+3 |
* | While in the interrupt loop, check for a bogus interrupt value of 0xff. | jlemon | 2001-06-04 | 1 | -0/+9 |
* | Fixed pkg_add so when it does not find a package, it returns != 0. | pirzyk | 2001-06-04 | 1 | -1/+2 |
* | Now that we've got the ne765.h file installed under <dev/ic/>, use it | joerg | 2001-06-04 | 1 | -2/+1 |
* | Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/ic | joerg | 2001-06-04 | 2 | -1/+3 |
* | Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they | joerg | 2001-06-04 | 11 | -292/+10 |
* | In the same manner as getpass(3), block SIGINTR and SIGSTP while we are | markm | 2001-06-04 | 1 | -1/+12 |
* | Return an empty string rather than an error at EOF. | markm | 2001-06-04 | 1 | -2/+4 |
* | Install this SUID root. Heck, it is su, after all. | markm | 2001-06-04 | 2 | -0/+4 |
* | Extend the su(1) example to take into account recent options to give | markm | 2001-06-04 | 1 | -3/+3 |
* | Big module cleanup. | markm | 2001-06-04 | 18 | -267/+48 |
* | Null file to bring back a file from the dead. This allows the real commit | markm | 2001-06-04 | 1 | -0/+2 |
* | Add the "nullok" option that causes this module to succeed if the Unix | markm | 2001-06-04 | 1 | -3/+11 |
* | Tidy up the options list (and make it more extendable), and add some | markm | 2001-06-04 | 3 | -14/+23 |
* | New release notes: ti(4) and xl(4) VLAN fixes, RFC 1323/1644 workaround | bmah | 2001-06-04 | 3 | -0/+78 |
* | Add some new utility authenticators. | markm | 2001-06-04 | 4 | -0/+354 |
* | Use bitmasks of the KTR_* constants instead of hexidecimal values for | jhb | 2001-06-04 | 2 | -4/+4 |
* | Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currently | jhb | 2001-06-04 | 1 | -0/+1 |