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