summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file.c
AgeCommit message (Expand)Author
1999-12-05Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)tron
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
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
1997-10-20Fix the shared library versioning snafu caused by the recent changesthorpej
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
1997-06-27Use sys_posix_rename() instead of sys_rename() as it's the behaviour of thekleink
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-20Update list of Linux syscalls and implement the ones that are likely to befvdl
1996-04-05Prototyping changes.christos
1995-10-08Work around calling the NetBSD fcntl(F_{G,S}ETOWN) for now; it is toofvdl
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
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
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
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
1995-04-04Fix conversion of `type' and `whence' values in struct flock.mycroft
1995-03-05Added a few more system calls.fvdl
1995-02-28Added Linux compat code.fvdl