summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c
Commit message (Expand)AuthorAgeFilesLines
* To facillitate an upcoming Linuxulator merging partiallydchagin2016-01-091-10/+10
* MFC r281548:kib2015-04-221-1/+6
* MFC r259330,r259331:mjg2014-02-201-7/+27
* Call sched_prio() to immediately change the priority of the thread inian2013-03-071-4/+4
* MFcalloutng (r244251 with minor changes):davide2013-03-041-3/+6
* Change kern.proc.rlimit sysctl to:trociny2012-01-221-6/+9
* Fix a logic bug in change 228207 in the check for a thread's new userjhb2012-01-051-1/+1
* - Add a sysctl to allow non-root users the ability to set idleeadler2011-12-131-25/+33
* When changing the user priority of a thread, change the real priorityjhb2011-12-021-2/+3
* In lim_fork() assert that processes locks are held.trociny2011-11-071-0/+4
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-6/+34
* Fix several places to ignore processes that are not yet fully constructed.jhb2011-04-061-3/+6
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+20
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-4/+2
* - Follow r216313, the sched_unlend_user_prio is no longer needed, alwaysdavidxu2010-12-291-0/+2
* Add back a bounds check on valid idle priorities that was lost in anjhb2010-12-171-8/+6
* We've already set p = td->td_proc, so use it.emaste2010-10-181-4/+4
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-23/+13
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Remove outdated comment and move part of it into more applicable place.trasz2010-07-181-5/+0
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-1/+1
* Fix the double counting of the last process thread td_incruntimekib2010-05-241-3/+3
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and tickskib2010-05-041-11/+22
* Extract thread_lock()/ruxagg()/thread_unlock() fragment into utilitykib2010-05-011-13/+14
* sched_getparam was just plain broke for time-sharerrs2010-03-031-2/+8
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-0/+6
* Don't rearm callout if the process is exiting, it may leak a calloutdavidxu2008-10-241-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Fix a small typo in a comment in calcru1().ed2008-09-051-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+25
* Remove extra uihold() call that accidentally sneak in during perforcepjd2008-03-191-1/+0
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-16/+4
* Whitespace cleanups.pjd2008-03-161-7/+7
* - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thepjd2008-03-161-58/+48
* Style fixes.pjd2008-03-161-11/+7
* Fix information leak. We can find PIDs of running processes from withinpjd2008-03-161-1/+2
* Remove kernel support for M:N threading.jeff2008-03-121-2/+0
* Don't zero td_runtime when billing thread CPU usage to the process;rwatson2008-01-101-3/+3
* Fix LOR of thread lock and umtx's priority propagation mutex duedavidxu2007-12-111-1/+8
* - Use ruxagg() in calcru() to make sure we have current tick informationjeff2007-07-171-0/+8
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-8/+12
* Remove the restriction that rtprio(2) cannot be used to set the realtimerwatson2007-06-141-17/+8
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-13/+21
* The current rusage code show peculiar problems:attilio2007-06-091-6/+3
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-24/+33
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-22/+103
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
OpenPOWER on IntegriCloud