Age | Commit message (Expand) | Author |
1997-09-05 | s/OpenBSD/.Ox/ | kstailey |
1997-09-05 | s/$(CF)/${CF}/ | kstailey |
1997-09-05 | Add commented out support for building with socks5. | Todd C. Miller |
1997-09-05 | getc() -> fgetc() for easy socksification. imp@openbsd.org | Todd C. Miller |
1997-09-04 | Deal with <CR><LF> pairs in mailboxes so we can work with eudora mail | Todd C. Miller |
1997-09-04 | clarify usage of wheel group; twp@tezcat.com | Niels Provos |
1997-09-04 | mention $TMPDIR in man page | Todd C. Miller |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller |
1997-09-03 | Brain damage on theo's part. | kstailey |
1997-09-02 | delete adb(1) Xref | kstailey |
1997-09-02 | include files that start with numbers | kstailey |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller |
1997-08-31 | wish i had tested | Theo de Raadt |
1997-08-31 | from jlemon@freebsd; divnum is no longer silently restricted to the | Theo de Raadt |
1997-08-31 | SIGCHLD cleanup from bde. type fixes, union wait removal, -Wall cleanup, | Theo de Raadt |
1997-08-31 | Kill union wait. | Todd C. Miller |
1997-08-31 | union wait dies | Theo de Raadt |
1997-08-31 | solaris changes; beck@obtuse | Theo de Raadt |
1997-08-30 | s/toinitiate/to initiate/ | kstailey |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt |
1997-08-27 | converted all delimiting spaces to tabs so calendar can grok the entries | Niels Provos |
1997-08-27 | forgot to correct the birthday of Bach, and Beethoven did not die | Niels Provos |
1997-08-27 | added a few dates from freebsd and two years from netbsd, | Niels Provos |
1997-08-27 | execdir is an extension of course | Theo de Raadt |
1997-08-26 | Make -t option use a date string like date(1). | Todd C. Miller |
1997-08-25 | incorrect type for variable; enami@but-b.or.jp | Theo de Raadt |
1997-08-25 | everywhere i look, bugs pop up... sigh | Theo de Raadt |
1997-08-25 | dumb fix for dumb users-- ftp's mget now idiot-proofs input! | jkatz |
1997-08-25 | when getting interrupt, clean up curses only if curses was active | Theo de Raadt |
1997-08-25 | Xr more | Theo de Raadt |
1997-08-25 | clean gid too | Theo de Raadt |
1997-08-25 | August 1997 version of "the one true awk" | kstailey |
1997-08-25 | require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from fre... | Theo de Raadt |
1997-08-24 | avoid oflow | Theo de Raadt |
1997-08-24 | Check for >= UINT_MAX not > UINT_MAX | Todd C. Miller |
1997-08-24 | 64bit fix wrt strtoul(3). Fix send to Keith. | Todd C. Miller |
1997-08-24 | Fix compiler warnings. | Todd C. Miller |
1997-08-24 | 64bit fix: don't mix long & int. | Todd C. Miller |
1997-08-23 | sync usage() to man | Michael Shalayeff |
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-08-22 | Two more alpha warnings. | Jason Downs |
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs |
1997-08-21 | correct [yy]yy stuff in manpages and usage | Theo de Raadt |
1997-08-20 | Add -q (quick), the only X/Open option I can work up enthusiasm to implement. | denny |
1997-08-19 | Document -C option. Can't claim POSIX 1003.2 yet, still missing the -s option. | denny |
1997-08-19 | Add -C to not overwrite existing files when extracting (part of POSIX 1003.2) | denny |
1997-08-19 | Note POSIX 1003.2. | denny |
1997-08-19 | Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec) | denny |