summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/syscalls.master
AgeCommit message (Collapse)Author
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
(but still implemented via setres[ug]id(2)). Basically this just moves them from COMPAT_43 into kern_prot.c. Also fixes a typo in my old implementation. The userland portion will follow in a few days. deraadt@ OK
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
bins. Shared osf1 libs don't work quite yet.
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1998-02-17make COMPAT_OSF1 compile againTodd C. Miller
1997-01-26We can do lchown(2) now.Jason Downs
1996-08-25route execve via compat filename translationTheo de Raadt
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt