summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_llseek.c
AgeCommit message (Expand)Author
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2003-01-18Merge the nathanw_sa branch.thorpej
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
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