summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_fcntl.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl ↵Artur Grabowski
functions in sys/compat are left.
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
2001-03-25Don't access user space pointer directly. Thanks to dawson and teamConstantine Sapuntzakis
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.
2000-06-28add creat64 and mmap64.Federico G. Schwindt
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD
1997-12-20clone my F_FREESP stuff to ibcs2Theo de Raadt
1997-12-17improve F_FREESP; now it might workTheo de Raadt
1997-12-17first cut at F_FREESP; does ibcs2 need this too? This really needs testing!Theo de Raadt
1997-08-29write(2)'s buf arg is externally a "const void *", but interally a "char *".kstailey
Cast around it until it gets fixed.
1997-08-29patch to avoid warning while I figure out what the deal with SCARG() is.kstailey
1997-08-29pread(2) / pwrite(2), regenkstailey
1997-08-29if O_NOCTTY is supplied to open(2) do *not* aquire a controlling ttykstailey
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-01-19Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not lookNiklas Hallqvist
there
1997-01-08svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3Niklas Hallqvist
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt