Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-07 | Remove HISTORY section that states that sliplogin "is currently in beta test" | Marc Balmer | |
per jmc's request. | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2007-09-14 | remove some warnings: | Charles Longeau | |
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-06 | - Pass full buffer to fgets(). | Ray Lai | |
- Use sizeof(buf) instead of BUFSIZ. - Only overwrite '\n'. From Charles Longeau. OK millert@ and moritz@. | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-01-24 | since other users cannot exec them, do not make it readable either | Theo de Raadt | |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-05-19 | move to setgid network, and doc why | Theo de Raadt | |
2002-05-16 | remove non-POSIX stuff; miod ok | Theo de Raadt | |
2001-12-02 | pretty much KNF or simplification; millert ok | Theo de Raadt | |
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
2001-11-17 | fix signal race issues | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-07-27 | Wall cleanup | Peter Valchev | |
2001-06-15 | strncpy vs strlcpy and strchr fix; fromBrian Poole ↵ | Michael Shalayeff | |
<raj@pandemonium.cerias.purdue.edu> | |||
2001-02-14 | fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-04-28 | check correct arg; garath@ntplx.net | Theo de Raadt | |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-11 | cleanup | Aaron Campbell | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-07-08 | handle fork() failure; mrg | Theo de Raadt | |
1998-01-21 | avoid oflow which appears not to matter | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-15 | FIxed an ofF-by-one error. | bitblt | |
1996-12-08 | Install sample slip.hosts and slip.login entry if none are present | Thorsten Lockert | |
1996-08-08 | length arg goes last. | Todd C. Miller | |
1996-08-05 | avoid buf overflow | Theo de Raadt | |
1996-08-05 | no oflow of loginname | Theo de Raadt | |
1996-07-16 | patch environ, buffer limit, parse # better, let user kill with signal; some ↵ | Theo de Raadt | |
parts from freebsd | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |