index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
svr4
/
svr4_fcntl.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-13
More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...
Artur Grabowski
2002-02-02
Be 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 used
Artur Grabowski
2001-03-25
Don't access user space pointer directly. Thanks to dawson and team
Constantine Sapuntzakis
2000-08-23
- Simplify pread and pwrite now that we have a native implementation.
Federico G. Schwindt
2000-06-28
add creat64 and mmap64.
Federico G. Schwindt
2000-04-21
O_FYNC -> O_SYNC
Todd C. Miller
1999-10-07
- Fix stat and mknod syscalls to properly disassemble and reassemble
Brad Smith
1997-12-20
clone my F_FREESP stuff to ibcs2
Theo de Raadt
1997-12-17
improve F_FREESP; now it might work
Theo de Raadt
1997-12-17
first cut at F_FREESP; does ibcs2 need this too? This really needs testing!
Theo de Raadt
1997-08-29
write(2)'s buf arg is externally a "const void *", but interally a "char *".
kstailey
1997-08-29
patch to avoid warning while I figure out what the deal with SCARG() is.
kstailey
1997-08-29
pread(2) / pwrite(2), regen
kstailey
1997-08-29
if O_NOCTTY is supplied to open(2) do *not* aquire a controlling tty
kstailey
1997-08-07
O_ASYNC handling from NetBSD...
Niklas Hallqvist
1997-01-19
Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look
Niklas Hallqvist
1997-01-08
svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3
Niklas Hallqvist
1996-08-02
Make emulations use our native poll(2)
Niklas Hallqvist
1995-12-14
update from netbsd
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt