aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_pts.c
Commit message (Expand)AuthorAgeFilesLines
* tty_pts: don't rely on tty header pollution for sys/mutex.hKyle Evans2019-11-291-0/+1
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-261-2/+6
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-271-0/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-0/+2
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Implement lockless resource limits.Mateusz Guzik2015-06-101-2/+2
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-1/+1
* Implement FIODTYPE for master ptys.Konstantin Belousov2014-10-151-0/+3
* Add a new fo_fill_kinfo fileops method to add type-specific information toJohn Baldwin2014-09-221-0/+14
* Fix various issues with invalid file operations:John Baldwin2014-09-121-9/+1
* Make sendfile() a method in the struct fileops. Currently onlyGleb Smirnoff2013-08-151-0/+1
* Allow O_CLOEXEC in posix_openpt() flags.Jilles Tjoelker2013-03-211-2/+2
* Fix possible fp reference leak in posix_openptMateusz Guzik2012-11-181-0/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+2
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-161-0/+2
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-3/+3
* Add accounting for RACCT_NPTS.Edward Tomasz Napierala2011-04-021-6/+25
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)Konstantin Belousov2011-04-011-1/+1
* Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op,Edward Tomasz Napierala2011-03-031-12/+10
* Do not leak master pty or ptmx vnode.Konstantin Belousov2010-04-081-0/+9
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-3/+3
* Remove the 1000 pseudo terminal limit from pts(4).Ed Schouten2010-01-131-8/+0
* Make TIOCSTI work again.Ed Schouten2010-01-041-1/+1
* Make the wchan names of pts(4) fit in top(1).Ed Schouten2009-12-181-4/+4
* Use C99 initialization for struct filterops.Robert Watson2009-09-121-4/+10
* Move ptmx into pty(4).Ed Schouten2009-09-061-20/+5
* Allow pty(4) to be loaded as a kld.Ed Schouten2009-08-231-4/+0
* Add ttydisc_rint_simple().Ed Schouten2009-08-231-19/+6
* Fix two bugs related to TTY input:Ed Schouten2009-08-021-1/+9
* Fix regressions in return events of poll() on TTYs.Ed Schouten2009-07-081-2/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-4/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-2/+2
* Turn MAXPTSDEVS into a sysctl tunable.Ed Schouten2009-04-251-2/+17
* Improve my previous changes to the TTY code: also remove memcpy().Ed Schouten2009-03-011-1/+1
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().Ed Schouten2009-02-281-1/+1
* Squash some small bugs in pts(4).Ed Schouten2009-02-191-6/+3
* Set PTS_FINISHED before waking up any threads.Ed Schouten2008-12-211-2/+1
* Add FIONREAD to pseudo-terminal master devices.Ed Schouten2008-12-131-0/+10
* Add kqueue()-support to pseudo-terminal master devices.Ed Schouten2008-12-111-0/+107
* Remove redundant return value tests.Ed Schouten2008-11-041-6/+1
* Track state to determine if the associated TTY device node has been used.Ed Schouten2008-09-231-4/+19
* Make fstat() on a pseudo-terminal master return sane timestamps.Ed Schouten2008-09-211-5/+9
* Implement pts(4) packet mode.Ed Schouten2008-09-041-28/+85
* Fix pts(4) error codes when slave device is closed.Ed Schouten2008-08-221-4/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-785/+518
* - Close a race with concurrent open's of a pts master device which couldJohn Baldwin2008-08-041-7/+13
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Fix bad function type passed to destroy_dev_sched_cb().Peter Wemm2007-07-051-1/+2