summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_exec_aout.c
AgeCommit message (Expand)Author
2015-10-18Make sure we have space for the aout header.maxv
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2009-08-15Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> tomatt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2005-01-30Don't try to map a 0 size bss.christos
2003-08-08- GC all the setup_stack functionschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-05count executable image pages as executable for vm-usage purposes.chs
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-07-29Adjust to the new copyargs() footprint.christos
2000-12-01put linux_sys_uselib() to separate file linux_uselib.cjdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-13change the type of *syscallnames[] array to 'const char * const foo[]'jdolecek
2000-06-29remove include of <vm/vm.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-04-11add a new function vn_marktext() for exec code to let others knowchs
1999-02-09const poisoning.christos
1998-10-23Include linux_errno.h to fix the recent error->errno losage.veego
1998-10-23Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ...erh
1998-10-07The siginfo include line is not needed here anymore.erh
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Attempt to fix the mess.christos
1998-10-01Split compat/linux/linux_exec.c into common, elf and a.out parts.erh
1998-09-11Substantial signal handling changes:mycroft
1998-09-05Assign copyright to TNF.christos
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-28Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,thorpej
1998-01-24Use linux_setregs().mycroft
1996-10-13catch up with Jason's exec.h inclusion.christos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-10-07include <sys/exec.h> rather than <machine/exec.h>cgd
1996-10-05update to compile; needs new enum name 'Elf_sht_progbits'jtk
1996-10-03kill (re)definitions of EXEC_ELF32. They're no longer necessarycgd
1996-10-03Fix a section header check that didn't get updated with the elf32/elf64thorpej
1996-09-30Elf32_sht_progbits -> Elf_sht_progbitschristos