| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove including of libc sources. All the required functions | deischen | 2006-03-10 | 1 | -8/+2 |
* | Remove configure.ac.in and the 'distfile' target from | kientzle | 2006-03-08 | 4 | -164/+6 |
* | Add a check for Linux' "libacl" library and headers. | kientzle | 2006-03-07 | 1 | -0/+4 |
* | Change the output of --version to match GNU "gnits" standards. | kientzle | 2006-03-07 | 1 | -5/+2 |
* | Fix a format mismatch (%d integer format, platform-dependent | kientzle | 2006-03-07 | 1 | -1/+1 |
* | Add an override (DONTSTRIP) so that one can easily install debugable | obrien | 2006-03-06 | 2 | -0/+14 |
* | Managing login.access is no longer a responsibility of login(1). | yar | 2006-03-06 | 1 | -10/+6 |
* | Remove the last reference to LOGIN_ACCESS from login(1). | yar | 2006-03-06 | 1 | -2/+3 |
* | login.access.5 and login_access.c are no longer used | yar | 2006-03-06 | 2 | -296/+0 |
* | login(1) no longer handles /etc/login.access by itself, | yar | 2006-03-06 | 1 | -1/+0 |
* | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | Reduce number of spaces for full name by four, and reduce padding | rwatson | 2006-03-04 | 1 | -5/+5 |
* | Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend | mux | 2006-03-03 | 1 | -1/+2 |
* | Connect csup the build! | mux | 2006-03-03 | 1 | -0/+1 |
* | - Don't put the .h in SRCS. | mux | 2006-03-03 | 1 | -25/+25 |
* | Add make glue for building csup. Not yet connected to the build. | mux | 2006-03-03 | 1 | -0/+35 |
* | Fix the way in which median is calculated. If the data source has even | wkoszek | 2006-02-23 | 1 | -7/+18 |
* | Add myself as a new src commiter: | wkoszek | 2006-02-22 | 1 | -0/+1 |
* | If opendir(".") fails after descending into a subdirectory via | peadar | 2006-02-22 | 1 | -1/+2 |
* | Add option -w to specify graph width. | mdodd | 2006-02-22 | 1 | -3/+24 |
* | In wall and who, check that the utmp entry isn't stalled, as it is done in w. | cognet | 2006-02-21 | 2 | -3/+36 |
* | Improved description for packet zone statistics. | andre | 2006-02-18 | 1 | -1/+1 |
* | Print statistics on mbuf+clusters in packet zone. | andre | 2006-02-18 | 1 | -0/+4 |
* | Print statistics on jumbo mbuf clusters. | andre | 2006-02-18 | 1 | -2/+72 |
* | Move the "r p d s w" fields to the left to create space for expansion. | bde | 2006-02-14 | 1 | -25/+26 |
* | Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35 | bde | 2006-02-14 | 1 | -2/+0 |
* | Fix some minor bugs: | bde | 2006-02-14 | 1 | -13/+21 |
* | Reduce the field width by 1 for many numeric fields so that most fields | bde | 2006-02-14 | 1 | -39/+39 |
* | Oops, the "excessive" {} removed in the previous commit was needed | bde | 2006-02-14 | 1 | -1/+3 |
* | Fixed all (?) bitrot in the comments about the number of columns used by | bde | 2006-02-14 | 1 | -8/+8 |
* | Fix all (?) cases where the field width of a numeric field was far too | bde | 2006-02-14 | 1 | -8/+7 |
* | Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interrupt | bde | 2006-02-14 | 1 | -7/+7 |
* | The change to make column use roundup(x, TAB) rounded things to the | dwmalone | 2006-02-13 | 1 | -3/+3 |
* | Default number of direct access devices had been changed from three to two. | marck | 2006-02-12 | 1 | -6/+6 |
* | Sort sfbuf allocation counters with other sfbuf information. | rwatson | 2006-02-11 | 1 | -13/+9 |
* | Un-#if 0 the printing of allocation failure counts for mbufs, clusters, | rwatson | 2006-02-11 | 1 | -2/+0 |
* | Make login audit-enabled, submitting audit records for the login and logout | wsalamon | 2006-02-04 | 5 | -3/+238 |
* | Don't set time to current, if set to specific time fails | ache | 2006-01-31 | 1 | -0/+1 |
* | Tell the user exactly where the problem was. | pjd | 2006-01-30 | 1 | -5/+5 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 1 | -1/+1 |
* | - Mention that users need to be in the wheel group to `su - root' by default,... | brd | 2006-01-28 | 1 | -3/+17 |
* | make wall(1) work with pts. | ume | 2006-01-27 | 1 | -2/+6 |
* | Add AfriNIC as a RIR. | jhay | 2006-01-23 | 2 | -6/+16 |
* | Add myself to the list (Ehi, I'm not the youngest!) | matteo | 2006-01-20 | 1 | -0/+1 |
* | Add myself to the calendar | vd | 2006-01-19 | 1 | -0/+1 |
* | Add myself. | anray | 2006-01-19 | 1 | -0/+1 |
* | Use the .Fx macro. | simon | 2006-01-17 | 1 | -2/+7 |
* | Skip format flags, when parsing ktr_desc. | glebius | 2006-01-12 | 1 | -1/+7 |
* | Correct insecure temporary file usage in texindex. [06:01] | cperciva | 2006-01-11 | 1 | -12/+22 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -0/+1 |