Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |
1999-08-20 | Don't install with special permissions. | Jason Downs | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-02-04 | remove strcpy, even if safe | Theo de Raadt | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-12 | document -n | Todd T. Fries | |
1998-07-12 | add no escape option (-n) | Todd T. Fries | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-07 | check for acu type | Niels Provos | |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt | |
1997-08-25 | clean gid too | Theo de Raadt | |
1997-08-24 | avoid oflow | Theo de Raadt | |
1997-08-23 | Avoid buf oflow. From Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-07-21 | setgid dialer | Theo de Raadt | |
1997-04-20 | Incorporate some NetBSD changes: | Todd C. Miller | |
tip.c getchar() returns an int [important since EOF == -1] (thorpej) Set CLOCAL if dc flag is set (mellon) tip.h Change booleans from char to short so that comparisons against negative values work as expected on systems with unsigned chars. (thorpej) Add boolean for dc flag (mellon) hunt.c Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon) remote.c Add boolean for dc flag (mellon) | |||
1997-04-02 | Merge in good changes from NetBSD: | Todd C. Miller | |
Compile in strcict ansi (some day I'll get around to -Wall) use set* functions instead of modifying the lvalue Change a few sprintf() to snprintf() where it coudl possibly matter. Replace zzhack stuff with something saner to make tip work on alpha | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-11-03 | Translate '=' in phone number strings into ',' (to generate delays) | Todd C. Miller | |
like other dialers do. From NetBSD (cgd). | |||
1996-10-15 | Possible buf oflow + index -> strchr. | Todd C. Miller | |
1996-07-26 | Install with 4554 permissions so people not in the dialer group can make | dm | |
a non-setuid copy and run it. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |