Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disambiguate somewhat | 1997-01-16 | 1 | -3/+5 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 95 | -279/+279 | |
| | |||||
* | Clarification. From NetBSD. | 1997-01-15 | 1 | -2/+2 | |
| | |||||
* | hack: if we're M68K, also allow us to strip M68K4K. Works for me. | 1997-01-14 | 1 | -2/+7 | |
| | |||||
* | Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett. | 1997-01-14 | 1 | -3/+3 | |
| | |||||
* | doc "more" command; jdc@orthanc.ncl.ac.uk | 1997-01-13 | 1 | -1/+4 | |
| | |||||
* | Fix core dump and use libc err(3) instead of private one (which had | 1997-01-12 | 7 | -146/+58 | |
| | | | | slightly different semantics). Also clean up some gcc -Wall'isms. | ||||
* | UNIX3.0 -> 3.0BSD in history section | 1997-01-10 | 1 | -2/+2 | |
| | |||||
* | max -> min typo | 1997-01-09 | 1 | -2/+2 | |
| | |||||
* | HTTP fetches would always loop indefinitely | 1997-01-09 | 1 | -3/+5 | |
| | |||||
* | port is powerpc not, ppc. | 1997-01-09 | 1 | -2/+2 | |
| | | | | Make the defines so. | ||||
* | "Too much paranoia" + fake domain in anonftp password as some stupid sites | 1997-01-08 | 1 | -6/+7 | |
| | | | | requires it to at least look sensible. | ||||
* | note elvis born | 1997-01-08 | 1 | -1/+2 | |
| | |||||
* | some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work | 1997-01-07 | 1 | -6/+7 | |
| | |||||
* | Return exit status != 0 if any transfers fail in the commandline | 1997-01-07 | 1 | -3/+5 | |
| | | | | specified file fetch mode. Makes backup locations in the ports system work. | ||||
* | Document the exit values | 1997-01-07 | 1 | -1/+13 | |
| | |||||
* | Return a sane return value so the bsd.port.mk conditions work | 1997-01-07 | 1 | -1/+12 | |
| | |||||
* | add elf2aout to the mips machines - i would like to keep both of them | 1997-01-07 | 1 | -3/+3 | |
| | | | | | on both (pmax and arc) - because this way it is easy to build kernels for eachother | ||||
* | getpagesize(2) -> getpagesize(3) | 1997-01-07 | 1 | -3/+3 | |
| | |||||
* | Allow device names to be four characters (eg mcd0 or acd0). -moj | 1997-01-06 | 1 | -3/+3 | |
| | |||||
* | mention rfc1938 | 1997-01-05 | 1 | -3/+7 | |
| | |||||
* | minor tweaks; htonl() -> ntohl(); added SEE ALSO | 1997-01-05 | 2 | -3/+5 | |
| | |||||
* | Command line args to updatedb. Also, a filename of "-" for the db | 1997-01-04 | 2 | -7/+56 | |
| | | | | means output to stdout. | ||||
* | Fix typo, too much perl on the brain. | 1997-01-04 | 1 | -2/+2 | |
| | |||||
* | locate shell scripts now use mktemp(1) and weekly runs updatedb | 1997-01-03 | 3 | -41/+14 | |
| | | | | as bin not nobody to avoid NFS problems. | ||||
* | Better error on failure. | 1997-01-03 | 1 | -3/+3 | |
| | |||||
* | removed unnecessary test | 1997-01-03 | 1 | -3/+2 | |
| | |||||
* | YYRECOVERING(), not YYRECOVERING. Approved by Robert Corbett | 1997-01-03 | 1 | -3/+3 | |
| | |||||
* | new utility for playing sound files | 1997-01-02 | 4 | -5/+170 | |
| | |||||
* | Fix the file dendancy problem the same way as on alpha/mips | 1997-01-02 | 1 | -2/+3 | |
| | | | | this removed another patched file for powerpc port. | ||||
* | libcrypt is no more. | 1997-01-02 | 1 | -2/+2 | |
| | |||||
* | added info about rfork(2) | 1997-01-01 | 1 | -3/+4 | |
| | |||||
* | Remove some GCC warnings in generated output; from Steve Price via FreeBSD | 1996-12-27 | 1 | -4/+4 | |
| | |||||
* | do not need umask fiddling | 1996-12-24 | 1 | -6/+2 | |
| | |||||
* | use mkstemp instead | 1996-12-24 | 1 | -10/+9 | |
| | |||||
* | PowerPC port uses binutils not 'standard' compilation tools. | 1996-12-23 | 1 | -2/+2 | |
| | |||||
* | warn whoever wants krb5 that they have a /tmp race to fix first | 1996-12-23 | 1 | -2/+2 | |
| | |||||
* | Add -execdir support. | 1996-12-23 | 5 | -10/+122 | |
| | |||||
* | Add powerpc support to gprof. (primative support). | 1996-12-22 | 3 | -1/+68 | |
| | |||||
* | PowerPC port is ELF based, treat same as svr4, mips, and alpha. | 1996-12-22 | 1 | -2/+2 | |
| | |||||
* | import of elf2aout - required for the pmax and taken from the NetBSD | 1996-12-22 | 3 | -0/+576 | |
| | | | | elftools - adapted to OpenBSD by me | ||||
* | Deal with _POSIX_SAVED_IDS when relinquishing privileges | 1996-12-22 | 1 | -2/+2 | |
| | |||||
* | Deal with _POSIX_SAVED_IDS when relinquishing privileges | 1996-12-22 | 16 | -36/+87 | |
| | |||||
* | Add powerpc support. | 1996-12-21 | 1 | -1/+4 | |
| | |||||
* | support four letter device names | 1996-12-20 | 1 | -4/+4 | |
| | |||||
* | repair; david@mono.org | 1996-12-19 | 1 | -3/+4 | |
| | |||||
* | support getting multiple files at once, e.g | 1996-12-18 | 1 | -44/+44 | |
| | | | | | | | | "ftp host:pub/tst/test /pub/tst/test2 /pub/tst" will get files "test", then "test2" and then the cd to "pub/tst" on the same host and become interactive without closing/reopening connection each time. (needs leading '/' on every path but the first, as the rest are relative to the first. (a feauture, really)) | ||||
* | if pathname given is a valid directory, cd to it at remote, also | 1996-12-17 | 3 | -15/+37 | |
| | | | | assume empty pathname means cd to '/', like ncftp (?). | ||||
* | strncat botch | 1996-12-16 | 1 | -4/+5 | |
| | |||||
* | man page update for -c and -s flags | 1996-12-15 | 1 | -1/+7 | |
| |