| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify ttystats_init() to tell us about the buffer size, so that we |  deraadt | 2015-08-28 | 1 | -5/+7 |
* | two simple free() sizes |  deraadt | 2015-08-26 | 1 | -3/+3 |
* | Fix tty hiwat handling a bit |  sf | 2015-07-20 | 1 | -14/+5 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -2/+2 |
* | Add dmesg -s support, to view the output of rc(8) system startup messages. |  mpf | 2015-01-13 | 1 | -1/+14 |
* | remove lock.h from uvm_extern.h. another holdover from the simpletonlock |  tedu | 2014-12-17 | 1 | -1/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -4/+4 |
* | clist's chained, and could get fairly long which is why there was a |  deraadt | 2014-12-01 | 1 | -4/+3 |
* | include unistd.h instead of picking it up accidentally. noted by jsg |  tedu | 2014-11-18 | 1 | -1/+2 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -2/+1 |
* | use mallocarray where arguments are multipled. ok deraadt |  tedu | 2014-07-13 | 1 | -2/+2 |
* | If the only process in the pgrp is in the middle of exiting, it might |  guenther | 2014-07-13 | 1 | -2/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -4/+3 |
* | Allocate the struct itty array in ttystats_init() with M_ZERO. |  matthew | 2014-06-06 | 1 | -2/+2 |
* | explicit_bzero for clearing stack variables. |  tedu | 2014-05-30 | 1 | -4/+4 |
* | Handle threaded processes correctly when processing kerninfo status requests |  guenther | 2014-05-25 | 1 | -90/+107 |
* | Move p_sigacts from struct proc to struct process. |  guenther | 2014-03-22 | 1 | -4/+4 |
* | Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4) |  millert | 2013-12-16 | 1 | -1/+6 |
* | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ |  naddy | 2013-12-13 | 1 | -18/+1 |
* | poll(2) on a closed tty should return POLLIN|POLLHUP in revents |  millert | 2013-10-11 | 1 | -2/+5 |
* | Back out POLLHUP change until a problem with xterm hanging on close |  millert | 2013-10-06 | 1 | -5/+2 |
* | poll(2) on a closed tty should return POLLIN|POLLHUP in revents |  millert | 2013-10-04 | 1 | -2/+5 |
* | Switch from timeval to timespec introduced format error; fix by prepping |  guenther | 2013-06-10 | 1 | -4/+5 |
* | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -11/+11 |
* | When a ucom(4) is removed, it frees the tty with ttyfree(). However if |  nicm | 2013-04-24 | 1 | -7/+46 |
* | Ensure the tty hiwat is less than the size of the ring buffer (since |  deraadt | 2013-01-17 | 1 | -4/+4 |
* | Reset t_column to 0 when initializing a tty. |  matthew | 2012-04-22 | 1 | -1/+2 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -2/+2 |
* | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -4/+4 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -4/+4 |
* | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -4/+4 |
* | Move PPWAIT flag from struct proc to process, so that rthreads in |  guenther | 2011-04-03 | 1 | -4/+4 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -30/+35 |
* | Move common code for waking up writers on a tty into a function. |  nicm | 2010-07-02 | 1 | -1/+17 |
* | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 2010-06-28 | 1 | -10/+13 |
* | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 2010-04-12 | 1 | -6/+6 |
* | typo in documentation; missing full stop. |  sobrado | 2009-11-27 | 1 | -2/+2 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -3/+1 |
* | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers |  nicm | 2009-10-30 | 1 | -1/+2 |
* | For the TIOCSET* ioctls, validate that the tty speeds are positive (since |  deraadt | 2009-10-28 | 1 | -1/+8 |
* | clalloc() can't fail, so there's no need to handle failure cases. |  blambert | 2009-07-19 | 1 | -12/+11 |
* | EVFILT_WRITE filters should return the amount of space remaining in the |  kettenis | 2008-12-24 | 1 | -3/+7 |
* | for ^T support, grab all the information from the process before going |  deraadt | 2008-11-11 | 1 | -17/+17 |
* | Fix integer truncation in ttwrite(). ok deraadt, miod. |  stefan | 2008-07-28 | 1 | -3/+4 |
* | tputchar() can put characters on the tty output queue if clocal is set, |  deraadt | 2008-05-23 | 1 | -3/+3 |
* | scrub local stack-based buffers in the tty subsystem. tested by a lot of |  deraadt | 2008-04-10 | 1 | -4/+12 |