| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code cleanup: remove unused variables, use correct *printf format | Alexander Langer | 1996-06-02 | 8 | -147/+144 |
| * | Backout yacc changes. | Poul-Henning Kamp | 1996-06-02 | 12 | -14/+14 |
| * | Finished yacc rules changes. | Bruce Evans | 1996-06-01 | 1 | -1/+1 |
| * | yacc rules change. | Poul-Henning Kamp | 1996-05-30 | 3 | -3/+3 |
| * | yacc rule changes. | Poul-Henning Kamp | 1996-05-30 | 4 | -6/+6 |
| * | yacc changes. | Poul-Henning Kamp | 1996-05-30 | 2 | -4/+4 |
| * | yacc rules change. | Poul-Henning Kamp | 1996-05-30 | 2 | -2/+2 |
| * | Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd') | Sujal Patel | 1996-05-30 | 2 | -37/+42 |
| * | Remove obsolete SOCKSv4 support | Paul Traina | 1996-05-30 | 2 | -12/+1 |
| * | 1. Remove SOCKS support (unneded with SOCKS v5 port) | Paul Traina | 1996-05-30 | 3 | -61/+20 |
| * | Drop privileges if not using standard namelist or kernel file. | Paul Traina | 1996-05-30 | 1 | -0/+7 |
| * | Setgid kmem not required. | Paul Traina | 1996-05-30 | 1 | -3/+1 |
| * | Drop privileges if we're not reading standard kernel file or namelist. | Paul Traina | 1996-05-30 | 1 | -1/+9 |
| * | Make it more explicit in the main help window that the magic to leave | Joerg Wunsch | 1996-05-27 | 7 | -22/+22 |
| * | Fix a bug in the mbufs display, seen when there was a large number | John Polstra | 1996-05-27 | 1 | -3/+2 |
| * | Changed printf for reporting transfer stats from using %.2g to %.2f to | Marc G. Fournier | 1996-05-26 | 1 | -2/+6 |
| * | The rs(1) command dumps core with the -s option (SIGSEGV) | Joerg Wunsch | 1996-05-26 | 1 | -4/+5 |
| * | Fix the -l flag. For some reason I can't fathom, I left in some code | Bill Paul | 1996-05-25 | 1 | -8/+5 |
| * | New option -append: teach makewhatis to only add records, instead | Wolfram Schneider | 1996-05-22 | 2 | -1/+56 |
| * | remove NLSDIR=${DESTDIR}/usr/share/nls, already defined in bsd.own.mk | Wolfram Schneider | 1996-05-22 | 1 | -6/+8 |
| * | Correct usage message. | Garrett Wollman | 1996-05-20 | 1 | -1/+1 |
| * | Small patch from James Clark, fixes underscore handling in the SGML | John Fieber | 1996-05-20 | 1 | -1/+2 |
| * | Convert f2c.1 to mdoc format. | Mike Pritchard | 1996-05-15 | 1 | -297/+230 |
| * | Fix a few HTML 2.0 violations. | John Fieber | 1996-05-15 | 1 | -5/+10 |
| * | Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286 | Wolfram Schneider | 1996-05-12 | 1 | -0/+35 |
| * | Describe calendar format & arguments better | Andrey A. Chernov | 1996-05-12 | 1 | -16/+38 |
| * | Includes cleanup | Andrey A. Chernov | 1996-05-11 | 2 | -4/+6 |
| * | Describe russian calendar | Andrey A. Chernov | 1996-05-10 | 1 | -0/+3 |
| * | Add russian data handling | Andrey A. Chernov | 1996-05-10 | 1 | -1/+1 |
| * | Russian calendar | Andrey A. Chernov | 1996-05-10 | 12 | -1/+272 |
| * | Localize even more. | Andrey A. Chernov | 1996-05-10 | 3 | -15/+22 |
| * | Fix typing error | Andrey A. Chernov | 1996-05-10 | 1 | -1/+1 |
| * | Allow to configure national Easter names. | Andrey A. Chernov | 1996-05-10 | 6 | -49/+91 |
| * | Localize it | Andrey A. Chernov | 1996-05-10 | 22 | -41/+275 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -3/+3 |
| * | In use_yp(), call _yp_check() to make ultra, super-duper sure that NIS | Bill Paul | 1996-05-07 | 1 | -2/+3 |
| * | Correct an editing bogon I introduced earlier. | Jordan K. Hubbard | 1996-05-04 | 1 | -3/+4 |
| * | Look conditionally in obj/ for mktoasc. | Jordan K. Hubbard | 1996-05-03 | 1 | -3/+8 |
| * | NBPG -> PAGE_SIZE | Poul-Henning Kamp | 1996-05-02 | 2 | -26/+26 |
| * | Correct a typo. | Joerg Wunsch | 1996-04-30 | 1 | -1/+1 |
| * | Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys can | Joerg Wunsch | 1996-04-26 | 4 | -16/+46 |
| * | Oops, restore missing piece of previous commit. | Andrey A. Chernov | 1996-04-25 | 1 | -1/+1 |
| * | Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora) | Andrey A. Chernov | 1996-04-25 | 1 | -1/+1 |
| * | Add support for SOCKS if enabled. | Paul Traina | 1996-04-23 | 2 | -4/+11 |
| * | Add support for socks | Paul Traina | 1996-04-23 | 4 | -1/+23 |
| * | Fix a segfault which occurs when it gets an empty input line. | Sujal Patel | 1996-04-22 | 1 | -1/+8 |
| * | Update an offset field for i386 a.out core files, so that the program | John Polstra | 1996-04-18 | 1 | -1/+1 |
| * | Fix a typo in the syntax for indirect offsets. | John Polstra | 1996-04-18 | 1 | -2/+2 |
| * | Document that ipx is a valid protocol for the -f option. | John Hay | 1996-04-13 | 1 | -5/+8 |
| * | Changed all per-file errors to warnings. Exit with a nonzero status of | Bruce Evans | 1996-04-13 | 1 | -55/+48 |