summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_fcntl.h
AgeCommit message (Collapse)Author
2000-08-23- Simplify pread and pwrite now that we have a native implementation.Federico G. Schwindt
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD.
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1995-10-18initial import of NetBSD treeTheo de Raadt