| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct int/long type mismatch in the proper place this time. freevnodes | gallatin | 2000-12-02 | 1 | -2/+2 |
* | Properly constify some static arrays. | asmodai | 2000-12-02 | 4 | -3/+17 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 38 | -238/+224 |
* | fix another int/long type mismatch. This one was causing pigs to | gallatin | 2000-12-01 | 1 | -1/+1 |
* | fix int/long type mismatches found on alpha | gallatin | 2000-12-01 | 1 | -4/+4 |
* | Grrr... GCC 2.95.2 and 2.96 just will not agree what the default include | obrien | 2000-12-01 | 1 | -1/+1 |
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 2 | -2/+2 |
* | o Make comment match reality, synch code with comment. | rwatson | 2000-11-30 | 1 | -2/+10 |
* | Format string paranoia. This should avoid potential buffer overflows from | will | 2000-11-30 | 3 | -13/+29 |
* | If the transfer timed out, but we don't know how large the file is supposed | des | 2000-11-30 | 1 | -1/+10 |
* | Make use of the full screen width to display p_comm rather than assuming a | jhb | 2000-11-29 | 1 | -3/+6 |
* | Display the name of the mutex we are blocked on in the state field. To | jhb | 2000-11-29 | 1 | -0/+6 |
* | Xref make.conf(5), and point to /usr/share/doc/psd/12.make for the | nik | 2000-11-29 | 1 | -1/+4 |
* | Eliminate groff(1) warnings. | ru | 2000-11-29 | 1 | -27/+28 |
* | Eliminate groff(1) warnings caused by vgrind(1). | ru | 2000-11-29 | 1 | -4/+6 |
* | Fix a typo and a punctuation mistake, the two of which conspired | sheldonh | 2000-11-29 | 1 | -2/+2 |
* | Add LIBCRYPT to DPADD. | marcel | 2000-11-28 | 1 | -1/+1 |
* | Format string auditing | kris | 2000-11-27 | 1 | -2/+2 |
* | *** 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 |