index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_pty.c
Age
Commit message (
Expand
)
Author
2005-12-21
ansi/deregister. No binary change.
Jonathan Gray
2005-11-21
Fix a crash in ptmioctl() in the error path when the master has
Todd C. Miller
2005-05-26
RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@
Pedro Martelletto
2005-01-28
When setting kern.tty.maxptys, store the old value in oldp, not
Todd C. Miller
2004-12-19
Set atime and mtime when giving out a new pty. With help from tholo@
Todd C. Miller
2004-12-07
* add a missing vput() if VOP_SETATTR() fails.
Patrick Latifi
2004-07-22
remove p arg from fdplock
Ted Unangst
2004-07-21
I was wrong. The assymetry created by the proc argument to rw_enter_write
Artur Grabowski
2004-07-09
go away statics
Niklas Hallqvist
2004-04-11
Crank max ptys to 992. We now have 62 pty/tty pairs for each letter
Todd C. Miller
2004-04-11
Fix calculation of the index into TTY_LETTERS. This only worked
Todd C. Miller
2004-02-23
Make sure we allow for the time when check_pty has not yet been called
Bob Beck
2004-02-10
Fix off-by-one wrt TTY_LETTERS and minor being out of bounds. Missed
Todd C. Miller
2004-02-10
Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
Todd C. Miller
2004-02-10
Dynamically allocate space for ptys; adapted from NetBSD by beck@
Todd C. Miller
2003-10-03
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
Miod Vallat
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-07-22
make it compile again damnit; from slash@peereboom.us
Michael Shalayeff
2003-07-21
remove caddr_t casts. it's just silly to cast something when the function
Ted Unangst
2003-06-14
doing kqueue on the master side of the pty returns events
Michael Shalayeff
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-17
ICANON is a t_lflag, not t_iflag; neelnatu@yahoo.com
Theo de Raadt
2001-07-19
make number of ptys configurable; deraadt@ ok
Michael Shalayeff
1997-11-30
fix TIOCGPGRP in sunos emulation
Theo de Raadt
1997-11-13
EXTPROC fix from lite2.
Todd C. Miller
1997-02-24
OpenBSD tags
Niklas Hallqvist
1996-06-10
tty_init/attach/detach()
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-02-29
From NetBSD: Merge with NetBSD 960217
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt