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