summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid the need to capitalize an extraneous argument to the Nm macrosheldonh2000-07-241-5/+8
* Simplify some conditionals.sheldonh2000-07-241-12/+10
* Shut an optimizing compiler up about possibly (but never) unusedsheldonh2000-07-241-0/+2
* Typos and spelling fixes.ps2000-07-242-6/+9
* Start enumerate option with `The following options are available' likecharnier2000-07-242-21/+19
* truncate.c:sheldonh2000-07-242-4/+13
* Close file descriptors after use so as not to abuse the descriptorsheldonh2000-07-231-0/+2
* Revert to 1.8. I misread the sentence and its context.chris2000-07-211-2/+1
* Properly document %.0f behavior.chris2000-07-211-1/+2
* Don't print summary in quiet mode.des2000-07-211-0/+3
* Add a STANDARDS section to discourage the use of this utilitysheldonh2000-07-211-0/+4
* Don't display a running count in quiet mode.des2000-07-211-2/+7
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* Rename the ``name'' argument to ``item'' and mark it up as an argument.sheldonh2000-07-201-6/+9
* Fix two bugs related to resumed transfers:des2000-07-191-20/+26
* Braino: don't use passive mode unless the user requests it.des2000-07-191-1/+1
* Oops. fsync(8) should have been fsync(1). (repo-copied by peter)ps2000-07-192-3/+2
* Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.ps2000-07-194-0/+124
* * Remove description of obsolete -t option.ben2000-07-181-5/+2
* Convert calls to match new kqueue API.jlemon2000-07-181-5/+2
* Correct the attribution for yes(1).nik2000-07-181-1/+1
* Cross-reference mount_nfs(8) and showmount(8).sheldonh2000-07-181-1/+2
* Import the new truncate(1) utility.sheldonh2000-07-184-0/+352
* Allow logger to send messages directly to a remote syslog. (Thisdwmalone2000-07-182-8/+72
* The description of the semantics of -v and -q has long since been OBE.des2000-07-171-10/+1
* While I'm at it, break a line that was too long, remove a pointless diagnosticdes2000-07-171-3/+3
* Document the fact that -r and -m are mutually exclusive.des2000-07-171-0/+10
* Rearrange / rewrite large portions of fetch() to take advantage of newdes2000-07-171-35/+84
* Use pwd instead of cwd in backticks. cwd in backticks doesn't dosheldonh2000-07-171-2/+2
* Better signal handling.des2000-07-161-11/+18
* Fix octal numbers parsingache2000-07-151-0/+3
* Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing aalfred2000-07-151-34/+44
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-25/+49
* Add the -z flag to check file sizes firstbrian2000-07-142-5/+19
* ncurses -> termcapache2000-07-141-2/+2
* Upgrade to less v358.ps2000-07-141-0/+9
* Fix a bug in the stats display that showed up when resuming aborted transfers.des2000-07-131-2/+2
* Rework the stats code for the nth time. Much cleaner now.des2000-07-121-98/+62
* "ls" is note the same as "nlist", but it is the same as "dir". Correctben2000-07-121-18/+30
* remove m_pulldown related statistics, it is not for production systemitojun2000-07-121-32/+0
* Now that the HTTP code supports timeouts, we don't need to use alarm()des2000-07-121-16/+29
* Backout previous commit.asmodai2000-07-121-1/+1
* MFC: fix some output cosmetics so that the finger -s output is properlyasmodai2000-07-121-1/+1
* Rework the stats code to avoid code duplication.des2000-07-121-13/+16
* Spelling (embedd to embed) fix and change a comma to a semicolon.dannyboy2000-07-111-2/+2
* Fix finger -s output on an user who never logged in.asmodai2000-07-111-1/+1
* Fix a bug when talking to non-freebsd machines where carriage returnps2000-07-111-0/+4
* Extend to deal with 64 bit numeric arguments.se2000-07-101-14/+17
* Don't call warn() with no format string.kris2000-07-102-3/+3
* Don't call err() with no format string.kris2000-07-104-21/+21
OpenPOWER on IntegriCloud