| Commit message (Expand) | Author | Age | Files | Lines |
| * | After positive feedback from a few folks, activate a switchover to | Peter Wemm | 2000-08-28 | 4 | -155/+36 |
| * | Add 'shot', using the definition used by bars and shotglasses. | Bill Fumerola | 2000-08-27 | 1 | -0/+1 |
| * | Try and fix up some bogus indentation leftovers from emacs several | Peter Wemm | 2000-08-27 | 1 | -2/+2 |
| * | Sigh, today is not my day. Convert a verbose while() .. loop into a for() | Peter Wemm | 2000-08-27 | 1 | -4/+1 |
| * | *blush*. I was *sure* I compiled this after the last change.. | Peter Wemm | 2000-08-27 | 1 | -1/+1 |
| * | killall.c is meant to be a superset replacement of killall.pl, the | Peter Wemm | 2000-08-27 | 1 | -0/+372 |
| * | Fix a premature freeing bug found with malloc debugging courtesy John Hay. | Brian Feldman | 2000-08-26 | 1 | -1/+5 |
| * | Finger.conf first appeared in 4.2 (now that it's been MFCd) | Brian Somers | 2000-08-25 | 1 | -1/+1 |
| * | Fix the -m option - broken by the last commit. | Brian Somers | 2000-08-25 | 1 | -1/+1 |
| * | Add a missing comma. | Sheldon Hearn | 2000-08-25 | 1 | -1/+1 |
| * | Allow finger.conf to contain aliases for files that will be displayed | Brian Somers | 2000-08-25 | 6 | -21/+50 |
| * | Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove | Peter Wemm | 2000-08-24 | 1 | -1/+0 |
| * | Install Ukrainian message catalog. | Alexey Zelkin | 2000-08-22 | 1 | -1/+2 |
| * | Add working and easy crypt(3)-switching. Yes, we need a whole new API | Brian Feldman | 2000-08-22 | 1 | -14/+7 |
| * | Fix a bug introduced by my own previous commit (addition of the current | Maxim Sobolev | 2000-08-21 | 1 | -3/+18 |
| * | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 1 | -2/+6 |
| * | Remove gratuitous free() call when we use special .SHELL target. | Ruslan Ermilov | 2000-08-18 | 1 | -5/+0 |
| * | Remove extraneous arguments to the Os (operating system) and Nm | Sheldon Hearn | 2000-08-17 | 1 | -4/+4 |
| * | Allow a /etc/finger.conf file that contains finger aliases | Brian Somers | 2000-08-17 | 5 | -1/+162 |
| * | Allow use of the ${MAKE_SHELL} variable to specify alternate shells for | Brian Feldman | 2000-08-16 | 4 | -2/+39 |
| * | Remove unnecessary extern definition of strrchr. It is defined in | Warner Losh | 2000-08-16 | 1 | -1/+0 |
| * | Add cross reference to the ast device. | Warner Losh | 2000-08-16 | 1 | -1/+1 |
| * | Complete migration of aliases file to /etc/mail/aliases. | Gregory Neil Shapiro | 2000-08-13 | 2 | -2/+2 |
| * | Fixed world breakage for the NOSHARED=yes case. Libraries were added to | Bruce Evans | 2000-08-12 | 1 | -3/+3 |
| * | While we're in here: | Sheldon Hearn | 2000-08-11 | 1 | -22/+30 |
| * | Eliminate the only setuid perl script in the tree. | Warner Losh | 2000-08-10 | 4 | -34/+65 |
| * | To make compilable without -DINET6. | Hajimu UMEMOTO | 2000-08-07 | 2 | -0/+4 |
| * | Document the ``-'' option and minor re-wording in EXAMPLES | Mark Ovens | 2000-08-05 | 1 | -2/+12 |
| * | Merge the truncate(1) utility onto the RELENG_4 branch and adjust | Sheldon Hearn | 2000-08-04 | 1 | -1/+1 |
| * | Do not display icmp(4) sockets as non-existent bridge(4) sockets. | Ruslan Ermilov | 2000-08-03 | 1 | -2/+2 |
| * | Unbreak world build by adding the necessary <net/ethernet.h> include. | Ruslan Ermilov | 2000-08-02 | 1 | -0/+1 |
| * | Make auto-generated ioctl.c to be always considered out of date | Ruslan Ermilov | 2000-08-01 | 2 | -2/+2 |
| * | Fix an off-by-nine error when building a list of includes. | Ruslan Ermilov | 2000-08-01 | 1 | -1/+1 |
| * | Add current position (line, column) display. | Maxim Sobolev | 2000-07-31 | 1 | -6/+25 |
| * | Don't segv when trying to add a 0-length unit name. | Kris Kennaway | 2000-07-31 | 1 | -21/+20 |
| * | Don't coredump on long input lines. If anyone actually cares, this should | Kris Kennaway | 2000-07-31 | 1 | -1/+1 |
| * | Make passing unknown fstypes to -fstype result in a warning instead of | Eivind Eklund | 2000-07-28 | 1 | -2/+16 |
| * | Do include <unistd.h> for getopt interface. | Warner Losh | 2000-07-28 | 1 | -2/+1 |
| * | Fix bug: "netstat -si" prints interface information, but the header | John Polstra | 2000-07-28 | 1 | -1/+1 |
| * | Let wall report the local timezone as well on output. | Jeroen Ruigrok van der Werven | 2000-07-27 | 1 | -2/+2 |
| * | Restore the old semantics of deleting the output file when interrupted. | Dag-Erling Smørgrav | 2000-07-26 | 1 | -2/+4 |
| * | Fix a bug introduced in rev 1.8, where special files ended up | Sheldon Hearn | 2000-07-25 | 1 | -1/+2 |
| * | Avoid the need to capitalize an extraneous argument to the Nm macro | Sheldon Hearn | 2000-07-24 | 1 | -5/+8 |
| * | Simplify some conditionals. | Sheldon Hearn | 2000-07-24 | 1 | -12/+10 |
| * | Shut an optimizing compiler up about possibly (but never) unused | Sheldon Hearn | 2000-07-24 | 1 | -0/+2 |
| * | Typos and spelling fixes. | Paul Saab | 2000-07-24 | 2 | -6/+9 |
| * | Start enumerate option with `The following options are available' like | Philippe Charnier | 2000-07-24 | 2 | -21/+19 |
| * | truncate.c: | Sheldon Hearn | 2000-07-24 | 2 | -4/+13 |
| * | Close file descriptors after use so as not to abuse the descriptor | Sheldon Hearn | 2000-07-23 | 1 | -0/+2 |
| * | Revert to 1.8. I misread the sentence and its context. | Chris Costello | 2000-07-21 | 1 | -2/+1 |