| Age | Commit message (Expand) | Author |
| 2003-10-08 | Use ksi_signo accessor macro. | thorpej |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | constify sendsig/trapsignal | christos |
| 2003-09-25 | Add siginfo support for PowerPC. | matt |
| 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-07-26 | add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missing | jdolecek |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built | darrenr |
| 2003-06-23 | Regen. | christos |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-01 | Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number | thorpej |
| 2003-01-18 | Regen for correct RCS ID. | thorpej |
| 2003-01-18 | Regen: 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-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-11-13 | need to use Aux32Info explicitly, not AuxInfo alone, to work | jdolecek |
| 2002-11-13 | eliminate remaining LinuxAuxInfo | jdolecek |
| 2002-11-13 | need to use LINUX_ELF_AUX_ENTRIES in LINUX_ELF_AUX_ARGSIZ | jdolecek |
| 2002-11-13 | use generic ELF AuxInfo, no need to define a 'linux' variant here | jdolecek |
| 2002-11-01 | regen: nsysent set to 256 | jdolecek |
| 2002-11-01 | add appropriate nsysent | jdolecek |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-26 | Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris. | christos |
| 2002-08-12 | don't need systm.h here | mrg |
| 2002-07-28 | restructure the FPU and AltiVEC code so that it works for MP. | chs |
| 2002-07-09 | Change fpuproc to curcpu()->ci_fpuproc. | matt |
| 2002-07-04 | Add kernel support for having userland provide the signal trampoline: | thorpej |
| 2002-05-20 | whitespace fixes | jdolecek |
| 2002-05-19 | hook in truncate64(2) and ftruncate64(2) | jdolecek |
| 2002-05-19 | add missing linux_file64.c, which is needed now | jdolecek |
| 2002-05-12 | regen - 64 fs syscalls | jdolecek |
| 2002-05-12 | hook in remaining 64bit fs syscalls | jdolecek |
| 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 | nuke mmap2, add mprotect | christos |
| 2002-03-19 | - Now that RT-signals fit, fix the array to deliver them. [i386 only]. | christos |
| 2002-02-19 | Regen. | nathanw |
| 2002-02-19 | Add linux_sys_{get,set}rlimit. | nathanw |
| 2002-02-19 | Add LINUX_SA_NOCLDWAIT. | nathanw |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2002-01-17 | On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION | bjh21 |