| Commit message (Expand) | Author | Age | Files | Lines |
* | Deal with /usr/lib/compat/aout, and that we've been installing things | peter | 1998-10-11 | 1 | -12/+13 |
* | Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it to | imp | 1998-09-11 | 1 | -4/+5 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -2/+2 |
* | Understand elf library naming rules for libtermlib alias. | peter | 1998-06-12 | 1 | -0/+9 |
* | The __set_ospeed() function is coded against the speed_t type declared | jb | 1998-05-05 | 2 | -3/+3 |
* | Fixed bitrot in synopsis. | bde | 1998-03-23 | 1 | -1/+1 |
* | Changed speed_t from long to unsigned long. POSIX.1 requires an | bde | 1998-03-12 | 1 | -2/+2 |
* | Fixed the termcap 3.0 hacks. They were very broken in my configuration | bde | 1997-12-19 | 1 | -10/+11 |
* | "un-bump" the major number for libtermcap.so. This brings -current back | peter | 1997-12-02 | 1 | -2/+13 |
* | s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointy | peter | 1997-11-29 | 1 | -1/+1 |
* | Work around the problems caused by calling issetugid() in libtermcap in | peter | 1997-11-29 | 1 | -2/+41 |
* | Restore back issetugid() usage and bump major number | ache | 1997-08-31 | 2 | -4/+4 |
* | Temp restore of rev 1.9 | ache | 1997-08-26 | 1 | -3/+3 |
* | Temporarily comment out issetugid() call until everyone installs libtermcap, | ache | 1997-08-25 | 1 | -2/+2 |
* | Bump minor number due to issetugid() | ache | 1997-08-24 | 1 | -1/+1 |
* | Replace uids comparison by issetugid() call | ache | 1997-08-22 | 1 | -2/+2 |
* | Fixed spelling of __set_ospeed (was _set_ospeed) and improved | bde | 1997-04-13 | 2 | -15/+16 |
* | Declare the documented (modulo a spelling error) interface | bde | 1997-04-13 | 2 | -3/+3 |
* | Don't overflow buffers, and only open alternative termcap files if we're | imp | 1997-03-24 | 2 | -2/+8 |
* | Fixed wrong return type for tputs() in synopsis. | bde | 1997-03-19 | 1 | -1/+1 |
* | Re-order terms to avoid potential pointer overflow, and remove one | eivind | 1997-03-18 | 1 | -2/+7 |
* | Buffer overflow fix - closes PR bin/2983 for -current. Should really | eivind | 1997-03-17 | 1 | -0/+14 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Change the last -Wall cleanup so that the tputs declaration doesn't | peter | 1996-09-10 | 2 | -6/+7 |
* | oops, install termcap.h from ${.CURDIR}, not the obj dir. | peter | 1996-08-30 | 1 | -2/+2 |
* | cmp -s || install -c ==> install -C | peter | 1996-08-30 | 1 | -2/+1 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 5 | -6/+8 |
* | Another round of man page cleanups. | mpp | 1996-02-12 | 1 | -1/+1 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -1/+1 |
* | Do a little trick which covers 99% cases: initialize ospeed | ache | 1995-08-05 | 7 | -48/+53 |
* | Add non-standard function: _set_ospeed(speed) | ache | 1995-08-04 | 4 | -6/+89 |
* | Add missing entries for 38400/57600/115200 bauds to tmspc10[] | ache | 1995-07-23 | 1 | -1/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -12/+12 |
* | Bump minor number | ache | 1995-05-03 | 1 | -0/+2 |
* | Continue of previous fix: eliminate backslashes too. | ache | 1995-03-26 | 1 | -1/+1 |
* | Compact entry returned to user: | ache | 1995-03-26 | 1 | -3/+49 |
* | tputs: (char) -> (int) | ache | 1994-12-10 | 2 | -3/+3 |
* | Fix tputs declaration | ache | 1994-12-09 | 2 | -3/+3 |
* | Describe tparm | ache | 1994-12-04 | 1 | -0/+17 |
* | Add $Id$ | ache | 1994-12-04 | 1 | -1/+1 |
* | Add termcap.h & tparm | ache | 1994-12-04 | 4 | -9/+826 |
* | Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the shared | ats | 1994-11-19 | 1 | -2/+2 |
* | Makefile: | ats | 1994-11-18 | 2 | -2/+3 |
* | Remove ${DESTDIR} from link-macros. Already applied behind the scenes. | phk | 1994-11-18 | 1 | -4/+4 |
* | Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}. | bde | 1994-11-14 | 1 | -4/+4 |
* | Forget to change = to += in previous commit | ache | 1994-11-08 | 1 | -1/+1 |
* | Add missing link for shared libtermlib | ache | 1994-11-08 | 1 | -0/+4 |
* | Oops, back out ospeed fix, I forget that flushing can occurse _after_ | ache | 1994-10-06 | 1 | -5/+27 |
* | Change padding mechanism to use usleep, old variant not works | ache | 1994-10-06 | 1 | -27/+5 |