aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-132-2/+2
* Fixed world breakage for the NOSHARED=yes case. Libraries were added toBruce Evans2000-08-121-3/+3
* While we're in here:Sheldon Hearn2000-08-111-22/+30
* Eliminate the only setuid perl script in the tree.Warner Losh2000-08-104-34/+65
* To make compilable without -DINET6.Hajimu UMEMOTO2000-08-072-0/+4
* Document the ``-'' option and minor re-wording in EXAMPLESMark Ovens2000-08-051-2/+12
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustSheldon Hearn2000-08-041-1/+1
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.Ruslan Ermilov2000-08-031-2/+2
* Unbreak world build by adding the necessary <net/ethernet.h> include.Ruslan Ermilov2000-08-021-0/+1
* Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov2000-08-012-2/+2
* Fix an off-by-nine error when building a list of includes.Ruslan Ermilov2000-08-011-1/+1
* Add current position (line, column) display.Maxim Sobolev2000-07-311-6/+25
* Don't segv when trying to add a 0-length unit name.Kris Kennaway2000-07-311-21/+20
* Don't coredump on long input lines. If anyone actually cares, this shouldKris Kennaway2000-07-311-1/+1
* Make passing unknown fstypes to -fstype result in a warning instead ofEivind Eklund2000-07-281-2/+16
* Do include <unistd.h> for getopt interface.Warner Losh2000-07-281-2/+1
* Fix bug: "netstat -si" prints interface information, but the headerJohn Polstra2000-07-281-1/+1
* Let wall report the local timezone as well on output.Jeroen Ruigrok van der Werven2000-07-271-2/+2
* Restore the old semantics of deleting the output file when interrupted.Dag-Erling Smørgrav2000-07-261-2/+4
* Fix a bug introduced in rev 1.8, where special files ended upSheldon Hearn2000-07-251-1/+2
* Avoid the need to capitalize an extraneous argument to the Nm macroSheldon Hearn2000-07-241-5/+8
* Simplify some conditionals.Sheldon Hearn2000-07-241-12/+10
* Shut an optimizing compiler up about possibly (but never) unusedSheldon Hearn2000-07-241-0/+2
* Typos and spelling fixes.Paul Saab2000-07-242-6/+9
* Start enumerate option with `The following options are available' likePhilippe Charnier2000-07-242-21/+19
* truncate.c:Sheldon Hearn2000-07-242-4/+13
* Close file descriptors after use so as not to abuse the descriptorSheldon Hearn2000-07-231-0/+2
* Revert to 1.8. I misread the sentence and its context.Chris Costello2000-07-211-2/+1
* Properly document %.0f behavior.Chris Costello2000-07-211-1/+2
* Don't print summary in quiet mode.Dag-Erling Smørgrav2000-07-211-0/+3
* Add a STANDARDS section to discourage the use of this utilitySheldon Hearn2000-07-211-0/+4
* Don't display a running count in quiet mode.Dag-Erling Smørgrav2000-07-211-2/+7
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* Rename the ``name'' argument to ``item'' and mark it up as an argument.Sheldon Hearn2000-07-201-6/+9
* Fix two bugs related to resumed transfers:Dag-Erling Smørgrav2000-07-191-20/+26
* Braino: don't use passive mode unless the user requests it.Dag-Erling Smørgrav2000-07-191-1/+1
* Oops. fsync(8) should have been fsync(1). (repo-copied by peter)Paul Saab2000-07-192-3/+2
* Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.Paul Saab2000-07-194-0/+124
* * Remove description of obsolete -t option.Ben Smithurst2000-07-181-5/+2
* Convert calls to match new kqueue API.Jonathan Lemon2000-07-181-5/+2
* Correct the attribution for yes(1).Nik Clayton2000-07-181-1/+1
* Cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-181-1/+2
* Import the new truncate(1) utility.Sheldon Hearn2000-07-184-0/+352
* Allow logger to send messages directly to a remote syslog. (ThisDavid Malone2000-07-182-8/+72
* The description of the semantics of -v and -q has long since been OBE.Dag-Erling Smørgrav2000-07-171-10/+1
* While I'm at it, break a line that was too long, remove a pointless diagnosticDag-Erling Smørgrav2000-07-171-3/+3
* Document the fact that -r and -m are mutually exclusive.Dag-Erling Smørgrav2000-07-171-0/+10
* Rearrange / rewrite large portions of fetch() to take advantage of newDag-Erling Smørgrav2000-07-171-35/+84
* Use pwd instead of cwd in backticks. cwd in backticks doesn't doSheldon Hearn2000-07-171-2/+2
* Better signal handling.Dag-Erling Smørgrav2000-07-161-11/+18