summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitationtjr2004-06-051-21/+8
* Write segments to core dump files in maximally-sized chunks that neithertjr2004-06-041-8/+21
* Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimesalc2004-04-231-10/+1
* Do not assume that the initial thread (i.e. the thread with the IDmarcel2004-04-081-6/+9
* Create NT_PRSTATUS and NT_FPREGSET notes for each and every threadmarcel2004-04-031-50/+81
* Verify more bits of the ELF header: the program header tablenectar2004-03-181-6/+6
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+6
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-11/+16
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+8
* Use __FBSDID().obrien2003-06-111-2/+3
* Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage onmarcel2003-05-311-5/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-051-8/+5
* Improve the way that an elf image activator for an alternate word size isjake2003-01-041-27/+23
* Fix multiple registration of the elf_legacy_coredump sysctl variable.marcel2002-12-211-3/+5
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-11/+31
* Assign value of NULL to imgp->execlabel when imgp is initializedrwatson2002-11-081-0/+1
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-051-1/+2
* Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+2
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-2/+1
* Do not blow up when we walk off the end of the brands list.peter2002-09-081-1/+3
* Alright, fix the problems with the elf loader for the Alpha. It turnsdillon2002-09-041-8/+18
* Make the text segment locating heuristics from rev 1.121 more reliablepeter2002-09-031-15/+10
* Grammer cleanupdillon2002-09-021-2/+2
* Moved elf brand identification into a function. Fully identify thejake2002-09-021-105/+75
* Fixed more indentation bugs.jake2002-09-021-3/+3
* Implement data, text, and vmem limit checking in the elf loader and svr4dillon2002-08-301-10/+33
* Fixed most indentation bugs.jake2002-08-251-46/+34
* Fixed placement of operators. Wrapped long lines.jake2002-08-251-4/+8
* Fixed white space around operators, casts and reserved words.jake2002-08-241-23/+22
* return x; -> return (x);jake2002-08-241-32/+32
* In order to better support flexible and extensible access control,rwatson2002-08-151-2/+4
* - Hold the vnode lock throughout execve.jeff2002-08-131-10/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-5/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-142/+313
* Clean up execve locking:jeff2002-07-061-4/+11
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Remove __P.alfred2002-03-191-19/+18
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Remove whitespace at end of line.mp2001-12-161-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-2/+0
* Make uio_yield() a global. Call uio_yield() between chunksdillon2001-09-261-2/+2
* KSE Milestone 2julian2001-09-121-13/+19
* This brings in a Yahoo coredump patch from Paul, with additional mods bydillon2001-09-081-4/+5
* For ia64, set the default elf brand to be FreeBSD. This is temporarilypeter2001-09-021-0/+4
* OR M_WAITOK with M_ZERO in malloc()s args for clarity.brian2001-08-281-1/+1
* Unbreak linux compatibility by providing the correct length of the buffer.mp2001-08-181-1/+1
OpenPOWER on IntegriCloud