aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-142/+313
* Clean up execve locking:Jeff Roberson2002-07-061-4/+11
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Remove __P.Alfred Perlstein2002-03-191-19/+18
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Remove whitespace at end of line.Mark Peek2001-12-161-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-2/+0
* Make uio_yield() a global. Call uio_yield() between chunksMatthew Dillon2001-09-261-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-13/+19
* This brings in a Yahoo coredump patch from Paul, with additional mods byMatthew Dillon2001-09-081-4/+5
* For ia64, set the default elf brand to be FreeBSD. This is temporarilyPeter Wemm2001-09-021-0/+4
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.Brian Somers2001-08-281-1/+1
* Unbreak linux compatibility by providing the correct length of the buffer.Mark Peek2001-08-181-1/+1
* Don't explicitly null-terminate. The buffer we are copying into isPeter Wemm2001-08-161-1/+0
* Reduce stack allocation (stack-fast?).Mark Peek2001-08-161-40/+65
* Use explicit sizes for the prpsinfo command length string so thatPeter Wemm2001-08-161-1/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-13/+4
* Lock the VM while twiddling the vmspace.John Baldwin2001-05-231-1/+2
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-3/+18
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-3/+3
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Do not set a default ELF syscall ABI fallback.David E. O'Brien2001-03-041-6/+5
* MFS: bring the consistent `compat_3_brand' support into -CURRENTDavid E. O'Brien2001-02-241-8/+12
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-6/+1
* Proc locking.John Baldwin2001-01-241-1/+6
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-2/+2
* Protect the following with a lockmgr lock:Jake Burkholder2000-11-221-3/+8
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+3
* ELF kernels should use an ELF sysvec. This allows us to move a.outDavid E. O'Brien2000-11-051-1/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+3
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.Boris Popov2000-09-121-1/+1
* Move the include of <sys/systm.h> so that KTR gets a declaration forDoug Rabson2000-09-101-1/+1
* Using an atomic operation here won't help if nobody else uses them (forBrian Feldman2000-07-231-2/+3
* Solve the problem where it is possible to get the kernel stuck inBrian Feldman2000-07-231-3/+31
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-29/+26
* Update a comment in elf_coredump to reflect that if you madvisePaul Saab2000-02-281-2/+3
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-281-0/+7
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+2
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* Vnode was left referenced in the case if ELF image is broken.Boris Popov1999-11-201-1/+3
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* General cleanup of core-dumping code.Julian Elischer1999-09-011-44/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't follow symlinks on coredumps.Dima Ruban1999-08-261-3/+3