aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
Commit message (Expand)AuthorAgeFilesLines
* Implement linux_chown and linux_lchown. The fchown syscall mapsMarcel Moolenaar2001-10-161-2/+2
* 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-57/+81
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-231-1/+1
* Regen after adding linux_sched_get_priority_max() andAlan Cox2001-04-011-3/+3
* Re-gen auto generated files.Jonathan Lemon2001-02-161-5/+5
* 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/+218
* Sync with Alpha:Marcel Moolenaar2000-11-091-218/+0
* regen after addition of linux_rt_sigreturnAndrew Gallatin2000-10-171-2/+2
* 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-3/+3
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-091-139/+141
* Regen after pointing to the real setres[ug]id(). Remove dummy function.Peter Wemm2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-101-1/+8
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-301-2/+2
* Implement linux_ustat.Marcel Moolenaar1999-11-271-2/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-1/+1
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-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-33/+33
* Implement linux_vfork() syscall by calling vfork(). Analogous to theMarcel Moolenaar1999-08-161-2/+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-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-3/+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-2/+2
* The result of running make linux_sysent.c on the new syscall.master fileSøren Schmidt1998-12-211-2/+2
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-2/+2
* Quick and dirty support for Linux's mremap. Not used by anythingJordan K. Hubbard1998-07-101-1/+1
* Updated generated files.Bruce Evans1998-06-091-8/+1
* regeneratePeter Wemm1998-03-291-2/+22
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-0/+16
* Regenerate (fix argument of linux_nice).KATO Takenori1997-12-171-2/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aEivind Eklund1997-12-161-0/+2
* Regenerate (removed unused #includes in linux_sysent.c).Bruce Evans1997-04-091-3/+1
* Renerate (some include files were changed)Peter Wemm1997-03-291-1/+1
* update linux_times() and linux_utime() emulation,Peter Wemm1996-03-041-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-225/+161
* Add linux_mknod so that it will do mkfifo if needed...Søren Schmidt1996-01-141-42/+42
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-275/+143
* All:David Greenman1995-11-061-4/+4
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+367