| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc typos | Adam David | 1995-10-27 | 3 | -7/+7 |
| * | Remove unneded ctype.h | Andrey A. Chernov | 1995-10-26 | 1 | -1/+0 |
| * | Reviewed by: julian and jhay@mikom.csir.co.za | Julian Elischer | 1995-10-26 | 5 | -1/+462 |
| * | Fix it for chars with 8bit set | Andrey A. Chernov | 1995-10-23 | 1 | -1/+1 |
| * | Treat empty encoding as "C" encoding | Andrey A. Chernov | 1995-10-23 | 1 | -1/+1 |
| * | Optimize PathLocale handling. | Andrey A. Chernov | 1995-10-23 | 1 | -7/+15 |
| * | Don't reset LC_TIME to C when it isn't neccessary | Andrey A. Chernov | 1995-10-23 | 1 | -13/+17 |
| * | Use fake (empty) startup_setlocale for XPG4 | Andrey A. Chernov | 1995-10-23 | 1 | -3/+3 |
| * | Reduce static binaries bloat by splitting out normally unused | Andrey A. Chernov | 1995-10-23 | 3 | -8/+45 |
| * | libxpg4 added | Andrey A. Chernov | 1995-10-23 | 1 | -1/+1 |
| * | XPG4 hook | Andrey A. Chernov | 1995-10-23 | 1 | -0/+8 |
| * | Migrate from XPG4 to XPG3 (libxpg4 will be added soon) | Andrey A. Chernov | 1995-10-23 | 9 | -55/+443 |
| * | Undo the the changes in the previous revision (MANSRC now works right again). | Bruce Evans | 1995-10-22 | 1 | -7/+8 |
| * | Update to 4.4lite2 (clean up includes; initialize the name of the master | Bruce Evans | 1995-10-22 | 1 | -9/+10 |
| * | Removed unnecessary include of <sys/tty.h>. tty.h apparently once had | Bruce Evans | 1995-10-22 | 1 | -1/+0 |
| * | Update to 4.4lite2 (initialize arrow key data completely). | Bruce Evans | 1995-10-22 | 1 | -1/+5 |
| * | Fixed lint from cc -Wall. | Bruce Evans | 1995-10-22 | 1 | -5/+6 |
| * | Fixed dependencies for scrt0.o. | Bruce Evans | 1995-10-22 | 1 | -7/+14 |
| * | Fixed use of too many args for `.Em'. | Bruce Evans | 1995-10-22 | 1 | -10/+12 |
| * | minor cleanup, #includes. | Poul-Henning Kamp | 1995-10-22 | 5 | -6/+11 |
| * | Mino cleanup, #includes & unused vars. | Poul-Henning Kamp | 1995-10-22 | 2 | -2/+6 |
| * | Minor cleanup, #include's and unused vars. | Poul-Henning Kamp | 1995-10-22 | 3 | -1/+5 |
| * | Well, cvs commit core'ed on me, I belive I have got all the locks out, | Poul-Henning Kamp | 1995-10-22 | 23 | -32/+64 |
| * | Remove EXTRA_SANITY, fix a unused var. | Poul-Henning Kamp | 1995-10-22 | 1 | -4/+8 |
| * | More cleanup. | Poul-Henning Kamp | 1995-10-22 | 3 | -4/+1 |
| * | limit the number of functions we pull in for 'i386'. | Poul-Henning Kamp | 1995-10-22 | 1 | -1/+11 |
| * | and so on... | Poul-Henning Kamp | 1995-10-22 | 1 | -5/+3 |
| * | As above. | Poul-Henning Kamp | 1995-10-22 | 3 | -5/+7 |
| * | As above. | Poul-Henning Kamp | 1995-10-22 | 3 | -3/+2 |
| * | Minor cleanup, mostly unused vars and missing #includes. | Poul-Henning Kamp | 1995-10-22 | 19 | -43/+46 |
| * | Finally catch up with the Frenchmen, and create the German message | Joerg Wunsch | 1995-10-21 | 1 | -2/+8 |
| * | Add $Id$ since this version of the file has diverged from the BSD base a | Peter Wemm | 1995-10-21 | 1 | -1/+5 |
| * | -fomit-frame-pointer is becomming an increasingly popular optimization, | Poul-Henning Kamp | 1995-10-20 | 1 | -2/+2 |
| * | Propogate default table to restricted 8859-1 template | Andrey A. Chernov | 1995-10-19 | 1 | -0/+32 |
| * | Remove the bugs section. sh(1) now has a ulimit builtin. | Joerg Wunsch | 1995-10-19 | 1 | -9/+0 |
| * | put the _getenv and _strncmp under #ifdef DEBUG, which is the only time | Poul-Henning Kamp | 1995-10-18 | 1 | -1/+6 |
| * | Create a scrt0.o file that specifically excludes the shared-lib support. | David Greenman | 1995-10-18 | 1 | -6/+11 |
| * | Doubled the performance of getenv()/__findenv() by rewriting it to not | David Greenman | 1995-10-17 | 1 | -20/+24 |
| * | Add moncontrol.3 -> monstartup.3 link here. | Poul-Henning Kamp | 1995-10-15 | 1 | -0/+1 |
| * | Another tweak/speedup pass: | Bill Paul | 1995-10-11 | 1 | -62/+80 |
| * | phkmalloc/2 | Poul-Henning Kamp | 1995-10-08 | 2 | -311/+370 |
| * | Some NIS bug stomping: | Bill Paul | 1995-10-06 | 1 | -24/+41 |
| * | remove GCC support functions from libc. | Poul-Henning Kamp | 1995-10-05 | 2 | -4/+2 |
| * | Fix the problem that I aroused with the last commit.. | Peter Wemm | 1995-10-05 | 1 | -4/+10 |
| * | Make a link-time warning for the use of gets(). | Peter Wemm | 1995-10-04 | 1 | -0/+3 |
| * | Calling sbrk(2) with zero argument doesn't need to generate a syscall. | Poul-Henning Kamp | 1995-10-04 | 2 | -8/+20 |
| * | Add man pages for the SYSV shm* and sem* functions. | Joerg Wunsch | 1995-10-03 | 7 | -1/+890 |
| * | Compress manual pages (if desired) in the obj directory rather | Garrett Wollman | 1995-10-02 | 1 | -7/+6 |
| * | Build secure libcrypt if available and allowed | Andrey A. Chernov | 1995-09-29 | 1 | -1/+7 |
| * | Build secure libtelnet if available and allowed | Andrey A. Chernov | 1995-09-29 | 1 | -0/+2 |