Age | Commit message (Expand) | Author |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2006-03-04 | Do not redefine locally SET/CLR/ISSET macros from <sys/param.h>; no functional | Miod Vallat |
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-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-27 | Don't need LINEAR mappings. | Jason Wright |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-02 | Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo). | Jason Wright |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); point... | Jason Wright |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright |