summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
Commit message (Expand)AuthorAgeFilesLines
* Regen after addition of linux_nosys handler.sobomax2005-03-071-1/+5
* Regen.dfr2004-09-061-1/+14
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-241-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-281-4/+0
* Regenerate.jhb2004-03-151-1/+1
* Regen.jhb2004-02-041-1/+1
* Regen (should be a NOP except for rcsid changes)peter2003-12-231-1/+1
* Pull latest changes from OpenBSD:sobomax2003-11-161-0/+52
* Regen.jhb2003-11-071-1/+5
* Regen from syscalls.master 1.50.tjr2003-02-201-1/+1
* Regen from syscalls.master 1.49.tjr2003-02-161-2/+8
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-5/+0
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-0/+5
* Regen (linux_ptrace)marcel2002-05-191-2/+5
* Remove __P.alfred2002-03-201-153/+153
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-13/+7
* Regen: Stop using linux_getpgid(). Use the native getpgid()marcel2001-09-281-5/+1
* KSE Milestone 2julian2001-09-121-155/+157
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-398/+496
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-231-1/+1
* Regen after adding linux_sched_get_priority_max() andalc2001-04-011-1/+9
* Re-gen auto generated files.jlemon2001-02-161-4/+15
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-2/+2
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+694
* Sync with Alpha:marcel2000-11-091-694/+0
* regen after addition of linux_rt_sigreturngallatin2000-10-171-2/+2
* Regen. (Fix SYS_exit)peter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-291-1/+1
* Implement pread and pwrite.marcel2000-07-171-3/+9
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-1/+1
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-291-12/+4
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-101-1/+31
* Implement linux_sigaltstack.marcel1999-11-301-2/+3
* Implement linux_ustat.marcel1999-11-271-2/+3
* 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-13/+14
* Regeneration.luoqi1999-09-221-4/+5
* 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-8/+126
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-161-1/+5
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-1/+11
* Implementation of the linux_getcwd syscall.marcel1999-08-141-1/+6
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-141-1/+15
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-1/+6
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-111-1/+11
* Commit #2 ofsos1998-12-301-1/+11
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-221-1/+1
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-211-1/+1
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-2/+3
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-0/+7
OpenPOWER on IntegriCloud