aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix octal numbers parsingAndrey A. Chernov2000-07-151-0/+3
* Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing aAlfred Perlstein2000-07-151-33/+43
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoAlfred Perlstein2000-07-151-25/+49
* Add the -z flag to check file sizes firstBrian Somers2000-07-142-5/+19
* ncurses -> termcapAndrey A. Chernov2000-07-141-2/+2
* Upgrade to less v358.Paul Saab2000-07-141-0/+9
* Fix a bug in the stats display that showed up when resuming aborted transfers.Dag-Erling Smørgrav2000-07-131-2/+2
* Rework the stats code for the nth time. Much cleaner now.Dag-Erling Smørgrav2000-07-121-98/+62
* "ls" is note the same as "nlist", but it is the same as "dir". CorrectBen Smithurst2000-07-121-18/+30
* remove m_pulldown related statistics, it is not for production systemJun-ichiro itojun Hagino2000-07-121-32/+0
* Now that the HTTP code supports timeouts, we don't need to use alarm()Dag-Erling Smørgrav2000-07-121-16/+29
* Backout previous commit.Jeroen Ruigrok van der Werven2000-07-121-1/+1
* MFC: fix some output cosmetics so that the finger -s output is properlyJeroen Ruigrok van der Werven2000-07-121-1/+1
* Rework the stats code to avoid code duplication.Dag-Erling Smørgrav2000-07-121-13/+16
* Spelling (embedd to embed) fix and change a comma to a semicolon.Daniel Harris2000-07-111-2/+2
* Fix finger -s output on an user who never logged in.Jeroen Ruigrok van der Werven2000-07-111-1/+1
* Fix a bug when talking to non-freebsd machines where carriage returnPaul Saab2000-07-111-0/+4
* Extend to deal with 64 bit numeric arguments.Stefan Eßer2000-07-101-14/+17
* Don't call warn() with no format string.Kris Kennaway2000-07-102-3/+3
* Don't call err() with no format string.Kris Kennaway2000-07-104-21/+21
* Oops, missed another printf() invocation with no format string.Kris Kennaway2000-07-101-1/+1
* Don't call printf() with no format string.Kris Kennaway2000-07-101-1/+1
* Don't call warn() with no format string.Kris Kennaway2000-07-101-1/+1
* Don't call err() with no format string.Kris Kennaway2000-07-102-3/+7
* Don't call printf with no format string.Kris Kennaway2000-07-103-3/+3
* Don't segfault if given an invalid URL (doh!)Dag-Erling Smørgrav2000-07-091-1/+2
* Fix assembler error messages - there is no \n allowed in __COPYRIGHT macroAndrey A. Chernov2000-07-091-2/+1
* Use __RCSID()Wilfredo Sanchez2000-07-0916-100/+67
* Use __RCSID()Wilfredo Sanchez2000-07-0927-56/+82
* Initialize variableWilfredo Sanchez2000-07-091-1/+1
* Clarify the meaning of -m and -n (thanks to bde).Dag-Erling Smørgrav2000-07-081-6/+3
* Straighten out the behvaiour of -m and -n (thanks to bde).Dag-Erling Smørgrav2000-07-081-6/+12
* Initial kenv(1) hack for dumping the kernel environment. This can bePeter Wemm2000-07-084-0/+187
* One more EAI_NONAME -> EAI_NODATA issue.Hajimu UMEMOTO2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-071-1/+1