aboutsummaryrefslogtreecommitdiff
path: root/lib/libtermcap
Commit message (Expand)AuthorAgeFilesLines
* Deal with /usr/lib/compat/aout, and that we've been installing thingsPeter Wemm1998-10-111-12/+13
* Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it toWarner Losh1998-09-111-4/+5
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-2/+2
* Understand elf library naming rules for libtermlib alias.Peter Wemm1998-06-121-0/+9
* The __set_ospeed() function is coded against the speed_t type declaredJohn Birrell1998-05-052-3/+3
* Fixed bitrot in synopsis.Bruce Evans1998-03-231-1/+1
* Changed speed_t from long to unsigned long. POSIX.1 requires anBruce Evans1998-03-121-2/+2
* Fixed the termcap 3.0 hacks. They were very broken in my configurationBruce Evans1997-12-191-10/+11
* "un-bump" the major number for libtermcap.so. This brings -current backPeter Wemm1997-12-021-2/+13
* s/geteid/geteuid/ - it's lucky I have a large supply of left-over pointyPeter Wemm1997-11-291-1/+1
* Work around the problems caused by calling issetugid() in libtermcap inPeter Wemm1997-11-291-2/+41
* Restore back issetugid() usage and bump major numberAndrey A. Chernov1997-08-312-4/+4
* Temp restore of rev 1.9Andrey A. Chernov1997-08-261-3/+3
* Temporarily comment out issetugid() call until everyone installs libtermcap,Andrey A. Chernov1997-08-251-2/+2
* Bump minor number due to issetugid()Andrey A. Chernov1997-08-241-1/+1
* Replace uids comparison by issetugid() callAndrey A. Chernov1997-08-221-2/+2
* Fixed spelling of __set_ospeed (was _set_ospeed) and improvedBruce Evans1997-04-132-15/+16
* Declare the documented (modulo a spelling error) interfaceBruce Evans1997-04-132-3/+3
* Don't overflow buffers, and only open alternative termcap files if we'reWarner Losh1997-03-242-2/+8
* Fixed wrong return type for tputs() in synopsis.Bruce Evans1997-03-191-1/+1
* Re-order terms to avoid potential pointer overflow, and remove oneEivind Eklund1997-03-181-2/+7
* Buffer overflow fix - closes PR bin/2983 for -current. Should reallyEivind Eklund1997-03-171-0/+14
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Change the last -Wall cleanup so that the tputs declaration doesn'tPeter Wemm1996-09-102-6/+7
* oops, install termcap.h from ${.CURDIR}, not the obj dir.Peter Wemm1996-08-301-2/+2
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-2/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-125-6/+8
* Another round of man page cleanups.Mike Pritchard1996-02-121-1/+1
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-1/+1
* Do a little trick which covers 99% cases: initialize ospeedAndrey A. Chernov1995-08-057-48/+53
* Add non-standard function: _set_ospeed(speed)Andrey A. Chernov1995-08-044-6/+89
* Add missing entries for 38400/57600/115200 bauds to tmspc10[]Andrey A. Chernov1995-07-231-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-12/+12
* Bump minor numberAndrey A. Chernov1995-05-031-0/+2
* Continue of previous fix: eliminate backslashes too.Andrey A. Chernov1995-03-261-1/+1
* Compact entry returned to user:Andrey A. Chernov1995-03-261-3/+49
* tputs: (char) -> (int)Andrey A. Chernov1994-12-102-3/+3
* Fix tputs declarationAndrey A. Chernov1994-12-092-3/+3
* Describe tparmAndrey A. Chernov1994-12-041-0/+17
* Add $Id$Andrey A. Chernov1994-12-041-1/+1
* Add termcap.h & tparmAndrey A. Chernov1994-12-044-9/+826
* Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the sharedAndreas Schulz1994-11-191-2/+2
* Makefile:Andreas Schulz1994-11-182-2/+3
* Remove ${DESTDIR} from link-macros. Already applied behind the scenes.Poul-Henning Kamp1994-11-181-4/+4
* Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}.Bruce Evans1994-11-141-4/+4
* Forget to change = to += in previous commitAndrey A. Chernov1994-11-081-1/+1
* Add missing link for shared libtermlibAndrey A. Chernov1994-11-081-0/+4
* Oops, back out ospeed fix, I forget that flushing can occurse _after_Andrey A. Chernov1994-10-061-5/+27
* Change padding mechanism to use usleep, old variant not worksAndrey A. Chernov1994-10-061-27/+5