| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add current position (line, column) display. | Maxim Sobolev | 2000-07-31 | 1 | -6/+25 |
| * | Don't segv when trying to add a 0-length unit name. | Kris Kennaway | 2000-07-31 | 1 | -21/+20 |
| * | Don't coredump on long input lines. If anyone actually cares, this should | Kris Kennaway | 2000-07-31 | 1 | -1/+1 |
| * | Make passing unknown fstypes to -fstype result in a warning instead of | Eivind Eklund | 2000-07-28 | 1 | -2/+16 |
| * | Do include <unistd.h> for getopt interface. | Warner Losh | 2000-07-28 | 1 | -2/+1 |
| * | Fix bug: "netstat -si" prints interface information, but the header | John Polstra | 2000-07-28 | 1 | -1/+1 |
| * | Let wall report the local timezone as well on output. | Jeroen Ruigrok van der Werven | 2000-07-27 | 1 | -2/+2 |
| * | Restore the old semantics of deleting the output file when interrupted. | Dag-Erling Smørgrav | 2000-07-26 | 1 | -2/+4 |
| * | Fix a bug introduced in rev 1.8, where special files ended up | Sheldon Hearn | 2000-07-25 | 1 | -1/+2 |
| * | Avoid the need to capitalize an extraneous argument to the Nm macro | Sheldon Hearn | 2000-07-24 | 1 | -5/+8 |
| * | Simplify some conditionals. | Sheldon Hearn | 2000-07-24 | 1 | -12/+10 |
| * | Shut an optimizing compiler up about possibly (but never) unused | Sheldon Hearn | 2000-07-24 | 1 | -0/+2 |
| * | Typos and spelling fixes. | Paul Saab | 2000-07-24 | 2 | -6/+9 |
| * | Start enumerate option with `The following options are available' like | Philippe Charnier | 2000-07-24 | 2 | -21/+19 |
| * | truncate.c: | Sheldon Hearn | 2000-07-24 | 2 | -4/+13 |
| * | Close file descriptors after use so as not to abuse the descriptor | Sheldon Hearn | 2000-07-23 | 1 | -0/+2 |
| * | Revert to 1.8. I misread the sentence and its context. | Chris Costello | 2000-07-21 | 1 | -2/+1 |
| * | Properly document %.0f behavior. | Chris Costello | 2000-07-21 | 1 | -1/+2 |
| * | Don't print summary in quiet mode. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -0/+3 |
| * | Add a STANDARDS section to discourage the use of this utility | Sheldon Hearn | 2000-07-21 | 1 | -0/+4 |
| * | Don't display a running count in quiet mode. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+7 |
| * | Fix buffer size of ALIGNed buffer. | Hajimu UMEMOTO | 2000-07-20 | 1 | -2/+2 |
| * | Rename the ``name'' argument to ``item'' and mark it up as an argument. | Sheldon Hearn | 2000-07-20 | 1 | -6/+9 |
| * | Fix two bugs related to resumed transfers: | Dag-Erling Smørgrav | 2000-07-19 | 1 | -20/+26 |
| * | Braino: don't use passive mode unless the user requests it. | Dag-Erling Smørgrav | 2000-07-19 | 1 | -1/+1 |
| * | Oops. fsync(8) should have been fsync(1). (repo-copied by peter) | Paul Saab | 2000-07-19 | 2 | -3/+2 |
| * | Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. | Paul Saab | 2000-07-19 | 4 | -0/+124 |
| * | * Remove description of obsolete -t option. | Ben Smithurst | 2000-07-18 | 1 | -5/+2 |
| * | Convert calls to match new kqueue API. | Jonathan Lemon | 2000-07-18 | 1 | -5/+2 |
| * | Correct the attribution for yes(1). | Nik Clayton | 2000-07-18 | 1 | -1/+1 |
| * | Cross-reference mount_nfs(8) and showmount(8). | Sheldon Hearn | 2000-07-18 | 1 | -1/+2 |
| * | Import the new truncate(1) utility. | Sheldon Hearn | 2000-07-18 | 4 | -0/+352 |
| * | Allow logger to send messages directly to a remote syslog. (This | David Malone | 2000-07-18 | 2 | -8/+72 |
| * | The description of the semantics of -v and -q has long since been OBE. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -10/+1 |
| * | While I'm at it, break a line that was too long, remove a pointless diagnostic | Dag-Erling Smørgrav | 2000-07-17 | 1 | -3/+3 |
| * | Document the fact that -r and -m are mutually exclusive. | Dag-Erling Smørgrav | 2000-07-17 | 1 | -0/+10 |
| * | Rearrange / rewrite large portions of fetch() to take advantage of new | Dag-Erling Smørgrav | 2000-07-17 | 1 | -35/+84 |
| * | Use pwd instead of cwd in backticks. cwd in backticks doesn't do | Sheldon Hearn | 2000-07-17 | 1 | -2/+2 |
| * | Better signal handling. | Dag-Erling Smørgrav | 2000-07-16 | 1 | -11/+18 |
| * | Fix octal numbers parsing | Andrey A. Chernov | 2000-07-15 | 1 | -0/+3 |
| * | Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a | Alfred Perlstein | 2000-07-15 | 1 | -33/+43 |
| * | Make mbstat.m_mtypes seperate and viewable via sysctl, also | Alfred Perlstein | 2000-07-15 | 1 | -25/+49 |
| * | Add the -z flag to check file sizes first | Brian Somers | 2000-07-14 | 2 | -5/+19 |
| * | ncurses -> termcap | Andrey A. Chernov | 2000-07-14 | 1 | -2/+2 |
| * | Upgrade to less v358. | Paul Saab | 2000-07-14 | 1 | -0/+9 |
| * | Fix a bug in the stats display that showed up when resuming aborted transfers. | Dag-Erling Smørgrav | 2000-07-13 | 1 | -2/+2 |
| * | Rework the stats code for the nth time. Much cleaner now. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -98/+62 |
| * | "ls" is note the same as "nlist", but it is the same as "dir". Correct | Ben Smithurst | 2000-07-12 | 1 | -18/+30 |
| * | remove m_pulldown related statistics, it is not for production system | Jun-ichiro itojun Hagino | 2000-07-12 | 1 | -32/+0 |
| * | Now that the HTTP code supports timeouts, we don't need to use alarm() | Dag-Erling Smørgrav | 2000-07-12 | 1 | -16/+29 |