summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
...
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-1/+1
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* Added the proper arguments the sysinfo system callpirzyk2001-07-231-1/+1
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-2/+2
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-161-4/+6
* Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-1/+1
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Sync with Alpha:marcel2000-11-091-2/+2
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-1/+1
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Fixed the return type for exit() and the args struct tag several NOPROTObde2000-05-091-2/+3
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-291-4/+4
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-101-0/+7
* Implement sigaltstack.marcel1999-11-301-1/+2
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* sigset_t change (part 4 of 5)marcel1999-09-291-11/+13
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-221-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Implement vfork() syscall.marcel1999-08-161-2/+2
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-141-3/+9
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-2/+2
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Commit #1 of:sos1998-12-301-3/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-2/+2
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-2/+3
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-091-2/+2
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-4/+3
* Patch up some space/tab problems. It looks like some of this camepeter1998-03-291-15/+14
* Add in placeholders for the newer linux syscallspeter1998-03-291-1/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+27
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-171-2/+2
* Removed unused #includes.bde1997-04-091-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Oops.. I was wrong about the change to sigsuspend. The library interface ispeter1996-03-041-3/+4
* A new syscalls table for the Linux emulator. This is processed bypeter1996-03-021-0/+210
OpenPOWER on IntegriCloud