summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULL + err msg for realloc failurekstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17minor cleanupkstailey
1997-06-17Adds a -d (directory) flag.Todd C. Miller
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller
1997-06-17If no paths are specified, use "."Todd C. Miller
1997-06-17Don't trample argv[], we want ps et al to be able to see args.Todd C. Miller
1997-06-16Use buflen, not sizeof(buf) as buf is a pointer.Todd C. Miller
1997-06-16You can't store a double in an int and then do tests for the fractional partkstailey
1997-06-16Normalize treatment of -n option. Don't know why it was ever special-casedTodd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-06-15Avoid possible /tmp races by using mkstemp(3).Todd C. Miller
1997-06-15change byte counters to u_quad_tTheo de Raadt
1997-06-15is isJason Downs
1997-06-12allow hex/octal offsets; metcalf@snet.netTheo de Raadt
1997-06-12The NULL macro yields a null pointer constant that is usable as an addresskstailey
1997-06-12move gprof to alpha-sorted spot in SUBDIRkstailey
1997-06-12add readlink(1)kstailey
1997-06-12goodbye perlkstailey
1997-06-11fix copyright.kstailey
1997-06-11gencat can take more than one input file.kstailey
1997-06-11docuementkstailey
1997-06-11dynamic fd_setTheo de Raadt
1997-06-11remove spurious ,; jtkTheo de Raadt
1997-06-10Disable progress meter if started as a bg process. Also don'tTodd C. Miller
1997-06-09-i8 is default; ada@not-enough.bandwidth.orgTheo de Raadt
1997-06-0610 XTheo de Raadt
1997-06-05;;Theo de Raadt
1997-06-05more doc changesTheo de Raadt
1997-06-05do not interpret _POSIX_VDISABLE as a special character; netbsdTheo de Raadt
1997-06-04If strip(1) fails it should not be a fatal error.Todd C. Miller
1997-06-02do strvis()ing in sprint.ckstailey
1997-06-02buflen != sizeof (char *)dm
1997-06-02remote is -> remote host iskstailey
1997-06-02cal [-jy] [[month] year]; k-horik@yk.rim.or.jpTheo de Raadt
1997-06-02fixTheo de Raadt
1997-06-02if hostname==domainname and has only one dot, trim less severely for -h optio...Theo de Raadt
1997-06-02mm, didn't quite get it the first time.flipk
1997-06-01fix emacs batch download problem, i thinkTheo de Raadt
1997-05-31warn instead of warnx; kleinkTheo de Raadt
1997-05-31futimes avoids race; mycroftTheo de Raadt
1997-05-31trunc uid/gid to USHRT_MAX; mycroft; PR#75Theo de Raadt