aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/termios.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-3/+15
* Add a new libc function: cfmakesane(3).Ed Schouten2010-11-021-0/+19
* Use ANSI C prototypes inside termios.Ed Schouten2009-12-051-31/+13
* Add tcsetsid(3).Ed Schouten2009-05-071-0/+12
* Implement POSIX function tcgetsid() which returns session id.David Xu2008-04-151-0/+11
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-6/+0
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-15/+16
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-4/+2
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+8
* Back out one of my previous changes: don't clear PARODD,Andrey A. Chernov1996-03-281-1/+1
* cfmakeraw:Andrey A. Chernov1996-03-271-2/+2
* Fixed lint from cc -Wall.Bruce Evans1995-10-221-5/+6
* Clear IGNPAR in cfmakeraw() instead of set it.Andrey A. Chernov1995-03-291-2/+2
* cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionAndrey A. Chernov1994-10-221-2/+3
* makeraw(): forget to clear IMAXBEL, set VMIN/VTIMEAndrey A. Chernov1994-10-221-2/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+242