summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file.c
AgeCommit message (Collapse)Author
1999-12-05Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)tron
work. Fixes PR kern/8945 by Dave Sainty.
1999-02-09const poisoning.christos
1998-10-07The siginfo include line is not needed here anymore.erh
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
Regen syscall files after script change.
1998-10-03Attempt to fix the mess.christos
1998-10-01Split 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
* Change reference from sys_posix_rename() to sys___posix_rename().
1997-10-20Fix the shared library versioning snafu caused by the recent changesthorpej
to the stat(2) family and msync(2). This uses a primitive function versioning scheme. This reverts the libc shared library major version from 13 to 12, and adds a few new interfaces to bring us to libc version 12.20. From Frank van der Linden <fvdl@NetBSD.ORG>.
1997-10-19Fix bogosity in mknod(2) translation.mycroft
1997-10-16check for st_nlink overflowchristos
1997-09-05Add missing preparation of F_GETLK parameters in linux_sys_fcntl(); fixes PRkleink
port-i386/4083 from Matthias Scheler <tron@lyssa.owl.de>, but vastly cleaned up as previously suggested by myself.
1997-06-27Use sys_posix_rename() instead of sys_rename() as it's the behaviour of thekleink
native implementation.
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-20Update list of Linux syscalls and implement the ones that are likely to befvdl
used and doable.
1996-04-05Prototyping changes.christos
1995-10-08Work around calling the NetBSD fcntl(F_{G,S}ETOWN) for now; it is toofvdl
restrictive to implement the Linux equivalent (and perhaps too restrictive overall).
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
prototypes into scope.
1995-09-07Fix some bugs & typing problems.fvdl
1995-08-27Add a hook for MD ioctl calls, plus a couple of more changes to makefvdl
svgalib binaries work on the i386
1995-08-14Rearrange #includes.mycroft
1995-07-24mkdir() has 2 arguments.. fixes PR 1248 (from Brad Spencer)fvdl
1995-07-03Fix totally bogus implementation of a few fcntl() calls. I think I'll gofvdl
live on a deserted island now..
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
1995-04-04Fix conversion of `type' and `whence' values in struct flock.mycroft
1995-03-05Added a few more system calls.fvdl
More consistent alternate root file semantics throughout.
1995-02-28Added Linux compat code.fvdl