| Age | Commit message (Expand) | Author |
| 2005-09-19 | MINSIGSTKSZ on linux is different depending on the platform and usually | christos |
| 2005-05-20 | Define linux_usertrap function, and set it in struct emul. For all | fvdl |
| 2005-05-16 | Regen. | fvdl |
| 2005-05-16 | Add clock_* POSIX functions. | fvdl |
| 2005-05-16 | Regen. | fvdl |
| 2005-05-16 | Add *xattr functions (they all return EOPNOTSUPP). | fvdl |
| 2005-02-26 | regen | perry |
| 2005-02-26 | regen | perry |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-20 | move definition of linux_fsid_t to common/linux_types.h - it's identical | jdolecek |
| 2004-09-20 | regen: | jdolecek |
| 2004-09-20 | implement support for Linux statfs64() syscall - 64bit variant of statfs() | jdolecek |
| 2004-09-19 | move definition of struct linux_stafs to common/linux_types.h, and use | jdolecek |
| 2004-09-08 | regen: add exit_group(2) | jdolecek |
| 2004-09-08 | implement basic exit_group(2), which just terminates calling thread; | jdolecek |
| 2004-08-28 | g/c LINUX_MAP_IGNMASK define - it's not used anywhere | jdolecek |
| 2004-08-01 | regen - sync syscall lists with Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | sync the syscall lists with Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | regen: | jdolecek |
| 2004-08-01 | connect madvise(2) and mincore(2) - apparently the newer Linux libs | jdolecek |
| 2004-06-19 | Fix a reversed errno issue for Linux binaries on mips. While we are there, | manu |
| 2004-06-19 | Build COMPAT_LINUX again on mips after the siginfo change. | manu |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-08-14 | remove the args from the macro. | christos |
| 2003-08-10 | regen - added wrapper for Linux ftruncate64() | jdolecek |
| 2003-08-10 | add Linux compat arg wrapper for ftruncate64(), and change linux compat | jdolecek |
| 2003-08-08 | - GC all the setup_stack functions | christos |
| 2003-08-02 | use copyin()/copyout() instead of fubyte()/subyte() | jdolecek |
| 2003-07-26 | add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missing | jdolecek |
| 2003-06-23 | Regen. | christos |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-01-18 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-26 | rename: s/sa_/<compat>sa/g | christos |
| 2002-11-21 | g/c also mips-specific linux ELF copyargs function prototype and | jdolecek |
| 2002-11-21 | g/c local definition of LINUX_ELF_AUX_ENTRIES | jdolecek |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-11-01 | nsysent set to 256, and use linux_sys_nosys() | jdolecek |
| 2002-11-01 | add appropriate nsysent, and use linux_sys_nosys as sys_nosys | jdolecek |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-08-15 | Pull changes done in rev. 1.7 of sys/compat/linux/arch/powerpc/linux_exec.h | enami |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-05-20 | whitespace fixes | jdolecek |
| 2002-04-15 | Do not restore SR on sigreturn: this could enable the user process to gain | manu |
| 2002-04-10 | regen | christos |
| 2002-04-10 | add getdents64 | christos |
| 2002-03-31 | bring the reverse signal mapping array into linux_signo.c | christos |