summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_fcntl.c
AgeCommit message (Expand)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 f...Artur Grabowski
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
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
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
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
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
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