| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace. |  rob | 2021-01-29 | 1 | -3/+2 |
* | Reference unveil(2) in system accounting and daily.8. |  rob | 2020-07-26 | 1 | -2/+2 |
* | struct proc: change ps_start from utc time to uptime |  cheloha | 2019-10-22 | 1 | -6/+8 |
* | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. |  beck | 2019-10-06 | 1 | -2/+2 |
* | Serialize access to the vnode pointers associated with acct(2) system |  anton | 2019-08-15 | 1 | -9/+35 |
* | Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9). |  cheloha | 2019-07-03 | 1 | -3/+3 |
* | Revert to using the SCHED_LOCK() to protect time accounting. |  mpi | 2019-06-01 | 1 | -3/+1 |
* | Use a per-process mutex to protect time accounting instead of SCHED_LOCK(). |  mpi | 2019-05-31 | 1 | -1/+3 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | p_comm is the process's command and isn't per thread, so move it from |  guenther | 2017-01-21 | 1 | -2/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Change a bunch of (<blah> *)0 to NULL. |  krw | 2016-03-14 | 1 | -3/+3 |
* | remove stale lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -3/+3 |
* | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -12/+12 |
* | Use IO_NOLIMIT instead of munging the process's limits |  guenther | 2012-07-08 | 1 | -18/+3 |
* | move accounting flags to struct process; idea and ok guenther |  mikeb | 2012-04-12 | 1 | -2/+2 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -13/+14 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -3/+4 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
* | move p_limit and p_cred into struct process |  tedu | 2007-04-12 | 1 | -6/+6 |
* | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 2007-01-16 | 1 | -2/+1 |
* | grammar, spelling, and style fixes from bret lambert; |  jmc | 2006-11-14 | 1 | -2/+2 |
* | if a kthread fails to call kthread_exit() but instead returns, |  tedu | 2006-01-05 | 1 | -5/+6 |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -5/+2 |
* | have vn_close() lock the vnode before calling VOP_CLOSE(). |  marius | 2005-05-28 | 1 | -4/+7 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -5/+4 |
* | shutdown accounting before shutting down vfs. should prevent some panics. |  tedu | 2004-05-27 | 1 | -1/+13 |
* | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -2/+2 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Move the accounting disk space watcher into a kernel thread. |  art | 2001-11-02 | 1 | -50/+62 |
* | Don't set filesize limit to infinity on exit. |  art | 2000-05-05 | 1 | -3/+22 |
* | convert to new timeouts. |  art | 2000-03-23 | 1 | -6/+11 |
* | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ... |  millert | 1998-07-28 | 1 | -3/+2 |
* | for acct(), vn_open() with O_APPEND flag so that append-only files work; |  deraadt | 1998-05-17 | 1 | -2/+2 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -2/+2 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -2/+2 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -2/+2 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -3/+4 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+304 |