summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* in_ifinit apparently can be used to rewrite an ip address; recalculatejlemon2001-10-011-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 thejlemon2001-10-011-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.luigi2001-10-011-3/+3
| | | | Reported by: des
* Remove some entries to make the image fit into a floppy again.luigi2001-10-011-5/+5
|
* Whoops, I whould have removed the old entry...luigi2001-10-011-2/+0
|
* Move up the tinyware entry so things are looked up there first.luigi2001-10-011-0/+5
|
* Remove (commented out) use of pam_ssh where it won't work.markm2001-10-011-6/+0
|
* Document how manpath(1) handles user's path directories that end in "/bin".ru2001-10-011-0/+9
| | | | | PR: docs/30940 MFC after: 3 days
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-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.ru2001-10-011-3/+3
|
* Make __RCSID() and __FBSDID() examples compile.ru2001-10-011-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01902-1451/+1451
|
* Add __FBSDID() to diff-reduce with "base" telnet.markm2001-10-0128-56/+80
|
* Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit.ru2001-10-011-11/+17
| | | | Fixed some more.
* mdoc(7) police: make double quotes in #include statement visible.ru2001-10-011-1/+1
|
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
| | | | Fix a bogon introduced in the previous commit, that broke CDIOREADSUBCHANNEL.
* Change the way DAO/TAO modes are init'ed.sos2001-10-011-4/+6
|
* Add test_write element.sos2001-10-011-0/+1
|
* mdoc(7) police: fix markup.ru2001-10-011-56/+27
|
* mdoc(7) police: don't split author names in the AUTHORS section.ru2001-10-011-0/+1
|
* Document new cursor escape sequences.ru2001-10-011-1/+17
|
* mdoc(7) police: markup nits.ru2001-10-011-3/+3
|
* mdoc(7) police: removed whitespace at EOL.ru2001-10-011-1/+1
|
* mdoc(7) police: s/FreeBSD/.Fx/, bump document date.ru2001-10-011-2/+4
|
* mdoc(7) police: removed gratuitous .Pp calls.ru2001-10-011-2/+0
|
* mdoc(7) police: markup and spelling nits.ru2001-10-011-2/+4
|
* mdoc(7) police: removed hard sentence breaks, minor markup nits.ru2001-10-011-5/+6
|
* mdoc(7) police: removed hard sentence break.ru2001-10-011-1/+2
|
* mdoc(7) police: fixed markup of the FILES section.ru2001-10-011-1/+5
|
* mdoc(7) police: add missing punctuation.ru2001-10-011-4/+4
|
* mdoc(7) police: markup nits.ru2001-10-011-1/+3
|
* mdoc(7) police: markup nits.ru2001-10-011-9/+13
|
* mdoc(7) police: s/atof/atoi/ru2001-10-011-1/+1
|
* "Avance Logic", not "Advance Logic".dd2001-10-012-2/+2
| | | | Submitted by: Robert Reid <robreid@cse.unsw.edu.au>
* Fix the function CD(): "Clear to the end of the screen".yokota2001-10-011-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.yokota2001-10-011-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.obrien2001-10-012-0/+5825
|
* Add the 4.4-FreeBSD libedit.so after the sh version bump in -CURRENT dueobrien2001-10-012-0/+725
| | | | to the API changes from merging with the NetBSD libedit.
* What was I thinking???obrien2001-10-011-2/+1
| | | | | | <JEDI MIND TRICK> That was not the commit you wanted to get. </JEDI MIND TRICK>
* What was I thinking....obrien2001-10-011-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 toobrien2001-10-012-1/+276
| | | | the API changes from merging with the NetBSD libwrap.
* Move the uucpd entry down a bit to live with other optional serviceskris2001-10-011-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.kris2001-10-011-0/+14
|
* Oops, /var/spool/uucp needs to stay for serial port lockingkris2001-10-011-0/+2
|
* Adjust to the libedit enhancements some functions now take more parameters.obrien2001-10-013-3/+5
| | | | Partially submitted by: kris
* *** empty log message ***obrien2001-10-018-50/+61
|
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-0137-8660/+9754
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Oops, another obsolete UUCP knobkris2001-10-011-6/+0
|
* Note removal of UUCP periodic maintenance knobskris2001-10-011-12/+0
|
* Note removal of UUCP directorieskris2001-10-011-12/+0
|
OpenPOWER on IntegriCloud