Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in_ifinit apparently can be used to rewrite an ip address; recalculate | jlemon | 2001-10-01 | 1 | -1/+5 |
| | | | | | | the correct hash bucket for the entry. Submitted by: iedowse (with some munging by me) | ||||
* | sppp rewrites the interface's ip address directly; this breaks when the | jlemon | 2001-10-01 | 1 | -1/+7 |
| | | | | | | | address is looked up via a hash table. Add a hack to move the entry to a new hash bucket when the address changes. Submitted by: tmm | ||||
* | Fix a problem with unnumbered rules introduced in latest commit. | luigi | 2001-10-01 | 1 | -3/+3 |
| | | | | Reported by: des | ||||
* | Remove some entries to make the image fit into a floppy again. | luigi | 2001-10-01 | 1 | -5/+5 |
| | |||||
* | Whoops, I whould have removed the old entry... | luigi | 2001-10-01 | 1 | -2/+0 |
| | |||||
* | Move up the tinyware entry so things are looked up there first. | luigi | 2001-10-01 | 1 | -0/+5 |
| | |||||
* | Remove (commented out) use of pam_ssh where it won't work. | markm | 2001-10-01 | 1 | -6/+0 |
| | |||||
* | Document how manpath(1) handles user's path directories that end in "/bin". | ru | 2001-10-01 | 1 | -0/+9 |
| | | | | | PR: docs/30940 MFC after: 3 days | ||||
* | Add customised version of login for picobsd images on -CURRENT. | luigi | 2001-10-01 | 4 | -0/+1167 |
| | | | | | This version is basically the same one as login.c 1.67, and does not require the use of PAM. | ||||
* | mdoc(7) police: markup and grammar nits. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | Make __RCSID() and __FBSDID() examples compile. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 902 | -1451/+1451 |
| | |||||
* | Add __FBSDID() to diff-reduce with "base" telnet. | markm | 2001-10-01 | 28 | -56/+80 |
| | |||||
* | Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit. | ru | 2001-10-01 | 1 | -11/+17 |
| | | | | Fixed some more. | ||||
* | mdoc(7) police: make double quotes in #include statement visible. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Change the way DAO/TAO mode is init'ed. | sos | 2001-10-01 | 1 | -20/+21 |
| | | | | Fix a bogon introduced in the previous commit, that broke CDIOREADSUBCHANNEL. | ||||
* | Change the way DAO/TAO modes are init'ed. | sos | 2001-10-01 | 1 | -4/+6 |
| | |||||
* | Add test_write element. | sos | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: fix markup. | ru | 2001-10-01 | 1 | -56/+27 |
| | |||||
* | mdoc(7) police: don't split author names in the AUTHORS section. | ru | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | Document new cursor escape sequences. | ru | 2001-10-01 | 1 | -1/+17 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: removed whitespace at EOL. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: s/FreeBSD/.Fx/, bump document date. | ru | 2001-10-01 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: removed gratuitous .Pp calls. | ru | 2001-10-01 | 1 | -2/+0 |
| | |||||
* | mdoc(7) police: markup and spelling nits. | ru | 2001-10-01 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: removed hard sentence breaks, minor markup nits. | ru | 2001-10-01 | 1 | -5/+6 |
| | |||||
* | mdoc(7) police: removed hard sentence break. | ru | 2001-10-01 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: fixed markup of the FILES section. | ru | 2001-10-01 | 1 | -1/+5 |
| | |||||
* | mdoc(7) police: add missing punctuation. | ru | 2001-10-01 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -1/+3 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-10-01 | 1 | -9/+13 |
| | |||||
* | mdoc(7) police: s/atof/atoi/ | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | "Avance Logic", not "Advance Logic". | dd | 2001-10-01 | 2 | -2/+2 |
| | | | | Submitted by: Robert Reid <robreid@cse.unsw.edu.au> | ||||
* | Fix the function CD(): "Clear to the end of the screen". | yokota | 2001-10-01 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | | - When the video BIOS is called to clear the region (x, y)-(79, 24) (by scrolling), the slashed region in Fig.1 is cleared. CD() is supposed to clear the region shown in Fig.2. x x +-------+ +-------+ | | | | y| ////| y| ////| | ////| |///////| | ////| |///////| +-------+ +-------+ Fig.1 Fig.2 - Don't move the cursor during this operation. | ||||
* | This is white-space only change. No functional difference. | yokota | 2001-10-01 | 1 | -140/+167 |
| | | | | | | | | | - Be consistent about placing spaces around keywords and operators; don't mix statements like "if(A==B)" and "if (X == Y)", "return(0)" and "return (-1)", "P=10" and "Q = 0", etc. - Consitently indent lines. It's not good to indent by 8 columns in one part of the file, and by 4 columns in the other part. | ||||
* | Add the 4.4-FreeBSD libperl.so.3 as the version in -CURRENT is .so.4. | obrien | 2001-10-01 | 2 | -0/+5825 |
| | |||||
* | Add the 4.4-FreeBSD libedit.so after the sh version bump in -CURRENT due | obrien | 2001-10-01 | 2 | -0/+725 |
| | | | | to the API changes from merging with the NetBSD libedit. | ||||
* | What was I thinking??? | obrien | 2001-10-01 | 1 | -2/+1 |
| | | | | | | <JEDI MIND TRICK> That was not the commit you wanted to get. </JEDI MIND TRICK> | ||||
* | What was I thinking.... | obrien | 2001-10-01 | 1 | -274/+0 |
| | | | | | | <JEDI MIND TRICK> This is not the commit you wanted to get. </JEDI MIND TRICK> | ||||
* | Add the 4.4-FreeBSD libwrap after the sh version bump in -CURRENT due to | obrien | 2001-10-01 | 2 | -1/+276 |
| | | | | the API changes from merging with the NetBSD libwrap. | ||||
* | Move the uucpd entry down a bit to live with other optional services | kris | 2001-10-01 | 1 | -1/+3 |
| | | | | | | and correct the path to /usr/local as an example. Submitted by: ru | ||||
* | Put back /var/spool/uucp so it can be used for serial port locking. | kris | 2001-10-01 | 1 | -0/+14 |
| | |||||
* | Oops, /var/spool/uucp needs to stay for serial port locking | kris | 2001-10-01 | 1 | -0/+2 |
| | |||||
* | Adjust to the libedit enhancements some functions now take more parameters. | obrien | 2001-10-01 | 3 | -3/+5 |
| | | | | Partially submitted by: kris | ||||
* | *** empty log message *** | obrien | 2001-10-01 | 8 | -50/+61 |
| | |||||
* | + Sync with NetBSD, bringing in feature enhancements. | obrien | 2001-10-01 | 37 | -8660/+9754 |
| | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris | ||||
* | Oops, another obsolete UUCP knob | kris | 2001-10-01 | 1 | -6/+0 |
| | |||||
* | Note removal of UUCP periodic maintenance knobs | kris | 2001-10-01 | 1 | -12/+0 |
| | |||||
* | Note removal of UUCP directories | kris | 2001-10-01 | 1 | -12/+0 |
| |