summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-01-21optimization: kill two calls to strlen() in format()kstailey
1997-01-21the locate code assumes that char max is 127 (char == signed char)Dale S. Rahn
however on the powerpc port that is not the case (char == unsigned char) Thus this change, if anyone has a better idea, feel free.
1997-01-21from the FIXES file:kstailey
Oct 20, 1988: Fixed %c: if expr is numeric, use numeric value; otherwise print 1st char of string value. still doesn't work if the value is 0 -- won't print \0. This bugged me because it prevents awk from being a general-purpose decimal to bytestream converter (also GNU awk gets this right.) Look in /usr/share/man/cat4/sun3/leds.0 and you see: # echo 0 0 0 5 0 0 0 8 254 253 250 247 239 223 175 127 | awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds This used to fail since "0" did not produce a \0 on stdout. It doesn't make any sense to me to fix awksprintf() the same way I did awkprintf() since sticking a \0 in a string ends it.
1997-01-21Install BSD sort(1) not GNU one. Can always change back if necesary.Todd C. Miller
1997-01-20Latest research awk from June 29, 1996Todd C. Miller
1997-01-20sort(1) test suiteTodd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller
1997-01-19Minor cleanups to make gcc -Wall happier.Todd C. Miller
1997-01-17rindex -> strrchrTodd C. Miller
1997-01-17note about Vanya GrozniyMichael Shalayeff
1997-01-17more r?index -> strr?chrTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-16disambiguate somewhatkstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15Clarification. From NetBSD.Todd C. Miller
1997-01-14hack: if we're M68K, also allow us to strip M68K4K. Works for me.Jason Downs
1997-01-14Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.Thorsten Lockert
1997-01-13doc "more" command; jdc@orthanc.ncl.ac.ukTheo de Raadt
1997-01-12Fix core dump and use libc err(3) instead of private one (which hadTodd C. Miller
slightly different semantics). Also clean up some gcc -Wall'isms.
1997-01-10UNIX3.0 -> 3.0BSD in history sectionkstailey
1997-01-09max -> min typoTobias Weingartner
1997-01-09HTTP fetches would always loop indefinitelyNiklas Hallqvist
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
1997-01-08"Too much paranoia" + fake domain in anonftp password as some stupid sitesNiklas Hallqvist
requires it to at least look sensible.
1997-01-08note elvis bornMichael Shalayeff
1997-01-07some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path workNiklas Hallqvist
1997-01-07Return exit status != 0 if any transfers fail in the commandlineNiklas Hallqvist
specified file fetch mode. Makes backup locations in the ports system work.
1997-01-07Document the exit valuesNiklas Hallqvist
1997-01-07Return a sane return value so the bsd.port.mk conditions workNiklas Hallqvist
1997-01-07add elf2aout to the mips machines - i would like to keep both of themThomas Graichen
on both (pmax and arc) - because this way it is easy to build kernels for eachother
1997-01-07getpagesize(2) -> getpagesize(3)kstailey
1997-01-06Allow device names to be four characters (eg mcd0 or acd0). -mojMats O Jansson
1997-01-05mention rfc1938Todd C. Miller
1997-01-05minor tweaks; htonl() -> ntohl(); added SEE ALSOkstailey
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