summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysent.c
Commit message (Expand)AuthorAgeFilesLines
* regen after addition of linux_rt_sigreturngallatin2000-10-171-2/+2
* Regen. (Fix SYS_exit)peter2000-07-291-2/+2
* Regenerate with makesyscalls.shpeter2000-07-291-2/+2
* Implement pread and pwrite.marcel2000-07-171-3/+3
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-139/+141
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-291-4/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-101-1/+8
* Implement linux_sigaltstack.marcel1999-11-301-2/+2
* Implement linux_ustat.marcel1999-11-271-2/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-1/+1
* sigset_t change (part 4 of 5)marcel1999-09-291-1/+1
* Regeneration.luoqi1999-09-221-1/+2
* Regen after Id->FreeBSDpeter1999-08-281-1/+1
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-33/+33
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-161-2/+2
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+3
* Implementation of the linux_getcwd syscall.marcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-141-3/+3
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-2/+2
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-111-3/+3
* Commit #2 ofsos1998-12-301-3/+3
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-221-2/+2
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-211-2/+2
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-2/+2
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-1/+1
* Updated generated files.bde1998-06-091-8/+1
* regeneratepeter1998-03-291-2/+22
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-0/+16
* Regenerate (fix argument of linux_nice).kato1997-12-171-2/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-161-0/+2
* Regenerate (removed unused #includes in linux_sysent.c).bde1997-04-091-3/+1
* Renerate (some include files were changed)peter1997-03-291-1/+1
* update linux_times() and linux_utime() emulation,peter1996-03-041-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-225/+161
* Add linux_mknod so that it will do mkfifo if needed...sos1996-01-141-42/+42
* Completed function declarations and added prototypes.bde1995-11-221-275/+143
* All:dg1995-11-061-4/+4
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+367
OpenPOWER on IntegriCloud