summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1998-12-28use \& block on : in macro; rossTheo de Raadt
1998-12-28handle oversize fd_setTheo de Raadt
1998-12-28crank PID_MAX to 99999Theo de Raadt
1998-12-28don't dump core when invoked with no args; pavel_roskin@geocities.comTodd C. Miller
1998-12-24retreived -> retrievedAaron Campbell
1998-12-21kill union wait; christosTheo de Raadt
1998-12-20add some parens for clarityTodd C. Miller
1998-12-20If open of device fails, try up to 10 times. Useful for CD changers that tak...Todd C. Miller
1998-12-20bye bye BADSIGTheo de Raadt
1998-12-20fix usageTheo de Raadt
1998-12-19union wait is wrong; christosTheo de Raadt
1998-12-19move Act Free field over oneTheo de Raadt
1998-12-17Some -WallTodd C. Miller
1998-12-16sparse file support, ripped out of paxTodd C. Miller
1998-12-16more .Nm fixesAaron Campbell
1998-12-16snprintf; dillonTheo de Raadt
1998-12-16for less than 16 NUL bytes, do not print a * line; dillonTheo de Raadt
1998-12-16snprintf; dillonTheo de Raadt
1998-12-14adjust argv and argc correctly when reading max from command lineTodd C. Miller
1998-12-14pasto that caused goal and max params not to workTodd C. Miller
1998-12-13Fall back from passive to active if connect() fails. This can happen if the ...Todd C. Miller
1998-12-13Show periodic events the correct number of times.Paul Janzen
1998-12-07WallTheo de Raadt
1998-12-07fix [:print:]Theo de Raadt
1998-12-05Add missing printfTodd C. Miller
1998-12-05Modifications from netbsd:Marc Espie
1998-11-30fix error outputs; formTheo de Raadt
1998-11-30stats for fast retransmitsNiels Provos
1998-11-30cleanup; also note that ``0'' flag is ignored when used with a precisionAaron Campbell
1998-11-28use strsep() instead of strtok(), in particular to avoid an infinite loopAaron Campbell
1998-11-28do not count swap spaces that were not swapon(2)edkstailey
1998-11-25Mpeg audio identification from ckane@best.comNiklas Hallqvist
1998-11-25Present new statistics field in ah/esp statsNiklas Hallqvist
1998-11-25add -CMarc Espie
1998-11-24fix memory leaks; itohy@netbsdTheo de Raadt
1998-11-22now "Total" column can shrinkkstailey
1998-11-22I hate acronyms.Marc Espie
1998-11-22$* -> "$@"David Leonard
1998-11-21add -m to usage()David Leonard
1998-11-20new gencat manpage; updated by kstailey and lambertTheo de Raadt
1998-11-20/usr/msgs -> /var/msgs; jwise@unicast.comTheo de Raadt
1998-11-19significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -hAaron Campbell
1998-11-19fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...")Oleg Safiullin
1998-11-18simply honour S_IWGRPTheo de Raadt
1998-11-18revert last change for K\&R C compilers without constdm
1998-11-18drop the __attribute__ stuf in favor of a simple constdm
1998-11-18do S_IWGRP checking just like write(1)Theo de Raadt
1998-11-18remove empty reference to non-existent prof(1) pageAaron Campbell
1998-11-18move to euid for tty opens; based on something from formTheo de Raadt
1998-11-17add __attribute__ ((unused)) to the yyrcsid under GCC 2dm