| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed some disordering in revs.1.194 and 1,196. Moved the exceve() syscall | bde | 2003-12-28 | 1 | -55/+55 |
* | Remove GIANT_REQUIRED from exec_unmap_first_page(). | alc | 2003-12-27 | 1 | -1/+0 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -13/+11 |
* | Remove md_bspstore from the MD fields of struct thread. Now that | marcel | 2003-10-21 | 1 | -1/+0 |
* | Put the RSE backing store at a fixed address. This change is triggered | marcel | 2003-10-20 | 1 | -1/+1 |
* | Eliminate some unnecessary uses of the vm page queues lock around the | alc | 2003-10-04 | 1 | -9/+6 |
* | Remove the regstkpages sysctl variable. We have a growable register | marcel | 2003-09-27 | 1 | -6/+0 |
* | Part 2 of implementing rstacks: add the ability to create rstacks and | marcel | 2003-09-27 | 1 | -15/+9 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -0/+9 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -2/+2 |
* | Add vm object locking to various pagers' "get pages" methods, i386 stack | alc | 2003-06-13 | 1 | -2/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Update the vm object and page locking in exec_map_first_page(). Mark the | alc | 2003-06-09 | 1 | -9/+15 |
* | Lock the vm object when performing vm_page_grab(). | alc | 2003-06-08 | 1 | -2/+2 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -15/+10 |
* | - Borrow the KSE single threading code for exec and exit. We use the check | jeff | 2003-04-01 | 1 | -1/+1 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -59/+2 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 1 | -3/+8 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -3/+0 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -0/+3 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Perform VOP_GETATTR() before mac_check_vnode_exec() so that | rwatson | 2003-01-21 | 1 | -5/+5 |
* | It is possible for an active aio to prevent shared memory from being | dillon | 2003-01-13 | 1 | -2/+1 |
* | Clear some KSE fields after kse mode was turned off. | davidxu | 2003-01-07 | 1 | -0/+3 |
* | Add a sysctl to get the vm protections for the stack of the current process. | jake | 2003-01-04 | 1 | -0/+14 |
* | fdcopy() only needs a filedesc pointer. | alfred | 2003-01-01 | 1 | -1/+1 |
* | Hold the page queues lock when performing vm_page_busy(). | alc | 2002-12-18 | 1 | -0/+2 |
* | remove syscallarg(). | alfred | 2002-12-14 | 1 | -7/+7 |
* | To avoid sleeping with all sorts of resources acquired (the reported | robert | 2002-11-26 | 1 | -3/+7 |
* | Acquire and release the page queues lock around pmap_remove_pages() because | alc | 2002-11-25 | 1 | -0/+2 |
* | - Release the imgp vnode prior to freeing exec_map resources to avoid | jeff | 2002-11-17 | 1 | -4/+4 |
* | Now that pmap_remove_all() is exported by our pmap implementations | alc | 2002-11-16 | 1 | -1/+1 |
* | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | alc | 2002-11-10 | 1 | -1/+1 |
* | Correct merge-o: disable the right execve() variation if !MAC | rwatson | 2002-11-05 | 1 | -4/+4 |
* | Bring in two sets of changes: | rwatson | 2002-11-05 | 1 | -8/+72 |
* | Hook up the mac_will_execve_transition() and mac_execve_transition() | rwatson | 2002-11-05 | 1 | -0/+15 |
* | Remove reference to struct execve_args from struct imgact, which | rwatson | 2002-11-05 | 1 | -17/+39 |
* | - Move the 'done1' label down below the unlock of the proc lock and move | jhb | 2002-10-11 | 1 | -10/+9 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -20/+46 |
* | Move setugidsafety() call outside of process lock. This prevents a lock | njl | 2002-09-14 | 1 | -3/+5 |
* | Drop the proc lock while calling fdcheckstd() which may block to allocate | truckman | 2002-09-13 | 1 | -1/+8 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 1 | -1/+1 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -2/+0 |
* | Renamed poorly named setregs to exec_setregs. Moved its prototype to | jake | 2002-08-29 | 1 | -2/+2 |