Age | Commit message (Expand) | Author |
1997-03-27 | pretty and one 64bit thingy | Theo de Raadt |
1997-03-27 | use arc4random instead of random | Niels Provos |
1997-03-27 | Slight cleanup, more needed | Tobias Weingartner |
1997-03-27 | support for md5 passwords | Niels Provos |
1997-03-26 | calculate width for select() more carefully | Theo de Raadt |
1997-03-26 | bail like ruptime; netbsd | Theo de Raadt |
1997-03-26 | s/main/listmain/; seebs@solon.com | Theo de Raadt |
1997-03-26 | show a backslash properly; david@mono.org | Theo de Raadt |
1997-03-26 | xref rwhod; netbsd | Theo de Raadt |
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt |
1997-03-25 | exec with argv[0] as shell, not "sh"; era@iki.fi | Theo de Raadt |
1997-03-25 | correct string empty test; yokota@freebsd | Theo de Raadt |
1997-03-25 | ensure strftime buf has NUL; yokota@freebsd | Theo de Raadt |
1997-03-25 | ensure strftime buf has NUL; yokota@freebsd | Theo de Raadt |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn |
1997-03-21 | Add in recent NetBSD changes we didn't already have: | Todd C. Miller |
1997-03-19 | Fixed minor bug with next/prev/replay commands. | Angelos D. Keromytis |
1997-03-14 | Add missing line, doh! | Todd C. Miller |
1997-03-14 | Correct usage of S_IFREG. | Todd C. Miller |
1997-03-14 | Fix problem where tty mode could get clobbered when ftp was suspended. | Todd C. Miller |
1997-03-14 | Change an occurrence of if (fromatty) -> if (edit) -- from Thorsten. | Todd C. Miller |
1997-03-14 | Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter | Todd C. Miller |
1997-03-09 | Added the "replay" command. | Angelos D. Keromytis |
1997-03-07 | Obsoleted with new tput code. Clear works inside tput now. | gene |
1997-03-07 | Integrate clear into tput itself with silly argv munching. | gene |
1997-03-07 | Don't error out when chflags(2) fails if the target filesystem doesn't | Todd C. Miller |
1997-03-03 | changed to CFLAGS+=, closes PR user/116. | flipk |
1997-03-03 | cleanup | Todd C. Miller |
1997-03-03 | Give usage message when atq used incorrectly. | Todd C. Miller |
1997-03-03 | don't try to fseek to before the beginning of the file; | flipk |
1997-03-03 | Complain if invoked in a form that requires an argument and we didn't | Todd C. Miller |
1997-03-02 | Fix up the XXX's I left (oops). | Todd C. Miller |
1997-03-01 | Merge in changes from at 2.9 | Todd C. Miller |
1997-02-28 | Only include sys/errno.h once. | Todd C. Miller |
1997-02-27 | Now reports ESP I/O packet counters. | Angelos D. Keromytis |
1997-02-26 | Updated to print the IP-in-IP/AH I/O counters. | Angelos D. Keromytis |
1997-02-26 | Man page updated to reflect recent additions. | Angelos D. Keromytis |
1997-02-26 | Next/Prev commands. | Angelos D. Keromytis |
1997-02-25 | include link to passwd.conf | Niels Provos |
1997-02-25 | fix typeo | Jason Downs |
1997-02-25 | Reimport NetBSD version w/ Todd's changes, new rcsids, and the beginings of | Jason Downs |
1997-02-23 | All audio CDs does not start at block 0 | Niklas Hallqvist |
1997-02-22 | if sys/kern/malloc.c does not #define KMEMSTATS (and DIAGNOSTIC is also | kstailey |
1997-02-22 | Corrected protocol name. | Angelos D. Keromytis |
1997-02-21 | which(1) is now a binary that works in any shell since csh(1) has a | Todd C. Miller |
1997-02-21 | numeric variable have to be long as they are used like that | Niklas Hallqvist |
1997-02-21 | netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols. | Angelos D. Keromytis |
1997-02-21 | flesh out icmp, no rpc info for -n | Theo de Raadt |
1997-02-19 | Change usage() so it shows the right line arguments. | Angelos D. Keromytis |
1997-02-18 | Undo last changes; it makes it impossible to suspect su in Kerberos mode, | Thorsten Lockert |