| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove hard-sentence breaks, canonify .Dd (no leading zero). | ru | 2000-12-12 | 2 | -10/+15 |
* | Document what Idle=* means in a short format display. | ru | 2000-12-12 | 1 | -0/+3 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 8 | -155/+136 |
* | Re-add home born file(1) and magic(5) manual pages. Update them to | phantom | 2000-12-11 | 3 | -13/+716 |
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 7 | -7/+7 |
* | Add rcsid. Remove unused #include. Remove error() definition and replace | charnier | 2000-12-10 | 2 | -35/+26 |
* | Remove one more incorrect section name. Typos. | charnier | 2000-12-10 | 2 | -11/+18 |
* | Add history. | obrien | 2000-12-10 | 1 | -0/+4 |
* | The options I added where not formated to new manpage style specs. | obrien | 2000-12-09 | 1 | -4/+7 |
* | Add or fix FreeBSD IDs. | obrien | 2000-12-09 | 7 | -5/+10 |
* | "Implement -[n]fcb (formatting of block comments) and attempt to implement | obrien | 2000-12-09 | 6 | -11/+46 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 6 | -9/+15 |
* | Retire this ancient version of rdist. | obrien | 2000-12-07 | 12 | -4409/+0 |
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 2 | -2/+2 |
* | remove struct mount from useland visibility | alfred | 2000-12-04 | 1 | -1/+1 |
* | Remove register keyword usage with prejudice. | asmodai | 2000-12-03 | 4 | -16/+16 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 36 | -512/+472 |
* | Use a size_t instead of an int. | asmodai | 2000-12-02 | 1 | -1/+1 |
* | 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 |