| Commit message (Expand) | Author | Age | Files | Lines |
| * | hwpmc: support sampling both kernel and user stacks when interrupted in kernel | Matt Macy | 2018-06-04 | 1 | -0/+5 |
| * | sx: port over writer starvation prevention measures from rwlock | Mateusz Guzik | 2018-05-22 | 1 | -0/+3 |
| * | Add simple preempt safe epoch API | Matt Macy | 2018-05-10 | 1 | -0/+2 |
| * | Account the size of the vslock-ed memory by the thread. | Konstantin Belousov | 2018-03-24 | 1 | -0/+2 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
| * | - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter | Gleb Smirnoff | 2017-04-17 | 1 | -1/+1 |
| * | Do not leak mount references for dying threads. | Konstantin Belousov | 2017-02-25 | 1 | -3/+3 |
| * | The assertion re-added in r302614 was triggered when stopping signal | Konstantin Belousov | 2016-07-18 | 1 | -10/+18 |
| * | Revive the check, disabled in r197963. | Konstantin Belousov | 2016-07-12 | 1 | -10/+37 |
| * | Add assert to complement r302328. | Konstantin Belousov | 2016-07-12 | 1 | -1/+3 |
| * | Rewrite sigdeferstop(9) and sigallowstop(9) into more flexible | Konstantin Belousov | 2016-06-26 | 1 | -1/+1 |
| * | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | Edward Tomasz Napierala | 2016-04-07 | 1 | -3/+7 |
| * | racct: perform a lockless check for p_throttled | Mateusz Guzik | 2015-07-13 | 1 | -1/+1 |
| * | Generalised support for copy-on-write structures shared by threads. | Mateusz Guzik | 2015-06-10 | 1 | -2/+2 |
| * | Currently, softupdate code detects overstepping on the workitems | Konstantin Belousov | 2015-05-27 | 1 | -0/+7 |
| * | Remove support for Xen PV domU kernels. Support for HVM domU kernels | John Baldwin | 2015-04-30 | 1 | -9/+0 |
| * | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -5/+8 |
| * | Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmem | Konstantin Belousov | 2015-01-12 | 1 | -2/+0 |
| * | Fix two issues with /dev/mem access on amd64, both causing kernel page | Konstantin Belousov | 2014-03-21 | 1 | -0/+2 |
| * | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
| * | - Assert for not leaking readers rw locks counter on userland return. | Attilio Rao | 2013-12-17 | 1 | -0/+3 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
| * | Partially revert r195702. Deferring stops is now implemented via a set of | John Baldwin | 2013-03-18 | 1 | -1/+1 |
| * | When throttling a process to enforce RACCT limits, do not use neither | Edward Tomasz Napierala | 2013-03-14 | 1 | -9/+2 |
| * | Replace the TDP_NOSLEEPING flag with a counter so that the | John Baldwin | 2013-03-01 | 1 | -1/+1 |
| * | Further refine the handling of stop signals in the NFS client. The | John Baldwin | 2013-02-21 | 1 | -0/+2 |
| * | Fixup r240246: hwpmc needs to retain the pinning until ASTs are not | Attilio Rao | 2012-10-30 | 1 | -1/+6 |
| * | Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu". | Edward Tomasz Napierala | 2012-10-26 | 1 | -0/+13 |
| * | Add a KPI to allow to reserve some amount of space in the numvnodes | Konstantin Belousov | 2012-10-14 | 1 | -0/+2 |
| * | Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and | Attilio Rao | 2012-09-08 | 1 | -1/+14 |
| * | Move PT_UPDATED_FLUSH() before td_locks check in order to have more | Attilio Rao | 2012-09-08 | 1 | -3/+3 |
| * | userret() already checks for td_locks when INVARIANTS is enabled, so | Attilio Rao | 2012-09-08 | 1 | -1/+0 |
| * | Remove redundant include. | Pawel Jakub Dawidek | 2012-06-10 | 1 | -1/+0 |
| * | Include the associated wait channel message for context switch ktrace | John Baldwin | 2012-04-20 | 1 | -2/+2 |
| * | Add software PMC support. | Fabien Thomas | 2012-03-28 | 1 | -0/+10 |
| * | Assert that exiting process does not return to usermode. | Konstantin Belousov | 2011-10-03 | 1 | -0/+2 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
| * | Inline the syscallenter() and syscallret(). This reduces the time measured | Konstantin Belousov | 2011-09-11 | 1 | -162/+0 |
| * | We may split today's CAPABILITIES into CAPABILITY_MODE (which has | Jonathan Anderson | 2011-06-29 | 1 | -2/+2 |
| * | Continue introducing Capsicum capability mode support: | Robert Watson | 2011-03-01 | 1 | -0/+15 |
| * | Mfp4 CH=177256: | Bjoern A. Zeeb | 2011-02-14 | 1 | -0/+11 |
| * | Allow debugger to specify that children of the traced process should be | Konstantin Belousov | 2011-01-25 | 1 | -2/+2 |
| * | Remove extra braces for style(9) (found while cleaning up an old work tree). | Ed Maste | 2010-09-28 | 1 | -2/+1 |
| * | Call the systrace_probe_func() when the error value. | Rui Paulo | 2010-08-22 | 1 | -2/+2 |
| * | Retire td_syscalls now that it is no longer needed. | John Baldwin | 2010-07-15 | 1 | -1/+0 |
| * | Obey sv_syscallnames bounds in syscallname(). | Konstantin Belousov | 2010-07-04 | 1 | -2/+4 |
| * | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | John Baldwin | 2010-06-30 | 1 | -0/+1 |
| * | Count number of threads that enter and leave dynamically registered | Konstantin Belousov | 2010-06-28 | 1 | -0/+4 |
| * | Remove the support for int13 FPU exception reporting on i386. It is | Konstantin Belousov | 2010-06-23 | 1 | -21/+0 |
| * | Make DTrace syscall provider work again by including opt_kdtrace.h here. | Rui Paulo | 2010-06-17 | 1 | -0/+1 |