| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reduce the scope of the page queues lock in exec_map_first_page(). The vm | Alan Cox | 2005-12-06 | 1 | -4/+2 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | David Xu | 2005-11-03 | 1 | -1/+1 |
* | Calling setrlimit from 32bit apps could potentially increase certain | Paul Saab | 2005-11-02 | 1 | -1/+1 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | David Xu | 2005-10-23 | 1 | -0/+1 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | David Xu | 2005-10-23 | 1 | -0/+3 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -1/+1 |
* | Move execve's access time update functionality into a new | Diomidis Spinellis | 2005-10-12 | 1 | -12/+2 |
* | Add missing word to comment. | Don Lewis | 2005-10-04 | 1 | -1/+1 |
* | If sufficiently bad things happen during a call to kern_execve(), it is | Colin Percival | 2005-10-03 | 1 | -0/+8 |
* | Copy new process argument list in do_execve() before grabbing PROC_LOCK | Don Lewis | 2005-10-01 | 1 | -10/+10 |
* | MFP4: | Joseph Koshy | 2005-06-30 | 1 | -2/+7 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | Peter Wemm | 2005-06-24 | 1 | -0/+1 |
* | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -2/+3 |
* | This patch addresses a standards violation issue. The standards say a | Ken Smith | 2005-05-31 | 1 | -1/+13 |
* | - Initialize vfslocked correctly early enough for MAC to compile. | Jeff Roberson | 2005-05-03 | 1 | -5/+4 |
* | - Use namei to acquire Giant for VFS if it is necessary. Drop the explicit | Jeff Roberson | 2005-05-03 | 1 | -9/+7 |
* | - Return EACCES if we're trying to exec on a vp with no object. | Jeff Roberson | 2005-05-01 | 1 | -0/+2 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | Jeff Roberson | 2005-04-27 | 1 | -1/+1 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | Joseph Koshy | 2005-04-19 | 1 | -0/+22 |
* | Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes to | Maxim Sobolev | 2005-02-25 | 1 | -5/+9 |
* | Grrr, this committer needs to have a sleep. Remove lines from the previous | Maxim Sobolev | 2005-01-29 | 1 | -3/+0 |
* | Fix small non-conformance introduced in the previous commit: execve() is | Maxim Sobolev | 2005-01-29 | 1 | -4/+4 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 1 | -96/+112 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 1 | -2/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Add new function fdunshare() which encapsulates the necessary light magic | Poul-Henning Kamp | 2004-12-14 | 1 | -10/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 1 | -3/+3 |
* | Use more intuitive pointer for fdinit() and fdcopy(). | Poul-Henning Kamp | 2004-11-08 | 1 | -1/+1 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | Peter Wemm | 2004-10-11 | 1 | -4/+4 |
* | Add an execve command for kse_thr_interrupt to allow libpthread to | David Xu | 2004-10-07 | 1 | -3/+2 |
* | In original kern_execve() code, at the start of the function, it forces | David Xu | 2004-10-06 | 1 | -12/+46 |
* | - Don't try to unlock Giant if single threading fails since we don't have | John Baldwin | 2004-09-23 | 1 | -1/+1 |
* | Revert the last change.. | Julian Elischer | 2004-09-22 | 1 | -17/+11 |
* | In a threaded process, don't kill off all the other threads until we have a | Julian Elischer | 2004-09-21 | 1 | -11/+17 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -6/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | White space fix.. | Julian Elischer | 2004-07-24 | 1 | -3/+3 |
* | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-13 | 1 | -2/+0 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | Tim J. Robbins | 2004-06-02 | 1 | -3/+1 |
* | Clear KSE thread flags after KSE thread mode is ended. The side effect | David Xu | 2004-05-21 | 1 | -0/+3 |
* | Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes | Alan Cox | 2004-04-23 | 1 | -10/+12 |