| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 1 | -1/+1 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | davidxu | 2005-10-23 | 1 | -0/+1 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | davidxu | 2005-10-23 | 1 | -0/+3 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -12/+2 |
* | Add missing word to comment. | truckman | 2005-10-04 | 1 | -1/+1 |
* | If sufficiently bad things happen during a call to kern_execve(), it is | cperciva | 2005-10-03 | 1 | -0/+8 |
* | Copy new process argument list in do_execve() before grabbing PROC_LOCK | truckman | 2005-10-01 | 1 | -10/+10 |
* | MFP4: | jkoshy | 2005-06-30 | 1 | -2/+7 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | peter | 2005-06-24 | 1 | -0/+1 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -2/+3 |
* | This patch addresses a standards violation issue. The standards say a | kensmith | 2005-05-31 | 1 | -1/+13 |
* | - Initialize vfslocked correctly early enough for MAC to compile. | jeff | 2005-05-03 | 1 | -5/+4 |
* | - Use namei to acquire Giant for VFS if it is necessary. Drop the explicit | jeff | 2005-05-03 | 1 | -9/+7 |
* | - Return EACCES if we're trying to exec on a vp with no object. | jeff | 2005-05-01 | 1 | -0/+2 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+1 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 1 | -0/+22 |
* | Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes to | sobomax | 2005-02-25 | 1 | -5/+9 |
* | Grrr, this committer needs to have a sleep. Remove lines from the previous | sobomax | 2005-01-29 | 1 | -3/+0 |
* | Fix small non-conformance introduced in the previous commit: execve() is | sobomax | 2005-01-29 | 1 | -4/+4 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 1 | -96/+112 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -2/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Add new function fdunshare() which encapsulates the necessary light magic | phk | 2004-12-14 | 1 | -10/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -3/+3 |
* | Use more intuitive pointer for fdinit() and fdcopy(). | phk | 2004-11-08 | 1 | -1/+1 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -4/+4 |
* | Add an execve command for kse_thr_interrupt to allow libpthread to | davidxu | 2004-10-07 | 1 | -3/+2 |
* | In original kern_execve() code, at the start of the function, it forces | davidxu | 2004-10-06 | 1 | -12/+46 |
* | - Don't try to unlock Giant if single threading fails since we don't have | jhb | 2004-09-23 | 1 | -1/+1 |
* | Revert the last change.. | julian | 2004-09-22 | 1 | -17/+11 |
* | In a threaded process, don't kill off all the other threads until we have a | julian | 2004-09-21 | 1 | -11/+17 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -6/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | White space fix.. | julian | 2004-07-24 | 1 | -3/+3 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-13 | 1 | -2/+0 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | tjr | 2004-06-02 | 1 | -3/+1 |
* | Clear KSE thread flags after KSE thread mode is ended. The side effect | davidxu | 2004-05-21 | 1 | -0/+3 |
* | Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes | alc | 2004-04-23 | 1 | -10/+12 |
* | Use vm_page_hold() rather than vm_page_wire() for short-duration page | alc | 2004-04-11 | 1 | -2/+2 |
* | Remove sysctl kern.ps_argsopen, it is not very useful, one should use | pjd | 2004-04-01 | 1 | -3/+0 |
* | Make the process_exit eventhandler run without Giant. Add Giant hooks | peter | 2004-03-14 | 1 | -0/+1 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -2/+0 |
* | Do what the execve(2) manpage says and enforce what a Strictly | ru | 2004-03-12 | 1 | -1/+2 |
* | Lock Giant around the single threading code in exec() to satisfy an | jhb | 2004-03-05 | 1 | -0/+3 |
* | Checkpoint a hack to enable running i386 libc_r binaries on a 64 bit | peter | 2004-02-18 | 1 | -4/+22 |
* | Fixed some style bugs (mainly, try to always use explicit comparisons with | bde | 2003-12-28 | 1 | -8/+7 |