| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Migrate from XPG4 to XPG3 (libxpg4 will be added soon) | Andrey A. Chernov | 1995-10-23 | 9 | -55/+443 |
| * | Fixed lint from cc -Wall. | Bruce Evans | 1995-10-22 | 1 | -5/+6 |
| * | 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 |
| * | Add $Id$ since this version of the file has diverged from the BSD base a | Peter Wemm | 1995-10-21 | 1 | -1/+5 |
| * | 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 |
| * | 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 |
| * | This gets() used \r\n, which is doggish. | Bruce Evans | 1995-09-29 | 1 | -1/+1 |
| * | Make ttyname() use posix-style tcgetattr() to check to see that it's | Peter Wemm | 1995-09-22 | 1 | -3/+3 |
| * | A buglet when dumping and a stylistic point from Mike. | Poul-Henning Kamp | 1995-09-22 | 1 | -8/+8 |
| * | ``phkmalloc'' | Poul-Henning Kamp | 1995-09-16 | 3 | -360/+1110 |
| * | Fix security bugs with a "new approach", using stdio's powerful buffer | Peter Wemm | 1995-09-15 | 1 | -18/+86 |
| * | Indicate that backlog limit is 32. | David Greenman | 1995-09-15 | 1 | -1/+1 |
| * | getgrent.c: adjust _nextypgroup() slightly so that it continues processing | Bill Paul | 1995-09-05 | 2 | -4/+10 |
| * | Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turned | Bill Paul | 1995-09-02 | 1 | -5/+5 |
| * | getpwent.c: turn the code that checks the override caches into a | Bill Paul | 1995-09-02 | 3 | -74/+79 |
| * | National date/time representation in syslog logfiles looks ugly, | Andrey A. Chernov | 1995-08-29 | 1 | -2/+1 |
| * | Remove the CFLAGS+=-I${CURDIR}/net that I previously added. | Peter Wemm | 1995-08-21 | 1 | -1/+0 |
| * | Define DEBUG as 1 instead of as nothing so that it doesn't conflict with | Bruce Evans | 1995-08-21 | 1 | -1/+1 |
| * | Fix bogus include paths, some of which stopped libresolv from compiling. | Bruce Evans | 1995-08-21 | 6 | -14/+12 |
| * | Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1) | Peter Wemm | 1995-08-20 | 9 | -215/+420 |
| * | fgetline does not exist.. fgetln is in it's place. Correct the X-Ref. | Peter Wemm | 1995-08-18 | 1 | -1/+1 |
| * | There is no such file as /usr/include/ufs/quota.h. There is a file | Joerg Wunsch | 1995-08-15 | 1 | -1/+1 |
| * | Submitted by: Bill Fenner <fenner@parc.xerox.com> | Bill Paul | 1995-08-14 | 1 | -3/+5 |
| * | Forget to close file | Andrey A. Chernov | 1995-08-11 | 2 | -0/+2 |