summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2001-12-19Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414.augustss
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-10-14Fixed a minor problem so that it buildsmanu
2001-09-30Fixes my last commit: only mips really need fcntl64 to work now. i386 andmanu
2001-09-30Added initial support for fcntl64 system call (file locking is notmanu
2001-09-22Enable Mips Linux emulation in header filesmanu
2001-09-22Fixes for mips supportmanu
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-08Allow the old-style sockaddr_in6 for v6 addresses for which thefvdl
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
2001-09-04change LINUX_F_SETFL so that SIGIO handling for socketsjdolecek
2001-08-30Changed the way signature tests are done. This makes possible to runmanu
2001-08-26Moved LINUX_NCCS from MI file to MD file, because the value is differentmanu
2001-07-29Adjust to the new copyargs() footprint.christos
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-14rename elf32_read_from to exec_read_from since it is used in many placeschristos
2001-07-04remove no longer used variablejdolecek
2001-07-04Do address family (AF_*) number translation for socket system calls whichjdolecek
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-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
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-04Fixes by Chuck Silvers to make ptrace PEEKTEXT more 64 bit friendymanu
2001-06-03added a double cast to build on alphamanu
2001-06-02Slighly improve the PTRACE_CONT commentjdolecek
2001-05-30use _KERNEL_OPT.mrg
2001-05-27Fixed the return value of ptrace for PEEKTEXT and PEEKDATA: return value mustmanu
2001-05-22Enable PowerPC Linux ptrace() emulationmanu
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-15This file is not used on alpha, and it causes some warning that break themanu
2001-05-13Improved the accuracy of gettimeofday/settimeofday: Linux stores a srtuctmanu
2001-05-07Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so thatmanu
2001-05-06Added two flags to emulation packages:manu
2001-03-30Implement linux_sys_nosys() and use it instead of sys_nosys() forjdolecek
2001-03-29Don't do the ioctl call for the get hw addr case, all the work hasfvdl
2001-03-24Use parent's vmspace in linux_e_proc_fork() hook, the child does notjdolecek
2001-03-22do not dereference p_vmspace, if it is not initialized yet (NULL).itojun
2001-03-16Removed an unused oldbrk variable in linux_sys_brk()manu
2001-03-15Made linux_sys_brk() cleaner (no functionnality change)manu
2001-03-15Fixed brk() emulation. We now keep track of the processes' idea of themanu
2001-02-21make some more constant arrays 'const'jdolecek
2001-02-11Moved the fix for negative errno returned to userland on the PowerPC to amanu