| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Add missing entries for 38400/57600/115200 bauds to tmspc10[] | ache | 1995-07-23 | 1 | -1/+2 |
* | 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 |
* | Fix the synopsis of signal() again. Now it is uglier but correct. | bde | 1995-07-16 | 1 | -2/+2 |
* | Change this to do what it should have done from the start. | phk | 1995-07-12 | 7 | -41/+59 |
* | Fix the prototypes for getservby{name,port}(). | joerg | 1995-07-09 | 1 | -2/+2 |
* | The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM. | wpaul | 1995-07-05 | 1 | -2/+2 |
* | Numerous Makefile fixes: | wollman | 1995-06-30 | 1 | -11/+30 |
* | Change ld.so to correctly load dependant libraries for dlopen and unload them | dfr | 1995-06-27 | 2 | -4/+16 |
* | Do the same sanity checking in _pw_breakout_yp() that we do in | wpaul | 1995-06-26 | 1 | -16/+19 |
* | Fix for a potential problem reported by a user I bumped into on IRC | wpaul | 1995-06-26 | 1 | -9/+14 |
* | 41 headers must be implicitly included and one more (<sys/param.h>) must | bde | 1995-06-25 | 1 | -1/+2 |
* | Update the man page for kvm_getprocs.3 to reflect our sysctl-based | joerg | 1995-06-24 | 1 | -9/+9 |
* | Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' and | wpaul | 1995-06-23 | 1 | -7/+43 |
* | Fix handling NULL-encapsulated interfaces (lo & tun) | ache | 1995-06-22 | 1 | -3/+12 |
* | Don't cast void functions to void. | hsu | 1995-06-20 | 4 | -7/+7 |
* | Make _havemaster() use yp_first() (again) instead of yp_order() to | wpaul | 1995-06-17 | 1 | -2/+6 |
* | Add /usr/local/share/nls to default search path | ache | 1995-06-17 | 1 | -2/+2 |