| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed reference to missing libmp in a comment. We have GNU MP now. | Mark Murray | 1995-11-12 | 1 | -1/+1 |
* | - Make _do_ypbind() check for /var/run/ypbind.lock and attempt to flock() | Bill Paul | 1995-11-05 | 1 | -3/+24 |
* | Add NIS support to getservent(3) functions (getservbyport() and getservbyname() | Bill Paul | 1995-11-04 | 1 | -0/+68 |
* | Document recent changes in socket buffers and listen(2). | Garrett Wollman | 1995-11-03 | 2 | -12/+38 |
* | Add more stuff moved out from XPG3 | Andrey A. Chernov | 1995-11-03 | 1 | -1/+2 |
* | Move more stuff out to XPG4 | Andrey A. Chernov | 1995-11-03 | 4 | -0/+32 |
* | Remove my locale hack. Sigh. | Andrey A. Chernov | 1995-11-02 | 2 | -14/+3 |
* | Clean up and make code (more) readable. | Poul-Henning Kamp | 1995-10-29 | 2 | -111/+96 |
* | Add #include <sys/user.h>. | Poul-Henning Kamp | 1995-10-28 | 1 | -0/+1 |
* | 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 | -56/+444 |
* | 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 |