| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous arguments to the Os (operating system) and Nm | sheldonh | 2000-08-17 | 1 | -4/+4 |
* | Allow a /etc/finger.conf file that contains finger aliases | brian | 2000-08-17 | 5 | -1/+162 |
* | Allow use of the ${MAKE_SHELL} variable to specify alternate shells for | green | 2000-08-16 | 4 | -2/+39 |
* | Remove unnecessary extern definition of strrchr. It is defined in | imp | 2000-08-16 | 1 | -1/+0 |
* | Add cross reference to the ast device. | imp | 2000-08-16 | 1 | -1/+1 |
* | Complete migration of aliases file to /etc/mail/aliases. | gshapiro | 2000-08-13 | 2 | -2/+2 |
* | Fixed world breakage for the NOSHARED=yes case. Libraries were added to | bde | 2000-08-12 | 1 | -3/+3 |
* | While we're in here: | sheldonh | 2000-08-11 | 1 | -22/+30 |
* | Eliminate the only setuid perl script in the tree. | imp | 2000-08-10 | 4 | -34/+65 |
* | To make compilable without -DINET6. | ume | 2000-08-07 | 2 | -0/+4 |
* | Document the ``-'' option and minor re-wording in EXAMPLES | marko | 2000-08-05 | 1 | -2/+12 |
* | Merge the truncate(1) utility onto the RELENG_4 branch and adjust | sheldonh | 2000-08-04 | 1 | -1/+1 |
* | Do not display icmp(4) sockets as non-existent bridge(4) sockets. | ru | 2000-08-03 | 1 | -2/+2 |
* | Unbreak world build by adding the necessary <net/ethernet.h> include. | ru | 2000-08-02 | 1 | -0/+1 |
* | Make auto-generated ioctl.c to be always considered out of date | ru | 2000-08-01 | 2 | -2/+2 |
* | Fix an off-by-nine error when building a list of includes. | ru | 2000-08-01 | 1 | -1/+1 |
* | Add current position (line, column) display. | sobomax | 2000-07-31 | 1 | -6/+25 |
* | Don't segv when trying to add a 0-length unit name. | kris | 2000-07-31 | 1 | -21/+20 |
* | Don't coredump on long input lines. If anyone actually cares, this should | kris | 2000-07-31 | 1 | -1/+1 |
* | Make passing unknown fstypes to -fstype result in a warning instead of | eivind | 2000-07-28 | 1 | -2/+16 |
* | Do include <unistd.h> for getopt interface. | imp | 2000-07-28 | 1 | -2/+1 |
* | Fix bug: "netstat -si" prints interface information, but the header | jdp | 2000-07-28 | 1 | -1/+1 |
* | Let wall report the local timezone as well on output. | asmodai | 2000-07-27 | 1 | -2/+2 |
* | Restore the old semantics of deleting the output file when interrupted. | des | 2000-07-26 | 1 | -2/+4 |
* | Fix a bug introduced in rev 1.8, where special files ended up | sheldonh | 2000-07-25 | 1 | -1/+2 |
* | Avoid the need to capitalize an extraneous argument to the Nm macro | sheldonh | 2000-07-24 | 1 | -5/+8 |
* | Simplify some conditionals. | sheldonh | 2000-07-24 | 1 | -12/+10 |
* | Shut an optimizing compiler up about possibly (but never) unused | sheldonh | 2000-07-24 | 1 | -0/+2 |
* | Typos and spelling fixes. | ps | 2000-07-24 | 2 | -6/+9 |
* | Start enumerate option with `The following options are available' like | charnier | 2000-07-24 | 2 | -21/+19 |
* | truncate.c: | sheldonh | 2000-07-24 | 2 | -4/+13 |
* | Close file descriptors after use so as not to abuse the descriptor | sheldonh | 2000-07-23 | 1 | -0/+2 |
* | Revert to 1.8. I misread the sentence and its context. | chris | 2000-07-21 | 1 | -2/+1 |
* | Properly document %.0f behavior. | chris | 2000-07-21 | 1 | -1/+2 |
* | Don't print summary in quiet mode. | des | 2000-07-21 | 1 | -0/+3 |
* | Add a STANDARDS section to discourage the use of this utility | sheldonh | 2000-07-21 | 1 | -0/+4 |
* | Don't display a running count in quiet mode. | des | 2000-07-21 | 1 | -2/+7 |
* | Fix buffer size of ALIGNed buffer. | ume | 2000-07-20 | 1 | -2/+2 |
* | Rename the ``name'' argument to ``item'' and mark it up as an argument. | sheldonh | 2000-07-20 | 1 | -6/+9 |
* | Fix two bugs related to resumed transfers: | des | 2000-07-19 | 1 | -20/+26 |
* | Braino: don't use passive mode unless the user requests it. | des | 2000-07-19 | 1 | -1/+1 |
* | Oops. fsync(8) should have been fsync(1). (repo-copied by peter) | ps | 2000-07-19 | 2 | -3/+2 |
* | Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. | ps | 2000-07-19 | 4 | -0/+124 |
* | * Remove description of obsolete -t option. | ben | 2000-07-18 | 1 | -5/+2 |
* | Convert calls to match new kqueue API. | jlemon | 2000-07-18 | 1 | -5/+2 |
* | Correct the attribution for yes(1). | nik | 2000-07-18 | 1 | -1/+1 |
* | Cross-reference mount_nfs(8) and showmount(8). | sheldonh | 2000-07-18 | 1 | -1/+2 |
* | Import the new truncate(1) utility. | sheldonh | 2000-07-18 | 4 | -0/+352 |
* | Allow logger to send messages directly to a remote syslog. (This | dwmalone | 2000-07-18 | 2 | -8/+72 |
* | The description of the semantics of -v and -q has long since been OBE. | des | 2000-07-17 | 1 | -10/+1 |