Age | Commit message (Expand) | Author |
1997-01-27 | Added a WARNING about not using it to detect back doors. | bitblt |
1997-01-27 | Set MACHINE_ARCH only if it's not already in the environment. Update | briggs |
1997-01-27 | No more static buffers. We can operate on any sized files now. | Todd C. Miller |
1997-01-27 | fix typo | Todd C. Miller |
1997-01-26 | Dynamic buffering to handle arbitrary line length and center option from FreeBSD | Todd C. Miller |
1997-01-26 | for implied stdin, do not corrupt argv[0] | Theo de Raadt |
1997-01-25 | Attempt to give the entire passed address to getnetbyaddr() before starting | Thorsten Lockert |
1997-01-25 | split cd() into two pieces, whoever was here last did a bad job | Theo de Raadt |
1997-01-25 | do not change PATH | Theo de Raadt |
1997-01-25 | Use ${CC:-cc} instead of cc | Niklas Hallqvist |
1997-01-25 | do not use PATH, s/gcc/cc/, mouse@Rodents.Montreal.QC.CA netbsd pr#3138 | Theo de Raadt |
1997-01-25 | reapplied 1.2 -> 1.3 changes to run.c plus many fixes | kstailey |
1997-01-25 | back out 1.2 again for testing | kstailey |
1997-01-24 | reapplied 1.2 -> 1.3 changes to run.c that got squashed | kstailey |
1997-01-24 | Basically stock AT&T resarch awk until the awk vs. flex problems | Todd C. Miller |
1997-01-23 | nice exit code; mikel | Theo de Raadt |
1997-01-23 | Use ${INSTALL}. Also make all $(foo) be ${foo}. | Niklas Hallqvist |
1997-01-23 | Accept ${NM} as an override for nm(1), useful for cross-dev. | Niklas Hallqvist |
1997-01-22 | Fix some err(3) usage and usage string. | Todd C. Miller |
1997-01-22 | Fix off-by-one differently--add an extra byte to buffer (ick). | Todd C. Miller |
1997-01-22 | Off by one error. Fixes a core dump. | Todd C. Miller |
1997-01-21 | back out 1.4; I should know better than to do this after a big meal | kstailey |
1997-01-21 | optimization: kill two calls to strlen() in format() | kstailey |
1997-01-21 | the locate code assumes that char max is 127 (char == signed char) | Dale S. Rahn |
1997-01-21 | from the FIXES file: | kstailey |
1997-01-21 | Install BSD sort(1) not GNU one. Can always change back if necesary. | Todd C. Miller |
1997-01-20 | Latest research awk from June 29, 1996 | Todd C. Miller |
1997-01-20 | sort(1) test suite | Todd C. Miller |
1997-01-20 | sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me. | Todd C. Miller |
1997-01-19 | Minor cleanups to make gcc -Wall happier. | Todd C. Miller |
1997-01-17 | rindex -> strrchr | Todd C. Miller |
1997-01-17 | note about Vanya Grozniy | Michael Shalayeff |
1997-01-17 | more r?index -> strr?chr | Todd C. Miller |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-16 | disambiguate somewhat | kstailey |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1997-01-15 | Clarification. From NetBSD. | Todd C. Miller |
1997-01-14 | hack: if we're M68K, also allow us to strip M68K4K. Works for me. | Jason Downs |
1997-01-14 | Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett. | Thorsten Lockert |
1997-01-13 | doc "more" command; jdc@orthanc.ncl.ac.uk | Theo de Raadt |
1997-01-12 | Fix core dump and use libc err(3) instead of private one (which had | Todd C. Miller |
1997-01-10 | UNIX3.0 -> 3.0BSD in history section | kstailey |
1997-01-09 | max -> min typo | Tobias Weingartner |
1997-01-09 | HTTP fetches would always loop indefinitely | Niklas Hallqvist |
1997-01-09 | port is powerpc not, ppc. | Dale S. Rahn |
1997-01-08 | "Too much paranoia" + fake domain in anonftp password as some stupid sites | Niklas Hallqvist |
1997-01-08 | note elvis born | Michael Shalayeff |
1997-01-07 | some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work | Niklas Hallqvist |
1997-01-07 | Return exit status != 0 if any transfers fail in the commandline | Niklas Hallqvist |
1997-01-07 | Document the exit values | Niklas Hallqvist |