| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not trash the argv[0] pointer for an a.out process on amd64. | kib | 2011-06-16 | 1 | -1/+1 |
* | Fix silly typo that resulted in the a.out process stack to end at | kib | 2011-06-16 | 1 | -1/+1 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -1/+3 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 1 | -14/+69 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -0/+4 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+7 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -26/+27 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -3/+2 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+3 |
* | Correct two vm object reference leaks in error cases. | alc | 2006-03-16 | 1 | -0/+2 |
* | Maintain the lock on the vnode for most of exec_elfN_imgact(). | alc | 2005-12-24 | 1 | -2/+13 |
* | - Neither of our image formats require Giant now that the vm and vfs have | jeff | 2005-05-03 | 1 | -2/+0 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 1 | -6/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Axe a.out core dump support. Neither older gdb binaries nor current | das | 2004-11-27 | 1 | -54/+1 |
* | Maintain the broken state of backwards compatibilty for a.out (and | das | 2004-11-20 | 1 | -2/+3 |
* | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | tjr | 2004-06-05 | 1 | -1/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -3/+5 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -4/+4 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-10 | 1 | -8/+5 |
* | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | peter | 2002-09-07 | 1 | -7/+7 |
* | The true value of how the kernel was configured for KSTACK_PAGES was not | peter | 2002-09-07 | 1 | -8/+6 |
* | Collect the a.out coredump code into the calling functions. | peter | 2002-09-07 | 1 | -1/+16 |
* | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | jake | 2002-09-01 | 1 | -6/+24 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -2/+2 |
* | - Hold the vnode lock throughout execve. | jeff | 2002-08-13 | 1 | -4/+0 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -1/+1 |
* | Clean up execve locking: | jeff | 2002-07-06 | 1 | -1/+1 |
* | - Change fill_kinfo_proc() to require that the process is locked when it | jhb | 2002-04-09 | 1 | -0/+2 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Make uio_yield() a global. Call uio_yield() between chunks | dillon | 2001-09-26 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+15 |
* | This brings in a Yahoo coredump patch from Paul, with additional mods by | dillon | 2001-09-08 | 1 | -4/+4 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 1 | -0/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -8/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -3/+5 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -6/+1 |
* | Proc locking. | jhb | 2001-01-24 | 1 | -1/+7 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -2/+1 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 1 | -1/+3 |