summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1997-08-05errno.hTheo de Raadt
1997-08-05make signal handlers errno safeTheo de Raadt
1997-08-05Fixes for a variety of pdksh problems:grr
1) pkksh in sh mode closed fd's other than [012] on exec'ing a command. this is a ksh'ism and POSIX sates that open files are part of the environment to be passed to the new process. 2) pdksh in sh mode interpets (( as meaning the start of arithmetic "quoting", which is incompatible with it's usage as a nested sub-shell invocation. The $(( form for arithmetic substitution is stil valid, however. PR user/59 millert@openbsd.org (Todd C. Miller) 3) pdksh sh.1 manpage isn't explicit about the range of input text that is subject to field splitting after a substitution. PR user/236 Mathieu.Herrb@mipnet.fr (Mathiew Herrb)
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-08-04toast non-NEWVM code; freebsdTheo de Raadt
1997-08-04bad NsTheo de Raadt
1997-08-04more NsTheo de Raadt
1997-08-03oops. ok, why does my footer not show up yet??Theo de Raadt
1997-08-03roughly 3 hours of slaving results in a much more beautiful mdoc man page.Theo de Raadt
1997-08-01show args later on; works around page wrap in middle of lineTheo de Raadt
1997-08-01warn not warnxTheo de Raadt
1997-08-01for lstart, use %c not %C; tetsuya@secom-sis.co.jpTheo de Raadt
1997-07-31improve error message (yes I know mmap(2) isn't used yet.)kstailey
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Stash fd of cwd instead of using getcwd() to stash path.Todd C. Miller
This works in cases where the parent dir is not readable.
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-17Adds rmd160 functionality.Todd C. Miller
1997-07-12Use new-style man macros.Todd C. Miller
1997-07-12md5(1) is now capable of doing md4, md5 and sha1 digests. CurrentlyTodd C. Miller
only md5 and sha1 are used.
1997-07-08Pipes are not interactive, eh.Todd C. Miller
1997-07-08If stdin is not a tty and not seekable assume we are being usedTodd C. Miller
interactively. Fixes all known problems with using ed over rsh.
1997-07-08Use line-buffered output if no tty is present. Makes ed workTodd C. Miller
correctly when there is no tty. Close PR#281
1997-07-03There is no undelete(2) manpage.Jason Downs
1997-06-30WallTheo de Raadt
1997-06-30stdlib.hTheo de Raadt
1997-06-29new location of des.hNiels Provos
1997-06-29Reject non-numeric argument (so can't use atoi).denny
1997-06-29Make sleep handle fractions of a second. Why not?denny
1997-06-28somebody added setlocale() w/o locale.hgrr
1997-06-27setlocale; kleinkTheo de Raadt
1997-06-23duh, my mind is not crispTheo de Raadt
1997-06-23yyyy specification code; m4@nts.umn.eduTheo de Raadt
1997-06-20boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' moreflipk
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-06-18s/SunOP/SunOS/kstailey
1997-06-18irix 6.2 /usr/bin/test is even worse, hehkstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-06-18more entrieskstailey
1997-06-18(foo *)0 -> NULLkstailey
1997-06-18(foo *)0 -> NULLkstailey