summaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix linux_wait4() vunerability.Marcel Moolenaar2000-06-081-4/+9
* Implement linux_rt_sigsuspend.Marcel Moolenaar2000-01-134-4/+35
* Implement linux_rt_sigsuspendMarcel Moolenaar2000-01-131-1/+3
* MFC: new syscalls for linux_sigaltstack, linux_ustat and linux_fdatasyncMarcel Moolenaar1999-12-089-18/+155
* MFC: sigaltstack, ustat and fdatasyncMarcel Moolenaar1999-12-081-4/+6
* MFC: LINUX_SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-302-0/+5
* MFC: rev 1.36Marcel Moolenaar1999-10-251-1/+1
* MFC: Swap IOC_OUT and IOC_IN for the SETDIR macro.Marcel Moolenaar1999-10-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2917-17/+17
* MFC:Marcel Moolenaar1999-08-291-70/+51
* MFC:Marcel Moolenaar1999-08-291-54/+71
* MFC: glibc2.1 required syscalls (rt_sigaction, rt_sigprocmask, getcwd andMarcel Moolenaar1999-08-287-99/+328
* MFC: glibc2.1 required syscalls (rt_sigaction, rt_sigprocmask, getcwd andMarcel Moolenaar1999-08-281-3/+17
* MFC: Fix stack alignmentMarcel Moolenaar1999-08-261-2/+1
* MFC: handle EFAULT cases when translating pathnames. Seems important :-)Marcel Moolenaar1999-08-181-5/+11
* MFC: Implementation of TCXONC.Marcel Moolenaar1999-08-182-3/+38
* MFC: Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-176-12/+93
* MFC: use wrappers for {s|g}etrlimit to convert the resource argument.Marcel Moolenaar1999-08-176-14/+94
* MFC: Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-175-8/+33
* MFC: Fix bug in the fcntl syscall where 'arg' was not set properly.Marcel Moolenaar1999-08-151-2/+4
* MFC (rev 1.40): Fix LINUX_TIOC{S|G}SERIAL and LINUX_TIOCGETD ioctls.Marcel Moolenaar1999-08-141-27/+22
* MFC: Part 2 (of 2) of the termios ioctl fixes. See rev. 1.39 for details.Marcel Moolenaar1999-08-141-7/+28
* MFC: Part 1 of the termios ioctl fixes. See log of rev. 1.38 for details.Marcel Moolenaar1999-08-141-18/+23
* MFC: Emulate some CDROM ioctls, including CDROMSUBCHNL.Marcel Moolenaar1999-08-132-2/+212
* MFC: Handle mixer read ioctls correctly. They have the same group, number andMarcel Moolenaar1999-08-111-18/+22
* MFC: Implementation of VT_RELDISP ioctl.Marcel Moolenaar1999-07-172-2/+8
* MFC: Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needMarcel Moolenaar1999-07-171-1/+17
* MFC: Let newuname return "Linux" as the OS name and not "FreeBSD". Also,Marcel Moolenaar1999-07-171-3/+3
* MFC:Julian Elischer1999-03-021-19/+16
* MFC -- Prevent emulators from being unloaded whilst they are beingMark Newton1999-02-081-3/+11
* MFC: Linux threads support is now default, to match -currentJulian Elischer1999-01-271-33/+3
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-172-7/+4
* Fix linux sendmsg() emulationMike Smith1999-01-111-2/+35
* Use truncate() instead of otruncate() - step on the way to stoppingEivind Eklund1999-01-101-3/+3
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-062-67/+49
* Commit patch inSøren Schmidt1998-12-302-2/+9
* Commit #2 ofSøren Schmidt1998-12-304-8/+90
* Commit #1 of:Søren Schmidt1998-12-301-3/+5
* According to the author..Julian Elischer1998-12-241-9/+4
* The result of running make linux_sysent.c on the new syscalls.masterSøren Schmidt1998-12-223-4/+5
* Fix NOIMPL -> NOPROTO as per bruce.Søren Schmidt1998-12-221-2/+2
* The result of running make linux_sysent.c on the new syscall.master fileSøren Schmidt1998-12-213-4/+4
* Syscall 168 (poll) is not implemented in the Linux emulator. ThisSøren Schmidt1998-12-211-2/+3
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingSøren Schmidt1998-12-211-2/+2
* Make it compile again.Søren Schmidt1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-198-18/+206
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-162-4/+4
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-141-5/+5
* linux_pipe does not preserve the edx register. Linux andJordan K. Hubbard1998-12-101-3/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-7/+13