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
/
linux
/
linux_file.c
Age
Commit message (
Expand
)
Author
2012-04-22
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
Philip Guenthe
2011-11-25
implement chown(2) in compat_linux which is needed by some antivirus software
Robert Nagy
2011-07-07
remove all the old COMPAT_43 syscalls. The option itself remains for
Ted Unangst
2010-07-26
Correct the links between threads, processes, pgrps, and sessions,
Philip Guenthe
2006-09-25
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2003-08-13
remove some copy and waste. from marius@monkey.org
Ted Unangst
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-07-03
rename some syscalls to <syscall>16 to make room for new ones.
jasoni
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
2000-09-07
common/compat_util.c
Eric Jackson
2000-07-23
Use our own pread/pwrite.
jasoni
2000-04-21
O_FYNC -> O_SYNC
Todd C. Miller
2000-04-19
Change struct file interface methods read and write to pass file offset in
Constantine Sapuntzakis
2000-04-04
Implement Linux's pread(2) and pwrite(2).
jasoni
2000-02-28
Add missing system calls as unimplemented.
jasoni
1997-11-13
put mremap() in linux_misc.c
Theo de Raadt
1997-09-05
fix F_GETLK; tron@lyssa.owl.de
Theo de Raadt
1997-07-27
mremap non-emulation; tron@lyssa.owl.de
Theo de Raadt
1997-01-27
Nevermind, I looked at it wrong.
Jason Downs
1997-01-27
As of 2.1.14, Linux chown() doesn't follow symlinks either.
Jason Downs
1996-10-16
use variable
Theo de Raadt
1996-05-22
sync
Theo de Raadt
1996-04-17
Good fixes and changes from latest Net.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt