summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-061-3/+3
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-2/+2
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-281-1/+1
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-3/+3
* GC unused third namespace column.peter2003-12-231-311/+268
* Pull latest changes from OpenBSD:sobomax2003-11-161-0/+46
* Sync up MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-68/+68
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.tjr2003-02-201-3/+3
* Mark linux_sigpending() as MPSAFE.tjr2003-02-161-1/+1
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-3/+4
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-4/+3
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-191-1/+2
* o Change prototype of linux_lchown and linux_chown so that themarcel2001-10-161-6/+5
* 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
OpenPOWER on IntegriCloud