Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-27 | Fix core dump. | Jason Downs | |
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 | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-03-21 | Add in recent NetBSD changes we didn't already have: | Todd C. Miller | |
Always compile complete.c but ifdef out the bits if -DSMALL (christos) reset interactive mode correctly in auto_fetch() mget mode (lukem) | |||
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 | |
Call el_parse() to catch editrc(5) commands if the command is not known to ftp. Thorsten did all the real work for this :-) | |||
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 | |
and setting times. | |||
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 | |
support file flags. Fix from NetBSD (minus the typo). | |||
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 | |
showed up after the fix to sys_lseek concerning negative offsets. avoids '/var/account/acct: Invalid argument' messages. | |||
1997-03-03 | Complain if invoked in a form that requires an argument and we didn't | Todd C. Miller | |
get one. | |||
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 | |
some source cleaning by me. This undoes Theo's wait() changes which broke the old version. | |||
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 | |
not #defined) then vmstat should not try to print kernel memory stats. Fixes NetBSD PR #3187. | |||
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 | |
which built-in. | |||
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 | |