| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace the at_fork, at_exec, and at_exit functions with the slightly more | John Baldwin | 2003-03-24 | 1 | -59/+2 |
| * | - Cache a reference to the credential of the thread that starts a ktrace in | John Baldwin | 2003-03-13 | 1 | -3/+8 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 1 | -3/+0 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -0/+3 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -3/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | Perform VOP_GETATTR() before mac_check_vnode_exec() so that | Robert Watson | 2003-01-21 | 1 | -5/+5 |
| * | It is possible for an active aio to prevent shared memory from being | Matthew Dillon | 2003-01-13 | 1 | -2/+1 |
| * | Clear some KSE fields after kse mode was turned off. | David Xu | 2003-01-07 | 1 | -0/+3 |
| * | Add a sysctl to get the vm protections for the stack of the current process. | Jake Burkholder | 2003-01-04 | 1 | -0/+14 |
| * | fdcopy() only needs a filedesc pointer. | Alfred Perlstein | 2003-01-01 | 1 | -1/+1 |
| * | Hold the page queues lock when performing vm_page_busy(). | Alan Cox | 2002-12-18 | 1 | -0/+2 |
| * | remove syscallarg(). | Alfred Perlstein | 2002-12-14 | 1 | -7/+7 |
| * | To avoid sleeping with all sorts of resources acquired (the reported | Robert Drehmel | 2002-11-26 | 1 | -3/+7 |
| * | Acquire and release the page queues lock around pmap_remove_pages() because | Alan Cox | 2002-11-25 | 1 | -0/+2 |
| * | - Release the imgp vnode prior to freeing exec_map resources to avoid | Jeff Roberson | 2002-11-17 | 1 | -4/+4 |
| * | Now that pmap_remove_all() is exported by our pmap implementations | Alan Cox | 2002-11-16 | 1 | -1/+1 |
| * | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | Alan Cox | 2002-11-10 | 1 | -1/+1 |
| * | Correct merge-o: disable the right execve() variation if !MAC | Robert Watson | 2002-11-05 | 1 | -4/+4 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 1 | -8/+72 |
| * | Hook up the mac_will_execve_transition() and mac_execve_transition() | Robert Watson | 2002-11-05 | 1 | -0/+15 |
| * | Remove reference to struct execve_args from struct imgact, which | Robert Watson | 2002-11-05 | 1 | -17/+39 |
| * | - Move the 'done1' label down below the unlock of the proc lock and move | John Baldwin | 2002-10-11 | 1 | -10/+9 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -20/+46 |
| * | Move setugidsafety() call outside of process lock. This prevents a lock | Nate Lawson | 2002-09-14 | 1 | -3/+5 |
| * | Drop the proc lock while calling fdcheckstd() which may block to allocate | Don Lewis | 2002-09-13 | 1 | -1/+8 |
| * | s/SGNL/SIG/ | David Xu | 2002-09-05 | 1 | -1/+1 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 1 | -2/+0 |
| * | Renamed poorly named setregs to exec_setregs. Moved its prototype to | Jake Burkholder | 2002-08-29 | 1 | -2/+2 |
| * | Don't require that sysentvec.sv_szsigcode be non-NULL. | Jake Burkholder | 2002-08-29 | 1 | -3/+7 |
| * | Fixed most indentation bugs. | Jake Burkholder | 2002-08-25 | 1 | -7/+6 |
| * | Fixed placement of operators. Wrapped long lines. | Jake Burkholder | 2002-08-25 | 1 | -11/+15 |
| * | Fixed white space around operators, casts and reserved words. | Jake Burkholder | 2002-08-24 | 1 | -9/+8 |
| * | return x; -> return (x); | Jake Burkholder | 2002-08-24 | 1 | -11/+11 |
| * | slight cleanup of single-threading code for KSE processes | Julian Elischer | 2002-08-22 | 1 | -4/+12 |
| * | - Hold the vnode lock throughout execve. | Jeff Roberson | 2002-08-13 | 1 | -11/+36 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -0/+9 |
| * | For processes which are set-user-ID or set-group-ID, the kernel performs a few | Jacques Vidrine | 2002-07-30 | 1 | -1/+2 |
| * | Slight restructuring of the logic for credential change case identification | Robert Watson | 2002-07-27 | 1 | -2/+8 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -9/+20 |
| * | In execve(), delay the acquisition of Giant until after kmem_alloc_wait(). | Alan Cox | 2002-07-14 | 1 | -2/+2 |
| * | We don't need to clear oldcred here since newcred is not NULL yet. | John Baldwin | 2002-07-13 | 1 | -3/+1 |
| * | o Lock accesses to the page queues. | Alan Cox | 2002-07-11 | 1 | -1/+6 |
| * | Clean up execve locking: | Jeff Roberson | 2002-07-06 | 1 | -0/+8 |
| * | #include <sys/ktrace.h> would be useful too. (for ktrace_mtx) | Peter Wemm | 2002-07-01 | 1 | -0/+3 |
| * | Add #include "opt_ktrace.h" | Peter Wemm | 2002-07-01 | 1 | -0/+2 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -4/+6 |
| * | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | Alfred Perlstein | 2002-06-29 | 1 | -1/+1 |