Age | Commit message (Expand) | Author |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2012-07-08 | Use IO_NOLIMIT instead of munging the process's limits | Philip Guenthe |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-11-14 | grammar, spelling, and style fixes from bret lambert; | Jason McIntyre |
2006-01-05 | if a kthread fails to call kthread_exit() but instead returns, | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | marius eriksen |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-27 | shutdown accounting before shutting down vfs. should prevent some panics. | Ted Unangst |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2001-11-02 | Move the accounting disk space watcher into a kernel thread. | Artur Grabowski |
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski |
2000-03-23 | convert to new timeouts. | Artur Grabowski |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-05-17 | for acct(), vn_open() with O_APPEND flag so that append-only files work; | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |