index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
common
/
linux_file.c
Age
Commit message (
Expand
)
Author
1999-12-05
Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)
tron
1999-02-09
const poisoning.
christos
1998-10-07
The siginfo include line is not needed here anymore.
erh
1998-10-04
Assign my copyright to TNF. Merge with others were appropriate.
fvdl
1998-10-03
Attempt to fix the mess.
christos
1998-10-01
Split compat/linux/linux_file.c into common and multi-architechture parts.
erh
1998-02-14
* Use sys___posix_{chown,fchown}() instead of sys_{chown,fchown}().
kleink
1997-10-20
Fix the shared library versioning snafu caused by the recent changes
thorpej
1997-10-19
Fix bogosity in mknod(2) translation.
mycroft
1997-10-16
check for st_nlink overflow
christos
1997-09-05
Add missing preparation of F_GETLK parameters in linux_sys_fcntl(); fixes PR
kleink
1997-06-27
Use sys_posix_rename() instead of sys_rename() as it's the behaviour of the
kleink
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-05-20
Update list of Linux syscalls and implement the ones that are likely to be
fvdl
1996-04-05
Prototyping changes.
christos
1995-10-08
Work around calling the NetBSD fcntl(F_{G,S}ETOWN) for now; it is too
fvdl
1995-10-07
Prefix names of system call implementation functions with `sys_'.
mycroft
1995-09-19
Make system calls conform to a standard prototype and bring those
thorpej
1995-09-07
Fix some bugs & typing problems.
fvdl
1995-08-27
Add a hook for MD ioctl calls, plus a couple of more changes to make
fvdl
1995-08-14
Rearrange #includes.
mycroft
1995-07-24
mkdir() has 2 arguments.. fixes PR 1248 (from Brad Spencer)
fvdl
1995-07-03
Fix totally bogus implementation of a few fcntl() calls. I think I'll go
fvdl
1995-06-24
Use compat_util.[ch].
christos
1995-06-22
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
fvdl
1995-04-04
Fix conversion of `type' and `whence' values in struct flock.
mycroft
1995-03-05
Added a few more system calls.
fvdl
1995-02-28
Added Linux compat code.
fvdl