summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_syscall.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* Regenerate.John Baldwin2005-07-201-1/+1
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-081-2/+2
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-301-1/+1
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-071-1/+1
* Regen.Doug Rabson2004-09-061-1/+4
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-241-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,Bruce M Simpson2004-03-281-1/+1
* Regenerate.John Baldwin2004-03-151-1/+1
* Regen.John Baldwin2004-02-041-1/+1
* Regen (should be a NOP except for rcsid changes)Peter Wemm2003-12-231-1/+1
* Pull latest changes from OpenBSD:Maxim Sobolev2003-11-161-1/+15
* Regen.John Baldwin2003-11-071-1/+1
* Regen from syscalls.master 1.50.Tim J. Robbins2003-02-201-1/+1
* Regen from syscalls.master 1.49.Tim J. Robbins2003-02-161-1/+1
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.Jonathan Mini2002-09-241-3/+3
* Don't use compatability syscall wrappers in emulation code.Jonathan Mini2002-09-231-3/+3
* Regen (linux_ptrace)Marcel Moolenaar2002-05-191-1/+1
* Implement linux_chown and linux_lchown. The fchown syscall mapsMarcel Moolenaar2001-10-161-2/+1
* Regen: Stop using linux_getpgid(). Use the native getpgid()Marcel Moolenaar2001-09-281-2/+2
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-44/+54
* Regen after adding linux_sched_get_priority_max() andAlan Cox2001-04-011-3/+3
* Re-gen auto generated files.Jonathan Lemon2001-02-161-2/+2
* o Change the argument of linux_sigreturn to be a pointer to aMarcel Moolenaar2000-11-231-1/+1
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+207
* Sync with Alpha:Marcel Moolenaar2000-11-091-207/+0
* regen after addition of linux_rt_sigreturnAndrew Gallatin2000-10-171-1/+1
* Regen. (Fix SYS_exit)Peter Wemm2000-07-291-2/+2
* Regenerate with makesyscalls.shPeter Wemm2000-07-291-2/+2
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-1/+1
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-091-1/+1
* Regen after pointing to the real setres[ug]id(). Remove dummy function.Peter Wemm2000-01-291-3/+3
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-101-2/+9
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-1/+1
* Implement linux_ustat.Marcel Moolenaar1999-11-271-1/+1
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-1/+1
* Regeneration.Luoqi Chen1999-09-221-1/+2
* Regen after Id->FreeBSDPeter Wemm1999-08-281-1/+1
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-3/+31
* Implement linux_vfork() syscall by calling vfork(). Analogous to theMarcel Moolenaar1999-08-161-1/+2
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-3/+3
* Implementation of the linux_getcwd syscall.Marcel Moolenaar1999-08-141-2/+3
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-1/+3
* Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-121-2/+2
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.Marcel Moolenaar1999-08-111-3/+3
* Commit #2 ofSøren Schmidt1998-12-301-3/+3
* The result of running make linux_sysent.c on the new syscalls.masterSøren Schmidt1998-12-221-1/+2
* The result of running make linux_sysent.c on the new syscall.master fileSøren Schmidt1998-12-211-1/+1
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+1
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-101-0/+1