| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | kris | 2000-11-27 | 1 | -1/+1 |
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
* | Fix format string warnings. | kris | 2000-11-27 | 1 | -1/+1 |
* | Cleanup this code a bit by attempting to sync it up with NetBSD and | kris | 2000-11-26 | 2 | -26/+33 |
* | Use the vendor's manpages (which are in old -man format) rather than | obrien | 2000-11-26 | 3 | -631/+16 |
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | kris | 2000-11-26 | 1 | -1/+1 |
* | Constify | kris | 2000-11-26 | 3 | -2/+2 |
* | vsprintf() -> vsnprintf() | kris | 2000-11-26 | 1 | -1/+1 |
* | o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace, | rwatson | 2000-11-25 | 1 | -29/+50 |
* | o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpu | rwatson | 2000-11-25 | 1 | -27/+32 |
* | o Make systat/iostat.c use sysctl() to retrieve cp_time instead of | rwatson | 2000-11-25 | 1 | -23/+9 |
* | o Make systat use sysctl() to retrieve hz and stathz, instead of | rwatson | 2000-11-25 | 1 | -19/+14 |
* | Reimplement the groff(1) warnings elimination fixes in a better way. | ru | 2000-11-24 | 2 | -10/+5 |
* | [rsh.1] Document the `-4' and `-6' options. | jkoshy | 2000-11-24 | 2 | -2/+6 |
* | [rlogin.1] Document the `-4' and `-6' options. Correct a typo. | jkoshy | 2000-11-24 | 2 | -3/+7 |
* | Eliminate groff(1) warnings. | ru | 2000-11-23 | 2 | -2/+20 |
* | kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0. | ben | 2000-11-23 | 1 | -1/+1 |
* | Use correct macro for path name | phantom | 2000-11-22 | 1 | -1/+1 |
* | Create temporary files in a secure directory, instead of using multiple | kris | 2000-11-22 | 2 | -7/+9 |
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 7 | -2/+9 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 138 | -476/+482 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Add -lcrypt. This fixes cross-building. | marcel | 2000-11-20 | 1 | -1/+1 |
* | Unlink the temporary file immediately so it is removed on exit. | kris | 2000-11-19 | 1 | -19/+15 |
* | Fix a buffer overflow from a long local hostname. | kris | 2000-11-19 | 1 | -2/+2 |
* | Add/fix the ability to split a file larger than 2 gigabytes. | jwd | 2000-11-19 | 1 | -4/+6 |
* | "minute(s) period(s)" --> "minute(s)" | mph | 2000-11-17 | 1 | -6/+6 |
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 8 | -12/+14 |
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 4 | -4/+4 |
* | Spell the des's name correctly. | ru | 2000-11-14 | 2 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 5 | -7/+16 |
* | -U cannot be an option since some signals start with U. -u is the | ps | 2000-11-12 | 1 | -1/+0 |
* | Changed variable killchar to killch and erasechar to erasech to avoid | dg | 2000-11-11 | 3 | -13/+14 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 18 | -133/+106 |
* | Fixed typo: .ar -> .Ar. | ru | 2000-11-10 | 1 | -1/+1 |
* | Install `chflags' in the root partition, NOT /usr where it is not available | obrien | 2000-11-10 | 1 | -0/+1 |
* | Fixed typo: .FL -> .Fl | ru | 2000-11-06 | 1 | -1/+1 |
* | .UC -> .Os | ru | 2000-11-06 | 2 | -2/+2 |
* | Fixed typo: .EL -> .El | ru | 2000-11-06 | 1 | -1/+1 |
* | Switch over to using the Christos Zoulas maintained version in contrib/ | obrien | 2000-11-05 | 151 | -8259/+93 |
* | Good-bye cruel world. | sheldonh | 2000-11-02 | 3 | -418/+0 |
* | Disconnect kzip from the build, as it's about to enter late retirement. | sheldonh | 2000-11-02 | 1 | -1/+0 |
* | Remove vestages of a previous implimentation of "-h". | obrien | 2000-10-31 | 1 | -2/+2 |
* | Now that the amount of (pseudo) interfaces is growing with IPv6, | guido | 2000-10-30 | 1 | -22/+30 |
* | string.h has been repo copied to mystring.h | obrien | 2000-10-30 | 2 | -72/+0 |
* | Remove obsolete /dev/drum references | jedgar | 2000-10-29 | 1 | -2/+1 |
* | Add a new "-h" Human-friendly h/m/s output format. | obrien | 2000-10-28 | 2 | -5/+45 |
* | Add a MAINTAINER= line so people know who to blame | gshapiro | 2000-10-26 | 1 | -0/+2 |
* | While I'm here and got caught by it, add FreeBSD IDs so the next guy | obrien | 2000-10-26 | 84 | -6/+84 |
* | Having a local `string.h' is just asking for trouble. As is having a | obrien | 2000-10-26 | 13 | -24/+46 |