| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the -e (mail presence test), -H (header summary mode), and -F | Mike Heffner | 2004-02-29 | 6 | -14/+183 |
| * | Fix grammar bogon. | Jens Schweikhardt | 2004-02-29 | 1 | -1/+1 |
| * | Fixed style bugs in previous commit (.ifndef instead of .if defined(), | Bruce Evans | 2004-02-29 | 1 | -3/+2 |
| * | Update the find manual page: | Tom Rhodes | 2004-02-27 | 1 | -1/+14 |
| * | I am a moron. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -1/+1 |
| * | Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -0/+5 |
| * | Remove EXAMPLES section which duplicates text in fetch(3). | Dag-Erling Smørgrav | 2004-02-27 | 1 | -22/+0 |
| * | Cut through the bikeshed and remove login(1)'s setuid bit. It has no | Dag-Erling Smørgrav | 2004-02-27 | 1 | -3/+0 |
| * | Use the -H option instead of the deprecated -follow predicate. | Dag-Erling Smørgrav | 2004-02-25 | 1 | -1/+1 |
| * | Demangled vendor ids. Fixed misplaced FreeBSD id. | Bruce Evans | 2004-02-25 | 1 | -6/+9 |
| * | Backed out rev.1.6. A bogus include was added to work around breakage of | Bruce Evans | 2004-02-25 | 1 | -2/+0 |
| * | Send birthday presents to Wadham College, Oxford. :) | Colin Percival | 2004-02-24 | 1 | -0/+1 |
| * | Add my birthday. | Markus Brueffer | 2004-02-23 | 1 | -0/+1 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 1 | -1/+1 |
| * | Typo. | Dag-Erling Smørgrav | 2004-02-23 | 1 | -1/+1 |
| * | Use %zu for size_t, like God intended. | Dag-Erling Smørgrav | 2004-02-18 | 1 | -1/+1 |
| * | Fix printf() format bug in previous commit (size_t != int). | Dag-Erling Smørgrav | 2004-02-18 | 1 | -17/+19 |
| * | Revamp the statistics code, and switch to a much more compact display | Dag-Erling Smørgrav | 2004-02-18 | 1 | -48/+56 |
| * | Fix some WARNS: | David Malone | 2004-02-15 | 3 | -8/+7 |
| * | Remove an unused variable. | David Malone | 2004-02-15 | 1 | -1/+0 |
| * | Fix a few WARNS: | David Malone | 2004-02-15 | 1 | -6/+6 |
| * | Include timeconv.h for _int_to_time and _time_to_int. | David Malone | 2004-02-15 | 1 | -0/+1 |
| * | Attempt #2 to fix script(1) if the standard input is closed: If we | Colin Percival | 2004-02-15 | 1 | -1/+3 |
| * | Only indent once for continuation lines when not lining up with | Bruce Evans | 2004-02-12 | 2 | -3/+5 |
| * | Add some presidential birthdays. | Wes Peters | 2004-02-10 | 1 | -8/+23 |
| * | Add my birthday (for those interested) | Max Laier | 2004-02-10 | 1 | -0/+1 |
| * | Added an option -ldi<N> to control indentation of local variable names. | Bruce Evans | 2004-02-09 | 4 | -4/+27 |
| * | Only use tabs to indent variable names if the declaration indent is | Bruce Evans | 2004-02-09 | 1 | -8/+8 |
| * | Backed out a part of previous commit that wasn;t mentioned in the log | Bruce Evans | 2004-02-09 | 1 | -2/+1 |
| * | Fixed tab lossage in indented variable names. The -diN option was | Bruce Evans | 2004-02-09 | 1 | -6/+22 |
| * | Fixed misformatting of "struct foo *bar" in function parameter lists. It | Bruce Evans | 2004-02-09 | 1 | -8/+11 |
| * | Expanded the size of the keyword table from 100 to 1000 entries so that | Bruce Evans | 2004-02-09 | 1 | -1/+3 |
| * | Backed out rev.1.4 and 1.7 so they they can be implemented and committed | Bruce Evans | 2004-02-09 | 1 | -18/+5 |
| * | - Demangle usage(). | Ruslan Ermilov | 2004-02-07 | 1 | -10/+9 |
| * | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 11 | -22/+23 |
| * | Added missing DPADD. | Ruslan Ermilov | 2004-02-05 | 1 | -1/+1 |
| * | printed statistics about source address selection rules. | Hajimu UMEMOTO | 2004-02-05 | 1 | -0/+25 |
| * | stops program if kvm_read fails. | Hajimu UMEMOTO | 2004-02-05 | 1 | -2/+3 |
| * | - support hmac-ripemd160. | Hajimu UMEMOTO | 2004-02-05 | 1 | -1/+10 |
| * | print stats on SPD cache lookups. | Hajimu UMEMOTO | 2004-02-05 | 1 | -0/+5 |
| * | - %d is 12 chars, not 10. use NI_MAX* where appropriate. | Hajimu UMEMOTO | 2004-02-05 | 1 | -67/+52 |
| * | Removed unnecessary dependencies on librpcsvc. | Ruslan Ermilov | 2004-02-04 | 2 | -6/+0 |
| * | Put libdevstat before libkvm, because the former depends on the latter. | Ruslan Ermilov | 2004-02-04 | 2 | -4/+4 |
| * | Add myself. | Josef El-Rayes | 2004-02-03 | 1 | -0/+1 |
| * | Add my birthday. | Lukas Ertl | 2004-02-03 | 1 | -0/+1 |
| * | Fixed style of assignments. | Ruslan Ermilov | 2004-02-02 | 1 | -2/+2 |
| * | GC (now unused here) -lcrypt. | Ruslan Ermilov | 2004-02-02 | 1 | -2/+2 |
| * | Back out LANG printing changes. POSIX is unclear in this place, but | Andrey A. Chernov | 2004-02-02 | 1 | -10/+11 |
| * | Fix printout case when LANG is overwritten by LC_ALL | Andrey A. Chernov | 2004-02-01 | 1 | -11/+10 |
| * | Remove the inadvertant HTML additions to this man page. | Wes Peters | 2004-01-28 | 1 | -4/+4 |