summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2002-03-24Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different wayjdolecek
2002-03-23correct placement for FILE_UNUSE [from Izumi Tsutsui]christos
2002-03-22gc debugging printfs.christos
2002-03-22nuke mmap2, cleanup mmap, add mprotectchristos
2002-03-22implement the locking calls for linux_file64.christos
2002-03-22- obey FILE_USE and FILE_UNUSEchristos
2002-03-21Don't bitch if we don't have support for a particular arch. This makes itchristos
2002-03-20emulation specific sysctls. Also change the kernel date to nov 11 as requestedchristos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2002-02-20proper statfs emulation...christos
2002-02-20allow writing of kernel.version, kernel.osrelease, kernel.ostype... I mightchristos
2002-02-18Resolve alpha compile issues:christos
2002-02-18Back off previous partially - make linux_release[] back 2.0.38jdolecek
2002-02-17There is no linux_sys_ugetrlimit on mips, so don't try building it (XXX: addsrafal
2002-02-15s/printf/uprintf/christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2002-01-27Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation.bjh21
2002-01-17Fix typo in last commit.bjh21
2002-01-17On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTIONbjh21
2002-01-17Include arch/arm/linux_errno.h for arm build.rjs
2002-01-17Add arm to #endif comment.rjs
2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21
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