| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -4/+4 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 1 | -3/+1 |
| * | Eliminate unnecessary obfuscation when testing a page's valid bits. | Alan Cox | 2009-06-07 | 1 | -1/+1 |
| * | If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check | Alan Cox | 2009-06-06 | 1 | -2/+1 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and | Konstantin Belousov | 2009-03-17 | 1 | -2/+29 |
| * | Remove unneeded pointer `ndp'. | Ed Schouten | 2009-02-26 | 1 | -11/+10 |
| * | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -3/+0 |
| * | Several threads in a process may do vfork() simultaneously. Then, all | Konstantin Belousov | 2008-12-05 | 1 | -1/+1 |
| * | Merge latest DTrace changes from Perforce. | Craig Rodrigues | 2008-11-05 | 1 | -5/+4 |
| * | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala | 2008-09-10 | 1 | -4/+5 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+2 |
| * | More fully audit fexecve(2) and its arguments. | Robert Watson | 2008-08-25 | 1 | -0/+2 |
| * | Introduce two related changes to the TrustedBSD MAC Framework: | Robert Watson | 2008-08-23 | 1 | -7/+5 |
| * | Reduce the scope of the vnode lock such that it does not cover | Christian S.J. Peron | 2008-08-12 | 1 | -1/+5 |
| * | Call pargs_drop() unconditionally in do_execve(), the function correctly | Konstantin Belousov | 2008-07-25 | 1 | -4/+2 |
| * | Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE. | Konstantin Belousov | 2008-07-17 | 1 | -0/+9 |
| * | Add DTrace 'proc' provider probes using the Statically Defined Trace | John Birrell | 2008-05-24 | 1 | -0/+32 |
| * | Implement the fexecve(2) syscall. | Konstantin Belousov | 2008-03-31 | 1 | -28/+77 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -3/+3 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -3/+3 |
| * | Add the superpage reservation system. This is "part 2 of 2" of the | Alan Cox | 2007-12-29 | 1 | -0/+7 |
| * | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | Konstantin Belousov | 2007-12-04 | 1 | -0/+1 |
| * | Make sure there is a good default thread name for all threads. | Julian Elischer | 2007-11-14 | 1 | -0/+1 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -1/+3 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -4/+4 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -1/+1 |
| * | Fix a couple of issues with the stack limit for 32-bit processes on 64-bit | John Baldwin | 2007-07-12 | 1 | -4/+9 |
| * | Conditionally acquire Giant when dropping a reference on the ktrace vnode | John Baldwin | 2007-06-13 | 1 | -1/+6 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Rework the support for ABIs to override resource limits (used by 32-bit | John Baldwin | 2007-05-14 | 1 | -9/+0 |
| * | Update a comment: we usually call exec_vmspace_new with Giant not held, | Kris Kennaway | 2007-03-25 | 1 | -1/+1 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -10/+10 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -8/+0 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+5 |
| * | The page queues lock is no longer required by vm_page_busy() or | Alan Cox | 2006-10-22 | 1 | -3/+1 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+1 |
| * | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | Alan Cox | 2006-10-22 | 1 | -1/+1 |
| * | Audit the argv and env vectors passed in on exec: | Wayne Salamon | 2006-09-01 | 1 | -0/+9 |
| * | - Change process_exec function handlers prototype to include struct | Alexander Leidinger | 2006-08-15 | 1 | -1/+2 |
| * | In execve(), audit the path name being executed. In the future, it | Robert Watson | 2006-05-28 | 1 | -2/+2 |
| * | Temporarily unlock vnode for new image being executed to avoid lock order | Tor Egge | 2006-05-05 | 1 | -0/+6 |
| * | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm | 2006-04-03 | 1 | -2/+1 |
| * | Fix exec_map resource leaks. | Stephan Uphoff | 2006-03-08 | 1 | -10/+19 |
| * | - Always call exec_free_args() in kern_execve() instead of doing it in all | John Baldwin | 2006-02-06 | 1 | -22/+9 |
| * | - textvp may have been from a different mountpoint than ndp->ni_vp and | Jeff Roberson | 2006-02-02 | 1 | -1/+6 |
| * | Remove unneeded calls to pmap_remove_all(). The given page is not mapped. | Alan Cox | 2005-12-11 | 1 | -1/+0 |
| * | Register itimers_event_hook as a kernel event handler, so I don't | David Xu | 2005-12-09 | 1 | -4/+0 |