summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility, more to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work on Linux/mips compatibility. More to come soon...manu
2001-08-26Preliminary work for Linux/Mips compatibility, more to come soon.manu
2001-08-08PR/13652: Katsuomi Hamajima: Fix compile error.christos
2001-08-02Deal with the SSE FPU save format.thorpej
2001-07-29Adjust to the new copyargs() footprint.christos
2001-07-26auxilliary -> auxiliarywiz
2001-07-22make linux_socketcall_argsize[] static constjdolecek
2001-07-22seperate -> separatewiz
2001-07-18Add support for the __WALL wait4(2) flag.thorpej
2001-07-15execute signal handlers on separate signal stack, if it's been providedjdolecek
2001-07-14rename elf32_read_from to exec_read_from since it is used in many placeschristos
2001-07-04Regen - modify to use linux_* wrappers for syscalls passing/fetching sockaddrjdolecek
2001-07-04modify to use linux_* wrappers for syscalls passing/fetching sockaddrjdolecek
2001-07-04remove no longer used variablejdolecek
2001-07-04Do address family (AF_*) number translation for socket system calls whichjdolecek
2001-07-01Add myself to the list, put e-mail addresses within '<' and '>'jdolecek
2001-06-25linux_getifhwaddr(): use strncmp() to find out if if_name starts with 'eth',jdolecek
2001-06-22linux_sys_socketcall(): refuse negative 'what' valuesjdolecek
2001-06-22Include <sys/exec_elf.h> as the other arch's linux_exec.h file do.simonb
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-17Add %fs/%gs to trap frame and save/restore them onsommerfeld
2001-06-16Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.manu
2001-06-16Linux does not send a SIGIO to the write end of a socket,manu
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-06-13It's "extern int", not "extern".wiz
2001-06-13#include <machine/fpu.h> for save_fpu()wiz
2001-06-08Close coment of CVS tag.hannken
2001-06-04Fixes by Chuck Silvers to make ptrace PEEKTEXT more 64 bit friendymanu
2001-06-03added a double cast to build on alphamanu
2001-06-02Fixed a rough buf in ptrace SETFPREGS (was using regs instead of fpregs)manu
2001-06-02Slighly improve the PTRACE_CONT commentjdolecek
2001-05-30use _KERNEL_OPT.mrg
2001-05-28Fixed a potential security problem (copyout after an error)manu
2001-05-27Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value mustmanu
2001-05-27Implements correctly PEEKUSER and fixes various serious bugs. The statusmanu
2001-05-27Fixed two typo in commentsmanu
2001-05-22Enable PowerPC Linux ptrace() emulationmanu
2001-05-22Fixed ptrace() so that it is now possible to get traced process registers.manu
2001-05-22When c_ospeed in termio is null, NetBSD hangup the terminal. Since Linuxmanu
2001-05-20Added powerpc status in a commentmanu
2001-05-19Fixed a typo in a commentmanu
2001-05-15This file is not used on alpha, and it causes some warning that break themanu
2001-05-15delint: fix commentslukem
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu