| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make it at least semi-worked | Andrey A. Chernov | 1996-08-11 | 1 | -2/+2 |
| * | Localize it | Andrey A. Chernov | 1996-08-11 | 3 | -5/+7 |
| * | Pick collate info for RE character ranges | Andrey A. Chernov | 1996-08-11 | 1 | -1/+1 |
| * | Describe collation order rules (from POSIX WG) | Andrey A. Chernov | 1996-08-11 | 1 | -0/+35 |
| * | Fix some improperly wrapped lines in the code. | Alexander Langer | 1996-08-11 | 1 | -4/+2 |
| * | s/trace -C/ktrace -C/ | Peter Wemm | 1996-08-10 | 1 | -1/+1 |
| * | Remove the need for rdist(1) to run setuid, thus completely closing any | Peter Wemm | 1996-08-10 | 11 | -43/+250 |
| * | Fix a potential buffer overflow condition. | Joerg Wunsch | 1996-08-08 | 1 | -2/+3 |
| * | Move tsort back to lib-tools where it belongs, and add a "specially | Peter Wemm | 1996-08-07 | 1 | -2/+3 |
| * | Defer to fashion. | Jordan K. Hubbard | 1996-08-07 | 1 | -10/+10 |
| * | Suppress the messages from the server after login (ftpVerbose(ftp,0)). Errors | Jean-Marc Zucconi | 1996-08-04 | 1 | -1/+3 |
| * | documented that the dog Biff is dead | Wolfram Schneider | 1996-08-03 | 1 | -0/+3 |
| * | Adapt to new libftpio. [jkh] | Jordan K. Hubbard | 1996-08-03 | 1 | -9/+9 |
| * | Close PR#1455. In a couple of weeks, I'll change bsd.lib.mk to use | Jordan K. Hubbard | 1996-08-02 | 2 | -11/+21 |
| * | Fix a bug under time's "-l" option. The values reported for average | John Polstra | 1996-07-30 | 1 | -1/+24 |
| * | one file somehow slipped by me in the previous commit | Adam David | 1996-07-30 | 2 | -2/+6 |
| * | when file can be opened for read but cannot be read from: | Adam David | 1996-07-30 | 3 | -6/+11 |
| * | ree (aka ee) doesn't have a man page | Wolfram Schneider | 1996-07-29 | 1 | -0/+1 |
| * | Add newline, closes bin/1433 | Paul Traina | 1996-07-26 | 1 | -1/+1 |
| * | Add Bruce's improvement to security patch | Paul Traina | 1996-07-25 | 1 | -1/+6 |
| * | Fix an itinerant cross-reference. | Garrett Wollman | 1996-07-25 | 1 | -1/+1 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-07-23 | 1 | -2/+2 |
| * | 'make' prints an extra leading `make: ' and extra trailing newline if | Nate Williams | 1996-07-23 | 1 | -1/+1 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-07-23 | 4 | -44/+51 |
| * | Fix botches in the handling of "AM" and "PM": | John Polstra | 1996-07-19 | 1 | -3/+8 |
| * | s/msg/shm/ for one variable. | Joerg Wunsch | 1996-07-18 | 1 | -2/+2 |
| * | Whups - update the usage message too. | Jordan K. Hubbard | 1996-07-18 | 1 | -2/+2 |
| * | Add -n flag to use the current modtime rather than preserving it. | Jordan K. Hubbard | 1996-07-18 | 2 | -6/+13 |
| * | Yet^2 another fix for the line continuation bug. | Bruce Evans | 1996-07-17 | 1 | -5/+5 |
| * | Added a -V option to print make's idea of the value of a variable. | Bruce Evans | 1996-07-17 | 2 | -8/+47 |
| * | Do a bounds check on the strcpy of environment variables onto the stack. | Paul Traina | 1996-07-15 | 1 | -1/+1 |
| * | Move setting of username to the correcft place; also initialize it. | Guido van Rooij | 1996-07-14 | 1 | -3/+3 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 33 | -218/+311 |
| * | Changed all sprintf() calls to snprintf(). | Nate Williams | 1996-07-12 | 5 | -39/+52 |
| * | Adding changes to ipfw and the kernel to support ip packet diversion.. | Julian Elischer | 1996-07-10 | 1 | -0/+6 |
| * | appletalk cleanups | Julian Elischer | 1996-07-09 | 2 | -10/+15 |
| * | New magic file with more politically correct identification of objects | Jordan K. Hubbard | 1996-07-05 | 1 | -11/+77 |
| * | New man page for fetch(1). | Jordan K. Hubbard | 1996-07-05 | 1 | -1/+106 |
| * | Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZE | Jean-Marc Zucconi | 1996-07-05 | 1 | -11/+11 |
| * | Document how chat logis it information via syslog. | Mike Pritchard | 1996-07-03 | 1 | -3/+9 |
| * | Document login's use of /etc/login.access. | Mike Pritchard | 1996-07-03 | 1 | -0/+11 |
| * | remove zopen, zopen is not part of libc. | Wolfram Schneider | 1996-07-02 | 1 | -0/+3 |
| * | Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input. | Jean-Marc Zucconi | 1996-07-02 | 1 | -2/+2 |
| * | Put back the $PWD override behavior of revision 1.4. The concensus | Jordan K. Hubbard | 1996-07-01 | 1 | -0/+6 |
| * | Implement incremental passwd database updates. This is done by ading a '-u' | Guido van Rooij | 1996-07-01 | 2 | -4/+6 |
| * | Add a reference to ident(1). | Wolfram Schneider | 1996-06-30 | 1 | -0/+4 |
| * | Add some options which makes lastcomm(1) a better debug tool. | Wolfram Schneider | 1996-06-30 | 2 | -13/+119 |
| * | Do always create ktrace.out with mode 0600, to prevent it from | Joerg Wunsch | 1996-06-30 | 1 | -1/+4 |
| * | Add tclsh to Makefile. | Poul-Henning Kamp | 1996-06-28 | 1 | -2/+2 |
| * | Remove code which overrode the opinion of getcwd() with an often bogus | Jordan K. Hubbard | 1996-06-27 | 1 | -6/+0 |