Age | Commit message (Expand) | Author |
2002-12-20 | Clear error before jumping back to the input loop. If error was set | Todd C. Miller |
2002-12-12 | can now get _ttylist via sysctl; millert ok | Theo de Raadt |
2002-07-30 | Release sessions to avoid memory leak. From NetBSD. ok deraadt@ | Thomas Nordin |
2002-07-11 | Make sure to protect ttypend with spltty all the time. | Artur Grabowski |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-11 | splassert(IPL_TTY) where comments tell us we should | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2001-12-27 | Increment reference count when copying session pointer pr#2112. ok deraadt@ | Thomas Nordin |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-07 | Setting the VTIME to a value larger than 214 lead to an integer overflow | Artur Grabowski |
2001-09-28 | Random cleanup (I don't like Ms in my tree). | Artur Grabowski |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-05-14 | tty stats sysctl, deraadt@ok | Angelos D. Keromytis |
2001-03-02 | Casting magic to avoid warnings on alpha. | Artur Grabowski |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2000-07-19 | Many drivers use a timeout on ttrstrt, make this a generic interface. | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-03-23 | Iiieeek! This kludge was almost funny. | Artur Grabowski |
1999-11-25 | Use PAGE_SIZE instead of NBPG. | Artur Grabowski |
1999-06-01 | remove the "ifdef pmap_resident_count" hack and replace it with a macro. | Artur Grabowski |
1998-03-28 | nasty indent | Theo de Raadt |
1998-02-20 | Please GCC 2.8's harsher view of good style | Niklas Hallqvist |
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt |
1997-11-13 | Count characters even when !OPOST and FLUSHO. | Theo de Raadt |
1997-11-13 | in ttywait(), double check if we need to sleep before sleeping | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-21 | When the input queues are flushed on a blocked tty, make sure to unblock | Niklas Hallqvist |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-03-26 | proper english | Theo de Raadt |
1997-01-12 | Be more Posixly correct; from FreeBSD | Thorsten Lockert |
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist |
1996-12-19 | Really set column to 0 when outputting a carriage return... | Thorsten Lockert |
1996-12-17 | Fix oversight in column handling with OCRNL enabled | Thorsten Lockert |
1996-12-17 | Reset output column when outputting \r with ONLCR | Thorsten Lockert |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist |
1996-11-11 | Flush input and output in receipt of break (unless break is ignored) | Thorsten Lockert |
1996-11-09 | Implement CREAD | Thorsten Lockert |
1996-11-09 | Use passed-in process, not curproc to determine if the process is in the | Thorsten Lockert |
1996-11-06 | 0377 handling in ISTRIP/PARMRK mode | Theo de Raadt |
1996-11-05 | Add more cases that should generate SIGTTOU | Thorsten Lockert |
1996-11-05 | Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, ) | Thorsten Lockert |
1996-11-04 | support _POSIX_VDISABLE for VEOF and VEOL too | Theo de Raadt |
1996-11-04 | If VMIN=0, and timer>0 and expires, read should return 0 | Theo de Raadt |
1996-10-19 | random device is permanent now. | Michael Shalayeff |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-08-01 | xconsole was broken after last patch (UCONSOLE zap). | Michael Shalayeff |
1996-07-31 | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attack | Theo de Raadt |