elf - Fill sv_name with the appropiate value for each arch.
[dragonfly.git] / sys / kern / imgact_elf.c
2010-09-20 Antonio Huete Jimenezelf - Fill sv_name with the appropiate value for each...
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-13 Alex Hornunglinux emu - peripheral changes
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-10-29 Simon Schubertimgact_elf: use correct offset when bouncing .note...
2009-10-29 Simon Schubertimgact_elf: accept .note.ABI-tag sections located anywhere
2009-10-19 Simon Schubertcore dumps: don't claim we are FreeBSD
2009-09-01 Alex HornungELF - allow execution of shared objects
2009-08-13 Matthew DillonAMD64 - Use Elf_Word for note alignment
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2008-12-28 Matthew Dillonamd64 work: fp_write() takes address of ssize_t, not...
2008-08-17 Nicolas TheryAdd minimal support for post-mortem (core dump) debuggi...
2008-08-16 Nicolas TheryRemove useless NULL check after kmalloc(M_WAITOK).
2008-06-07 Michael NeumannCorrect typos.
2007-06-29 Matthew DillonFlag the checkpoint descriptor so on restore we can...
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-05-25 Matthew DillonAdjust pamp_growkernel(), elf_brand_inuse(), and ktrace...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-07-04 Matthew DillonDo not abort the entire core dump if VOP_VPTOFH() fails...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-01 Joerg SonnenbergerRemoving rest of debugging code which slipped into...
2005-06-01 Joerg SonnenbergerAdd back support for SYSV binaries. Those are nasty...
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
2005-03-08 David XuMerge from FreeBSD:
2005-02-26 Matthew DillonAdd signal mask save/restore to the checkpoint code...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
2004-03-29 David RhodusMake sure the ELF header size is not too large. This...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-10 Matthew DillonAdd buffer bounds checking during check pointing since...
2003-11-10 Matthew DillonAdd a temporary workaround to prevent a panic due to...
2003-10-20 Matthew DillonDo a bit of cleanup and add a bit of debugging to the...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
2003-10-19 Matthew DillonEnhance the fp_*() API. Reorganize the ELF dump code...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrett__P() removal
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-24 Matthew Dillonproc->thread stage 3.5: Add an IO_CORE flag so coda...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: