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