Age | Commit message (Expand) | Author |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-07-09 | Compare the size of the static fd_mask against the number of bytes needed | Claudio Jeker |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2011-11-06 | Document a non-obvious reason why something can't overflow. | Philip Guenthe |
2010-12-19 | Since we have an ioctl that uses a struct with an off_t member as its | Mark Kettenis |
2010-08-18 | delete some rogue spaces and tabs. no binary change. | Marco Peereboom |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-08 | Devices which don't have read or write functionality should not return | Theo de Raadt |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-06-08 | must calculate iovlen or ktrace panics the machine; diff from blambert | Theo de Raadt |
2009-06-04 | Put readv/writev changes back in, as they no longer hang ckuethe's ntpd. | Bret Lambert |
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert |
2009-06-02 | set needfree to NULL in sys_writev() so stack garbage | Thordur I. Bjornsson |
2009-06-02 | it is better when ramdisks compile | Theo de Raadt |
2009-06-02 | dofile{read,write} are essentially identical to their iovec equivalents, | Bret Lambert |
2009-03-24 | Only copy out the revents field, not the whole pollfd structure. This | Kurt Miller |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-04-15 | Repair FIOGETOWN operation; from Alexandre Ratchov. | Miod Vallat |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |
2006-03-15 | copyout() the pollfds if poll() gets interrupted. This resets the revents | Claudio Jeker |
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray |
2005-08-01 | sys_select() used to use 6 local fd_set's in case the width was <= the | Theo de Raadt |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-12-10 | Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has. | Todd C. Miller |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-23 | fix nfds type; tedu marc ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-12 | Missing FRELE() call on writev(2) error condition; art@ ok. | Aaron Campbell |
2002-08-11 | SCARG cleanup; okay millert@ | Niels Provos |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-11-14 | in poll, if fd is < 0, clear revents; bjy@mogua.org | Theo de Raadt |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |