| Commit message (Expand) | Author | Age | Files | Lines |
* | Another tweak/speedup pass: | wpaul | 1995-10-11 | 1 | -62/+80 |
* | phkmalloc/2 | phk | 1995-10-08 | 2 | -311/+370 |
* | Some NIS bug stomping: | wpaul | 1995-10-06 | 1 | -24/+41 |
* | remove GCC support functions from libc. | phk | 1995-10-05 | 2 | -4/+2 |
* | Fix the problem that I aroused with the last commit.. | peter | 1995-10-05 | 1 | -4/+10 |
* | Make a link-time warning for the use of gets(). | peter | 1995-10-04 | 1 | -0/+3 |
* | Calling sbrk(2) with zero argument doesn't need to generate a syscall. | phk | 1995-10-04 | 2 | -8/+20 |
* | Add man pages for the SYSV shm* and sem* functions. | joerg | 1995-10-03 | 7 | -1/+890 |
* | This gets() used \r\n, which is doggish. | bde | 1995-09-29 | 1 | -1/+1 |
* | Make ttyname() use posix-style tcgetattr() to check to see that it's | peter | 1995-09-22 | 1 | -3/+3 |
* | A buglet when dumping and a stylistic point from Mike. | phk | 1995-09-22 | 1 | -8/+8 |
* | ``phkmalloc'' | phk | 1995-09-16 | 3 | -373/+1123 |
* | Fix security bugs with a "new approach", using stdio's powerful buffer | peter | 1995-09-15 | 1 | -18/+86 |
* | Indicate that backlog limit is 32. | dg | 1995-09-15 | 1 | -1/+1 |
* | getgrent.c: adjust _nextypgroup() slightly so that it continues processing | wpaul | 1995-09-05 | 2 | -4/+10 |
* | Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turned | wpaul | 1995-09-02 | 1 | -5/+5 |
* | getpwent.c: turn the code that checks the override caches into a | wpaul | 1995-09-02 | 3 | -74/+79 |
* | National date/time representation in syslog logfiles looks ugly, | ache | 1995-08-29 | 1 | -2/+1 |
* | Remove the CFLAGS+=-I${CURDIR}/net that I previously added. | peter | 1995-08-21 | 1 | -1/+0 |
* | Define DEBUG as 1 instead of as nothing so that it doesn't conflict with | bde | 1995-08-21 | 1 | -1/+1 |
* | Fix bogus include paths, some of which stopped libresolv from compiling. | bde | 1995-08-21 | 6 | -14/+12 |
* | Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1) | peter | 1995-08-20 | 9 | -215/+420 |
* | fgetline does not exist.. fgetln is in it's place. Correct the X-Ref. | peter | 1995-08-18 | 1 | -1/+1 |
* | There is no such file as /usr/include/ufs/quota.h. There is a file | joerg | 1995-08-15 | 1 | -1/+1 |
* | Submitted by: Bill Fenner <fenner@parc.xerox.com> | wpaul | 1995-08-14 | 1 | -3/+5 |
* | Forget to close file | ache | 1995-08-11 | 2 | -0/+2 |
* | Bump shlib minor because xdr_* functions have been enabled. Do NOT | asami | 1995-08-09 | 1 | -1/+1 |
* | Fix _listmatch() so that it doesn't fall off the end of the list string. | wpaul | 1995-08-08 | 1 | -6/+5 |
* | Fix manpage to reflect current sources | ache | 1995-08-07 | 1 | -21/+49 |
* | Restore %s format support from previous version | ache | 1995-08-07 | 1 | -1/+22 |
* | Just when you thought it was safe... | wpaul | 1995-08-07 | 3 | -40/+212 |
* | Install non-source files with the optional flag ${COPY}, not with the flag -c. | bde | 1995-08-06 | 1 | -1/+1 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -1/+1 |
* | Fix default %c to be ctime-compatible as supposed (by Solaris too) | ache | 1995-08-06 | 1 | -4/+4 |
* | The European Commission went out and invented a new sort of summer-time | wollman | 1995-08-05 | 3 | -224/+321 |
* | Don't depend on bogusly-installed <tzfile.h>. | wollman | 1995-08-05 | 1 | -1/+1 |
* | Fix cut&paste error: LC_COLLATE should be LC_TIME | ache | 1995-08-05 | 1 | -3/+3 |
* | Add time locale loading | ache | 1995-08-05 | 1 | -0/+8 |
* | Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogus | bde | 1995-08-05 | 1 | -28/+42 |
* | Implement locale-sensitive strftime () from ADO (heavily modified | wollman | 1995-08-04 | 3 | -106/+254 |
* | Reviewed by: David Greenman | wpaul | 1995-08-02 | 1 | -14/+4 |
* | Make strtod conforms manpage, use isspace to skip initial whitespaces | ache | 1995-08-01 | 1 | -7/+3 |
* | Similar changes like in strtol, all this family is VERY broken | ache | 1995-08-01 | 5 | -5/+15 |
* | strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass something | ache | 1995-08-01 | 1 | -1/+3 |
* | Null terminate all strings returned by the dummy uname() routine, | mpp | 1995-07-31 | 2 | -18/+26 |
* | bkr() returns an int, and not a pointer. Document this. | joerg | 1995-07-23 | 1 | -3/+3 |
* | Confirmed to work by: rcarter@geli.com (Russell Carter) | bde | 1995-07-22 | 1 | -4/+1 |
* | Slight adjustment to previous fix for __ivaliduser(). It was checking for | peter | 1995-07-16 | 1 | -2/+4 |
* | Make ruserok() accept the #-starting comment lines we used to have | joerg | 1995-07-16 | 1 | -0/+2 |
* | The declaration of sigaction was missing a `const'. | bde | 1995-07-16 | 1 | -1/+1 |