content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/compat/linux/i386/syscalls.master
AgeCommit message (Expand)Author
1998-10-03Moved via repository copychristos
1998-10-01Move compat/linux/syscalls.master to i386. Add a few syscalls while I'm here.erh
1998-09-11Substantial signal handling changes:mycroft
1998-08-05enable nanosleep in linux emul, per pr-5906 from Soren S. Jorvangperry
1998-02-20Linux's getsid(2) does in fact return a pid, not a pointer.mycroft
1998-02-19Change a comment to reflect new makesyscalls.sh behavior.thorpej
1997-10-16ostat -> stat43christos
1997-10-15Fix a typo inherited from kern/syscalls.master.mycroft
1997-10-10Emulate mremap(2) by returning ENOMEM for now. This should be sufficient formycroft
1997-06-13Use compat_12_sys_swapon().thorpej
1997-04-07Add Linux nice() syscall.augustss