aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pty.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing header.Dag-Erling Smørgrav2008-11-041-0/+1
* Remove unneeded call to revoke() inside openpty().Ed Schouten2008-10-281-4/+0
* Small cleanups to openpty().Ed Schouten2008-10-031-23/+15
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)John Baldwin2008-01-151-55/+3
* Back out last commit, since it accidentally broke pts.Colin Percival2008-01-151-3/+55
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-55/+3
* Invoke revoke(2) on the slave pty in the pts(4) case (new_openpty()) toJohn Baldwin2007-12-201-1/+13
* Bump up the number of ttys supported by pty(4) to 512 by making use ofJohn Baldwin2007-11-191-1/+1
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Teach openpty() how to deal with pts.Olivier Houchard2006-01-261-0/+45
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-181-10/+2
* Tidy up. Sort headers.Mark Murray2003-06-141-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-3/+3
* In theory it would be perfectly legal for a system administrator toBill Fumerola2001-03-101-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove the static declaration from the line[] variable to allowJohn Birrell1999-05-241-2/+2
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-2/+1
* Protect the copyright comments from reformatting bySteve Price1997-08-131-0/+5
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-0/+2
* Update to 4.4lite2 (clean up includes; initialize the name of the masterBruce Evans1995-10-221-9/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Support for >32 PTYs.Jordan K. Hubbard1995-02-091-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+127