| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finally catch up with the Frenchmen, and create the German message | Joerg Wunsch | 1995-10-21 | 4 | -3/+349 |
| * | Make real directories for each 8859-1 locale | Andrey A. Chernov | 1995-10-21 | 1 | -1/+45 |
| * | Make a lot of things static. | Poul-Henning Kamp | 1995-10-21 | 5 | -66/+66 |
| * | Remove declamations which <ctype.h> already does for us. | Poul-Henning Kamp | 1995-10-21 | 1 | -13/+0 |
| * | Added #include <ctype.h> | Poul-Henning Kamp | 1995-10-21 | 1 | -0/+1 |
| * | In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should be | Steven Wallace | 1995-10-21 | 1 | -2/+2 |
| * | Error message reform. Make an unnecessarily fatal error a warning. | Jordan K. Hubbard | 1995-10-21 | 2 | -4/+4 |
| * | Start including <sys/sysproto.h> to get the correct args structs and | Bruce Evans | 1995-10-21 | 3 | -52/+108 |
| * | Make all FTP failures "bounce" the connection properly. | Jordan K. Hubbard | 1995-10-21 | 0 | -0/+0 |
| * | Fix maninstall target for the NOMANCOMPRESS case. The previous revision | Bruce Evans | 1995-10-21 | 1 | -6/+13 |
| * | change Frank Bartels mail address | Torsten Blum | 1995-10-21 | 1 | -2/+2 |
| * | Implement mincore system call. | John Dyson | 1995-10-21 | 1 | -3/+25 |
| * | Fix a couple of things I broke while fixing them. | Jordan K. Hubbard | 1995-10-21 | 2 | -58/+64 |
| * | Remove private maninstall target. It will conflict with the one in | Bruce Evans | 1995-10-21 | 2 | -24/+18 |
| * | if uid != euid or gid != egid unsetenv("LD_NOSTD_PATH") too | Andrey A. Chernov | 1995-10-21 | 2 | -2/+4 |
| * | Rewrite and merge some bogus makefiles to create Makefile.shprog. Just | Bruce Evans | 1995-10-21 | 3 | -81/+38 |
| * | 1. Of course, the day after you roll the snapshots is the day you realize | Jordan K. Hubbard | 1995-10-21 | 4 | -82/+20 |
| * | Add `.sh' suffix and rule. | Bruce Evans | 1995-10-21 | 1 | -10/+12 |
| * | Remove private rules for clean, depend, lint, tags and install. | Bruce Evans | 1995-10-21 | 3 | -12/+0 |
| * | Avoid overflow in calcru(). Fixes PR 788. | Bruce Evans | 1995-10-21 | 1 | -2/+2 |
| * | Remove bogus #include <sys/device.h>, and the bogus instances of | Peter Wemm | 1995-10-21 | 2 | -44/+22 |
| * | Return early in printreg() when the pointer is NULL. For FreeBSD, the | Bruce Evans | 1995-10-21 | 1 | -0/+2 |
| * | Killed a few gratuitous #include's. | David Greenman | 1995-10-21 | 3 | -8/+4 |
| * | Add $Id$ since this version of the file has diverged from the BSD base a | Peter Wemm | 1995-10-21 | 1 | -1/+5 |
| * | sigset() should have sa_flags cleared to sig is maked before calling | Steven Wallace | 1995-10-21 | 1 | -23/+27 |
| * | Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointed | David Greenman | 1995-10-21 | 1 | -2/+8 |
| * | A mixed bag of changes, relating to getting the state in "lsdev" right, | Poul-Henning Kamp | 1995-10-21 | 10 | -60/+156 |
| * | o rename ulimit -p into ulimit -u, so we are in agreement with bash | Joerg Wunsch | 1995-10-21 | 3 | -7/+12 |
| * | Change the pkg_info check back - it was correct before! | Jordan K. Hubbard | 1995-10-20 | 2 | -4/+4 |
| * | Fix original patch error with ! before strncmp | Andrey A. Chernov | 1995-10-20 | 3 | -12/+30 |
| * | Slip some more fixes in under the wire (build hasn't gotten this far yet). | Jordan K. Hubbard | 1995-10-20 | 0 | -0/+0 |
| * | Oops. Change LC_CTYPE to LC_TIME... | Andrey A. Chernov | 1995-10-20 | 2 | -2/+2 |
| * | Slip some fixes under the wire. Mostly cosmetic cleanup and | Jordan K. Hubbard | 1995-10-20 | 6 | -173/+103 |
| * | -fomit-frame-pointer is becomming an increasingly popular optimization, | Poul-Henning Kamp | 1995-10-20 | 1 | -2/+2 |
| * | Don't allow LD_* env. variables to be tricked | Andrey A. Chernov | 1995-10-20 | 1 | -0/+22 |
| * | Don't allow LD_* env. variables to be tricked | Andrey A. Chernov | 1995-10-20 | 2 | -6/+50 |
| * | Now I can do all the TCP and FTP configuration from config files. | Jordan K. Hubbard | 1995-10-20 | 1 | -8/+12 |
| * | Split the preconfiguration code off into its own location. | Jordan K. Hubbard | 1995-10-20 | 1 | -0/+198 |
| * | Sync for Westhill build. | Jordan K. Hubbard | 1995-10-20 | 8 | -21/+33 |
| * | Fix fix. | Jordan K. Hubbard | 1995-10-20 | 2 | -10/+8 |
| * | Document this a little bit better. | Jordan K. Hubbard | 1995-10-20 | 1 | -7/+6 |
| * | More bug fixing, make debug settable two ways, put more meat into | Jordan K. Hubbard | 1995-10-20 | 4 | -20/+52 |
| * | Finally split this off from system.c, as intended. | Jordan K. Hubbard | 1995-10-20 | 2 | -0/+176 |
| * | Too many bugs fixed to mention. This code just seems to BREED them. | Jordan K. Hubbard | 1995-10-20 | 5 | -49/+69 |
| * | If we clear the B_CACHE flag because a buffer isn't composed fully of | John Dyson | 1995-10-19 | 1 | -3/+3 |
| * | Fix initialization of "bsize" in vnode_pager_haspage(). It must happen | David Greenman | 1995-10-19 | 1 | -5/+3 |
| * | Propogate default table to restricted 8859-1 template | Andrey A. Chernov | 1995-10-19 | 1 | -0/+32 |
| * | Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3 | Steven Wallace | 1995-10-19 | 1 | -5/+5 |
| * | Implement SA_NODEFER sa_flag for sigaction(): | Steven Wallace | 1995-10-19 | 4 | -6/+18 |
| * | Remove the bugs section. sh(1) now has a ulimit builtin. | Joerg Wunsch | 1995-10-19 | 1 | -9/+0 |