Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an unused variable and a useless getuid() declaration. | stefanf | 2005-04-09 | 1 | -3/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -26/+26 |
| | |||||
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver | ||||
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 3 | -12/+0 |
| | | | | (with permission of addtional copyright holders where appropriate) | ||||
* | Fix a few cases that relied on 'implicit int' (constraint violation in C99). | stefanf | 2004-07-11 | 1 | -0/+1 |
| | |||||
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
| | |||||
* | Include <netinet/in.h> for ntoh*() and hton*() prototypes. | stefanf | 2004-05-24 | 1 | -0/+1 |
| | | | | Approved by: das (mentor) | ||||
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -6/+7 |
| | |||||
* | Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN, | wollman | 2002-05-30 | 2 | -10/+15 |
| | | | | and likewise LOGOUT for consistency. Fix a few nearby style bugs. | ||||
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
| | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+2 |
| | |||||
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | Update obsolete history info. | ru | 2001-03-19 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -18/+11 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+4 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -3/+6 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -1/+0 |
| | |||||
* | Insist that the user has group network. | brian | 1997-09-05 | 2 | -16/+19 |
| | | | | Discussed on: -committers | ||||
* | Add FILES section to manpage. | danny | 1997-04-16 | 2 | -2/+80 |
| | | | | | Create /var/run/ttyXn.if interface file and /var/run/slX.pid PID file, following format of pppd(8). | ||||
* | Modification to sliplogin prints desitination's IP address before | jkh | 1997-01-16 | 1 | -1/+27 |
| | | | | | | | | | going into SLIP mode, useful for scripts that can automatically grok IP addresses ala Trumpet Winsock. Closes PR#2293 Submitted-By: andrew@fortress.org | ||||
* | Fix various buffer overflow cases in sliplogin. These might have been | imp | 1996-12-27 | 1 | -12/+17 |
| | | | | | | | | | | able to be exploited, or might not. However, it is better to be safe than sorry. Definitely a 2.2 fix, and a -stable if there is someone to commit it. Reviewed by: Jordan Hubbard <jkh@freebsd.org> Submitted by: Marc Slemko | ||||
* | Close a security hole in sliplogin. | pst | 1996-04-24 | 1 | -0/+9 |
| | | | | | | | If you use sliplogin as a user shell (in /etc/passwd) upgrade to this version. Reviewed by: bde, peter Submitted by: AUS CERT Obtained from: Linux sliplogin-2.02 | ||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -1/+1 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -23/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Fix error: startslip -> sliplogin | ache | 1995-12-09 | 1 | -1/+1 |
| | |||||
* | Added support for the slip.hosts options 'normal', 'compress', 'noicmp', | nate | 1995-12-04 | 2 | -2/+80 |
| | | | | | | and 'autocmp'. Obtained from: (mostly) slattach and (slightly) 1.X | ||||
* | Minor cleanup of English once more. | nate | 1995-10-26 | 1 | -3/+3 |
| | |||||
* | Re-write new stuff in English. | nate | 1995-10-25 | 1 | -39/+38 |
| | |||||
* | Additionly parse /etc/sliphome/slip.slparms* to set keepalive, | ache | 1995-09-22 | 3 | -87/+143 |
| | | | | | | outfill and slunit. Make it more POSIXed. Describe undocumented stuff. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | 1. Correct invalid setsid and ioctl return value checks. | guido | 1994-08-08 | 1 | -2/+5 |
| | | | | | | | 2. set some seteuid calls to allow sliplogin to be run by users from the commandline in stead of from login inlo. Submitted by: guido | ||||
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 1 | -1/+1 |
| | | | | (and rename a few in the process). | ||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 6 | -0/+679 |