summaryrefslogtreecommitdiff
path: root/lib/libc/termios
AgeCommit message (Expand)Author
2017-03-07If tcsetpgrp() is called by a background process and there is aTodd C. Miller
2016-07-10Document that SIGTTOU is sent if the process is in the background.Todd C. Miller
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-20typo tcgetpgrp -> tcsetpgrptb
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-09-13Wrap <termios.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-11Prefer <fcntl.h> over <sys/fcntl.h>Philip Guenther
2014-12-16Remove some useless casts and includes. OK deraadt@ tedu@Todd C. Miller
2014-10-10Remove unnecessary includes now that we are no longer using select()Todd C. Miller
2014-10-09replace the use of select() for a short sleep with nanosleep().David Gwynne
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-12-17The termios.h bits were missing from the initial commit.Todd C. Miller
2013-12-17fix build; from deraadt@Christian Weisgerber
2013-12-17Add tcgetsid() now that it is in POSIX base. Man page adapted fromTodd C. Miller
2013-12-12POSIX no longer requires sys/types.h be included to get the pid_tTodd C. Miller
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2008-02-25Have cfmakeraw() also reset VMIN and VTIME to their default values;Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-08-05zap rcsidMarc Espie
2005-04-14The value of the Bxxx defines are not guaranteed to match their value.Todd C. Miller
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-07typos;Jason McIntyre
2002-03-26Fix variable name. PR2492Hugh Graham
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2000-04-15Mostly punctuation fixes.Aaron Campbell
1999-07-05whoops, forgot this oneAaron Campbell
1999-07-05repairsAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-03-10fix comma splices involving 'however'Paul Janzen
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-20clear IMAXBEL bit; msaitohTheo de Raadt
1997-09-30int cfsetspeed; tron@lyssa.owl.deTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-22setpgid 2Theo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt