summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-01-04Command line args to updatedb. Also, a filename of "-" for the dbTodd C. Miller
means output to stdout.
1997-01-04Fix typo, too much perl on the brain.Todd C. Miller
1997-01-03locate shell scripts now use mktemp(1) and weekly runs updatedbTodd C. Miller
as bin not nobody to avoid NFS problems.
1997-01-03Better error on failure.Todd C. Miller
1997-01-03removed unnecessary testkstailey
1997-01-03YYRECOVERING(), not YYRECOVERING. Approved by Robert CorbettThorsten Lockert
1997-01-02new utility for playing sound fileskstailey
1997-01-02Fix the file dendancy problem the same way as on alpha/mipsDale S. Rahn
this removed another patched file for powerpc port.
1997-01-02libcrypt is no more.etheisen
1997-01-01added info about rfork(2)kstailey
1996-12-27Remove some GCC warnings in generated output; from Steve Price via FreeBSDThorsten Lockert
1996-12-24do not need umask fiddlingTheo de Raadt
1996-12-24use mkstemp insteadTheo de Raadt
1996-12-23PowerPC port uses binutils not 'standard' compilation tools.Dale S. Rahn
1996-12-23warn whoever wants krb5 that they have a /tmp race to fix firstTheo de Raadt
1996-12-23Add -execdir support.Todd C. Miller
1996-12-22Add powerpc support to gprof. (primative support).Dale S. Rahn
1996-12-22PowerPC port is ELF based, treat same as svr4, mips, and alpha.Dale S. Rahn
1996-12-22import of elf2aout - required for the pmax and taken from the NetBSDThomas Graichen
elftools - adapted to OpenBSD by me
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-21Add powerpc support.Dale S. Rahn
1996-12-20support four letter device namesJason Downs
1996-12-19repair; david@mono.orgTheo de Raadt
1996-12-18support getting multiple files at once, e.gmichaels
"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))
1996-12-17if pathname given is a valid directory, cd to it at remote, alsomichaels
assume empty pathname means cd to '/', like ncftp (?).
1996-12-16strncat botchTheo de Raadt
1996-12-15man page update for -c and -s flagskstailey
1996-12-15added -s (display server report only) and -c (ditto client) flagskstailey
1996-12-14Silence lintThorsten Lockert
1996-12-12Add <unistd.h> for select(2) prototype.robin
1996-12-12Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).robin
Remove two unused variables: `pettydump' and `buf'. Remove redundant case label: `def_case'.
1996-12-11Add ``#include <unistd.h>'' for prototypes of:robin
close(2), write(2), read(2), select(2), sleep(3) and isatty(3).
1996-12-11fix usage lineTheo de Raadt
1996-12-10Flex 2.5.4Todd C. Miller
1996-12-10do not use warnx, blank lines suckTheo de Raadt
1996-12-10used to permit a single arg, which it ignored, now does usage(); fenner@freebsdTheo de Raadt
1996-12-10from netbsd; treat arrays used with XDR_INLINE as arrays of 'int32_t's,Theo de Raadt
rather than arrays of 'long's.
1996-12-10"the the" purgeTheo de Raadt
1996-12-09nicer usageTheo de Raadt
1996-12-08Fix typoThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-08Disable matching by default if a domainname is set, adding -M to reenable it.Jason Downs
1996-12-07Improved temporary file handling.bitblt
1996-12-07increase buf sizes, hacked w/ bitbltTheo de Raadt
1996-12-06Fix bug where one could ``send'' various TELNET commands from the telnetrobin
command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary
1996-12-06-p did not rename 2 variables; netbsd pr#2997, mike.long@analog.comTheo de Raadt
1996-12-06wait for spawned children, and remember to EXIT INOUR CHILD! geez..Theo de Raadt
1996-12-06warn and _exitTheo de Raadt
1996-12-06vfork w/ exit botchTheo de Raadt