| Commit message (Expand) | Author | Age | Files | Lines |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov | 2016-02-28 | 1 | -0/+7 |
* | Fold lim_shared into lim_copy to mute a -Wunused compiler warning from | Enji Cooper | 2015-12-22 | 1 | -10/+1 |
* | Speed up rctl operation with large rulesets, by holding the lock | Edward Tomasz Napierala | 2015-11-15 | 1 | -1/+6 |
* | Get rid of lim_update_thread and cred_update_thread. | Mateusz Guzik | 2015-07-16 | 1 | -14/+0 |
* | rlimit: deduplicate code in chg* functions | Mateusz Guzik | 2015-06-25 | 1 | -46/+27 |
* | Implement lockless resource limits. | Mateusz Guzik | 2015-06-10 | 1 | -32/+60 |
* | Implement support for binary to requesting specific stack size for the | Konstantin Belousov | 2015-04-15 | 1 | -1/+6 |
* | The process spin lock currently has the following distinct uses: | Konstantin Belousov | 2014-11-26 | 1 | -10/+10 |
* | ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racct | Mateusz Guzik | 2014-11-23 | 1 | -0/+2 |
* | Tidy up functions related to uidinfo management. | Mateusz Guzik | 2014-10-27 | 1 | -45/+47 |
* | De-k&r-ify function definitions in kern/kern_resource.c | Mateusz Guzik | 2014-10-27 | 1 | -57/+20 |
* | rlimit: plug duplicate assertion | Mateusz Guzik | 2014-10-25 | 1 | -1/+0 |
* | rlimit: avoid unnecessary copying of rlimits | Mateusz Guzik | 2013-12-13 | 1 | -6/+16 |
* | rlimit: add and utilize lim_shared | Mateusz Guzik | 2013-12-13 | 1 | -1/+11 |
* | Add a resource limit for the total number of kqueues available to the | Konstantin Belousov | 2013-10-21 | 1 | -0/+18 |
* | Call sched_prio() to immediately change the priority of the thread in | Ian Lepore | 2013-03-07 | 1 | -4/+4 |
* | MFcalloutng (r244251 with minor changes): | Davide Italiano | 2013-03-04 | 1 | -3/+6 |
* | Change kern.proc.rlimit sysctl to: | Mikolaj Golub | 2012-01-22 | 1 | -6/+9 |
* | Fix a logic bug in change 228207 in the check for a thread's new user | John Baldwin | 2012-01-05 | 1 | -1/+1 |
* | - Add a sysctl to allow non-root users the ability to set idle | Eitan Adler | 2011-12-13 | 1 | -25/+33 |
* | When changing the user priority of a thread, change the real priority | John Baldwin | 2011-12-02 | 1 | -2/+3 |
* | In lim_fork() assert that processes locks are held. | Mikolaj Golub | 2011-11-07 | 1 | -0/+4 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -8/+8 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | John Baldwin | 2011-07-18 | 1 | -6/+34 |
* | Fix several places to ignore processes that are not yet fully constructed. | John Baldwin | 2011-04-06 | 1 | -3/+6 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | Edward Tomasz Napierala | 2011-03-29 | 1 | -0/+20 |
* | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 1 | -4/+2 |
* | - Follow r216313, the sched_unlend_user_prio is no longer needed, always | David Xu | 2010-12-29 | 1 | -0/+2 |
* | Add back a bounds check on valid idle priorities that was lost in an | John Baldwin | 2010-12-17 | 1 | -8/+6 |
* | We've already set p = td->td_proc, so use it. | Ed Maste | 2010-10-18 | 1 | -4/+4 |
* | Create a global thread hash table to speed up thread lookup, use | David Xu | 2010-10-09 | 1 | -23/+13 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | Edward Tomasz Napierala | 2010-07-18 | 1 | -1/+1 |
* | Remove outdated comment and move part of it into more applicable place. | Edward Tomasz Napierala | 2010-07-18 | 1 | -5/+0 |
* | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -1/+1 |
* | Fix the double counting of the last process thread td_incruntime | Konstantin Belousov | 2010-05-24 | 1 | -3/+3 |
* | Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticks | Konstantin Belousov | 2010-05-04 | 1 | -11/+22 |
* | Extract thread_lock()/ruxagg()/thread_unlock() fragment into utility | Konstantin Belousov | 2010-05-01 | 1 | -13/+14 |
* | sched_getparam was just plain broke for time-share | Randall Stewart | 2010-03-03 | 1 | -2/+8 |
* | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -0/+6 |
* | Don't rearm callout if the process is exiting, it may leak a callout | David Xu | 2008-10-24 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
* | Fix a small typo in a comment in calcru1(). | Ed Schouten | 2008-09-05 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -0/+25 |
* | Remove extra uihold() call that accidentally sneak in during perforce | Pawel Jakub Dawidek | 2008-03-19 | 1 | -1/+0 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -16/+4 |
* | Whitespace cleanups. | Pawel Jakub Dawidek | 2008-03-16 | 1 | -7/+7 |
* | - Use wait-free method to manage ui_sbsize and ui_proccnt fields in the | Pawel Jakub Dawidek | 2008-03-16 | 1 | -58/+48 |
* | Style fixes. | Pawel Jakub Dawidek | 2008-03-16 | 1 | -11/+7 |