| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed libdialog. | paul | 1995-09-16 | 1 | -1/+1 |
* | ``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 |
* | Add missing internal object functions, hard-coded for ncurses for now. | paul | 1995-09-13 | 1 | -0/+18 |
* | Back out that last change; we don't build this shared. | dg | 1995-09-06 | 1 | -2/+0 |
* | Bumped shared lib rev to 2.1. | dg | 1995-09-06 | 1 | -0/+2 |
* | 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 |
* | Change my parse fix from 'return argc' to 'return 0'. | ache | 1995-08-30 | 1 | -1/+1 |
* | National date/time representation in syslog logfiles looks ugly, | ache | 1995-08-29 | 1 | -2/+1 |
* | Brought in changes from rev 1.14.2.1 into main branch. | dg | 1995-08-26 | 1 | -1/+10 |
* | 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 |
* | Small NIS tweak: frob pw_error() a little so that it can say either | wpaul | 1995-08-13 | 1 | -1/+8 |
* | 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 | 2 | -3/+3 |
* | Install source files with the -c flag, not with the optional flag ${COPY}. | bde | 1995-08-06 | 5 | -13/+13 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 10 | -19/+20 |
* | Fix default %c to be ctime-compatible as supposed (by Solaris too) | ache | 1995-08-06 | 1 | -4/+4 |
* | Only build libtelnet if the secure libtelnet is not going to be built. | markm | 1995-08-06 | 1 | -1/+5 |
* | Remove _set_ospeed, it is done in tgetent now | ache | 1995-08-05 | 2 | -6/+0 |
* | Do a little trick which covers 99% cases: initialize ospeed | ache | 1995-08-05 | 7 | -48/+53 |
* | 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 |
* | Fix sh coredump in vi mode with empty colon command | ache | 1995-08-04 | 1 | -0/+3 |
* | Implement locale-sensitive strftime () from ADO (heavily modified | wollman | 1995-08-04 | 3 | -106/+254 |
* | Allow any speeds in baudrate | ache | 1995-08-04 | 1 | -2/+6 |
* | Add SA_RESTART to ^Z reaction, EIO was returned in other case | ache | 1995-08-04 | 1 | -0/+3 |
* | Simplify baud printing code | ache | 1995-08-04 | 1 | -84/+1 |
* | Nuke local termcap.h and use system one | ache | 1995-08-04 | 2 | -4/+4 |
* | Remove libftp from Makefile | jkh | 1995-08-04 | 1 | -1/+1 |
* | Eliminate ospeed switch with new _set_ospeed | ache | 1995-08-04 | 1 | -28/+1 |
* | Add non-standard function: _set_ospeed(speed) | ache | 1995-08-04 | 4 | -6/+89 |
* | 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 |