summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disambiguate somewhatkstailey1997-01-161-3/+5
|
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-1595-279/+279
|
* Clarification. From NetBSD.millert1997-01-151-2/+2
|
* hack: if we're M68K, also allow us to strip M68K4K. Works for me.downsj1997-01-141-2/+7
|
* Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.tholo1997-01-141-3/+3
|
* doc "more" command; jdc@orthanc.ncl.ac.ukderaadt1997-01-131-1/+4
|
* Fix core dump and use libc err(3) instead of private one (which hadmillert1997-01-127-146/+58
| | | | slightly different semantics). Also clean up some gcc -Wall'isms.
* UNIX3.0 -> 3.0BSD in history sectionkstailey1997-01-101-2/+2
|
* max -> min typoweingart1997-01-091-2/+2
|
* HTTP fetches would always loop indefinitelyniklas1997-01-091-3/+5
|
* port is powerpc not, ppc.rahnds1997-01-091-2/+2
| | | | Make the defines so.
* "Too much paranoia" + fake domain in anonftp password as some stupid sitesniklas1997-01-081-6/+7
| | | | requires it to at least look sensible.
* note elvis bornmickey1997-01-081-1/+2
|
* some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path workniklas1997-01-071-6/+7
|
* Return exit status != 0 if any transfers fail in the commandlineniklas1997-01-071-3/+5
| | | | specified file fetch mode. Makes backup locations in the ports system work.
* Document the exit valuesniklas1997-01-071-1/+13
|
* Return a sane return value so the bsd.port.mk conditions workniklas1997-01-071-1/+12
|
* add elf2aout to the mips machines - i would like to keep both of themgraichen1997-01-071-3/+3
| | | | | on both (pmax and arc) - because this way it is easy to build kernels for eachother
* getpagesize(2) -> getpagesize(3)kstailey1997-01-071-3/+3
|
* Allow device names to be four characters (eg mcd0 or acd0). -mojmaja1997-01-061-3/+3
|
* mention rfc1938millert1997-01-051-3/+7
|
* minor tweaks; htonl() -> ntohl(); added SEE ALSOkstailey1997-01-052-3/+5
|
* Command line args to updatedb. Also, a filename of "-" for the dbmillert1997-01-042-7/+56
| | | | means output to stdout.
* Fix typo, too much perl on the brain.millert1997-01-041-2/+2
|
* locate shell scripts now use mktemp(1) and weekly runs updatedbmillert1997-01-033-41/+14
| | | | as bin not nobody to avoid NFS problems.
* Better error on failure.millert1997-01-031-3/+3
|
* removed unnecessary testkstailey1997-01-031-3/+2
|
* YYRECOVERING(), not YYRECOVERING. Approved by Robert Corbetttholo1997-01-031-3/+3
|
* new utility for playing sound fileskstailey1997-01-024-5/+170
|
* Fix the file dendancy problem the same way as on alpha/mipsrahnds1997-01-021-2/+3
| | | | this removed another patched file for powerpc port.
* libcrypt is no more.etheisen1997-01-021-2/+2
|
* added info about rfork(2)kstailey1997-01-011-3/+4
|
* Remove some GCC warnings in generated output; from Steve Price via FreeBSDtholo1996-12-271-4/+4
|
* do not need umask fiddlingderaadt1996-12-241-6/+2
|
* use mkstemp insteadderaadt1996-12-241-10/+9
|
* PowerPC port uses binutils not 'standard' compilation tools.rahnds1996-12-231-2/+2
|
* warn whoever wants krb5 that they have a /tmp race to fix firstderaadt1996-12-231-2/+2
|
* Add -execdir support.millert1996-12-235-10/+122
|
* Add powerpc support to gprof. (primative support).rahnds1996-12-223-1/+68
|
* PowerPC port is ELF based, treat same as svr4, mips, and alpha.rahnds1996-12-221-2/+2
|
* import of elf2aout - required for the pmax and taken from the NetBSDgraichen1996-12-223-0/+576
| | | | elftools - adapted to OpenBSD by me
* Deal with _POSIX_SAVED_IDS when relinquishing privilegestholo1996-12-221-2/+2
|
* Deal with _POSIX_SAVED_IDS when relinquishing privilegestholo1996-12-2216-36/+87
|
* Add powerpc support.rahnds1996-12-211-1/+4
|
* support four letter device namesdownsj1996-12-201-4/+4
|
* repair; david@mono.orgderaadt1996-12-191-3/+4
|
* support getting multiple files at once, e.gmichaels1996-12-181-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, alsomichaels1996-12-173-15/+37
| | | | assume empty pathname means cd to '/', like ncftp (?).
* strncat botchderaadt1996-12-161-4/+5
|
* man page update for -c and -s flagskstailey1996-12-151-1/+7
|