| Age | Commit message (Expand) | Author |
| 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 |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2002-03-22 | regen | christos |
| 2002-03-22 | add mprotect, nuke mmap2 | christos |
| 2002-03-19 | - Now that RT-signals fit, fix the array to deliver them. [i386 only]. | christos |
| 2002-02-19 | Add LINUX_SA_NOCLDWAIT, LINUX_SA_RESTORER, update LINUX_SA_ALLBITS. Linux | rafal |
| 2002-02-18 | Regen: Use linux_sys_{g,s}setrlimit, remove linux_sys_ugetrlimit since | rafal |
| 2002-02-17 | the MIPS stat64 struct doesn't have a separate ino64 field, but the ino field | rafal |
| 2002-02-17 | Use linux_sys_{g,s}etrlimit() since there's a common implementation now; but | rafal |
| 2002-02-17 | Adapt for changes to linux_to_native_sigset() and native_to_linux_sigset(). | rafal |
| 2002-02-15 | Regen | christos |
| 2002-02-15 | proper comment. | christos |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2001-11-20 | Removed unused (commented out) code | manu |
| 2001-11-20 | Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signal | manu |
| 2001-11-17 | Make it build again after recent MIPS cache code changes | manu |
| 2001-11-17 | Fixed typos | manu |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-10-14 | Fixed some mistakes in signal handling (this is still broken) | manu |
| 2001-10-06 | Added socket operations to Linux Mips emulation | manu |
| 2001-10-06 | Implements ATOMIC_SET in linux_sys_sysmips | manu |
| 2001-09-30 | Implements parts of sysmips() and fctnl64() emulation | manu |