summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-09-22End apparent but unexpected flame war by switching to Berkeley copyright.Ian Darwin
1998-09-22Terminate our output string correctly if we've gotbrian
an ``a'' command that has an escaped newline on the last line of the last script that we're processing.
1998-09-22if winsize.ws_col is 0, assume 80Theo de Raadt
1998-09-20cp_time is long, deal with it.Niklas Hallqvist
1998-09-20widen unsigned entities to signed ones before subtracting, fixes sorting on ↵Niklas Hallqvist
alpha
1998-09-19write() can do short-writes -- deal; based on rahnds@ codeTheo de Raadt
1998-09-19make the progress meter run correctly in all cases if in -m modeTodd C. Miller
1998-09-19Make -m flag turn on progress meter in all situationsTodd C. Miller
1998-09-19add -m option to turn on progress meter in non-verbose modeTodd C. Miller
1998-09-19Don't turn of progress meter when output file is stdout. The meter will go ↵Todd C. Miller
to stderr in this case.
1998-09-15getopt returns int, not char; rahnds@openbsd.orgTodd C. Miller
1998-09-14/usr/bin/help == man man"Theo de Raadt
1998-09-14move -k documentation to the TOPTheo de Raadt
1998-09-13typosAaron Campbell
1998-09-12document reality.Todd T. Fries
1998-09-11don't display Retrieving... message unless verbose output desiredMarco S Hyman
1998-09-10.Xr lockspool 1Todd C. Miller
1998-09-10Fix commentsTodd C. Miller
1998-09-10If a child has not been waited on via the SIGCHLD handler, wait for itTodd C. Miller
ourselves instead of playing games with sigsuspend. This may fix PR 588.
1998-09-10make mail.1 nroff'able againTodd C. Miller
1998-09-10proper strncpyTheo de Raadt
1998-09-08back out the pipe code that breaks on sparcArtur Grabowski
1998-09-08bad sentenceTheo de Raadt
1998-09-08repair order of signal blocking that got changed in conversion to POSIX signalsTodd C. Miller
1998-09-08Fix comments in .mailrc where there is no space after the hash (#). Noted ↵Todd C. Miller
by pjanzen@foatdi.harvard.edu
1998-09-08Don't assume realloc() can take NULL as first arg. Yacc needs to generate ↵Todd C. Miller
portable code...
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-07support for pipesArtur Grabowski
1998-09-06understand XFS nodesArtur Grabowski
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-02if trapped, kill self in same wayTheo de Raadt
1998-09-02using kill() like WTERMSIG(), make exit status more accurate; cracauerTheo de Raadt
1998-09-01use commands("%s", buf); lukemTheo de Raadt
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-31s/CKILL/VKILL/, a todd miller bug special apparentlyTheo de Raadt
1998-08-31Add pass-through ('-p') option to uudecode.dgregor
1998-08-30Add a manpage.Jason Downs
1998-08-30man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-30Use the kernel's copy of the cpuid information.Jason Downs
This really ought to just be removed...
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-25doc \e in printfTheo de Raadt
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-08-22Changed warning message from "... keyinit -s" to "... skeyinit -s".dgregor
1998-08-21support "-o field" and the interactive "o" commandkstailey
1998-08-21oopsTheo de Raadt
1998-08-19realloc fixTheo de Raadt