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
Age
Commit message (
Expand
)
Author
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-11-02
personality() now interprets its parameter as having
chs
2010-11-02
implement the following syscalls for linux32:
chs
2010-11-02
update linux_sys_socket() to understand the flags that are now
chs
2010-11-02
define LINUX_O_CLOEXEC.
chs
2010-09-21
implement O_DIRECTORY as standardized in POSIX-2008,
chs
2010-09-11
recent versions of linux (which we now claim to be) supply a BSD-style
chs
2010-09-11
always supply an auxiliary vector for linux ELF processes.
chs
2010-07-12
Add CLOCK_MONOTONIC support for compat linux/linux32
njoly
2010-07-07
regen
chs
2010-07-07
many changes for COMPAT_LINUX:
chs
2010-07-01
Remove pfind() and pgfind(), fix locking in various broken uses of these.
rmind
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-04-23
Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2].
joerg
2010-04-23
regen
chs
2010-04-23
add missing argument to clone(). the symptom of this was that pthread_join()
chs
2010-04-08
Do not use 0 for pointers, but NULL.
njoly
2010-04-08
Add a new clock_gettime1() function that holds most of the
njoly
2010-04-03
Move most clock_getres syscall code, except for coypout call, to a new
njoly
2010-03-29
Convert linux/linux32/netbsd32 clock_settime syscalls, to use the
njoly
2010-03-03
When implementing "read directory", when there are too many empty entries
he
2010-03-02
Nuke fs_lfs.h included for unknown reasons (if there was a reason
pooka
2010-02-09
Small typo in comment.
njoly
2010-02-03
Remove extra parenthesis. Found by cppcheck, reported by
wiz
2010-02-02
Missing printf in sys/compat/linux/arch/powerpc/linux_machdep.c
wiz
2010-01-05
Remove extra semicolon.
mbalmer
2009-12-14
Regen (new makesyscalls.sh)
matt
2009-12-14
Merge from matt-nb5-mips64
matt
2009-12-10
Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly
matt
2009-12-05
Remove the portalfs kernel file system driver. Replace mount_portal(8)
pooka
2009-11-28
Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support.
dsl
2009-11-24
Regen for personality(2) update.
njoly
2009-11-24
Update personality(2) to match Linux definition where the argument is an
njoly
2009-11-23
Use lwp_getpcb() in compat code, clean from struct user.
rmind
2009-11-18
Make compat linux/linux32 msgrcv_msgarg type member of type
njoly
2009-11-16
Make sure to never leak padding space before copyout or copyin
joerg
2009-11-13
Return the result of copyout. Reminded by Niolas Joly.
joerg
2009-11-13
Provide SIOCGIFNAME.
joerg
2009-11-11
- selcommon/pollcommon: drop redundant l argument.
rmind
2009-11-04
do_sys_wait(): fix previous by checking for ru != NULL. Noticed by
rmind
2009-10-30
Regen for struct linux_stat64 fix.
njoly
2009-10-30
stat64 syscalls require struct linux_stat64.
njoly
2009-10-25
Initialise struct emul members by name (it is readable now and one can search
rmind
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-09-20
Trying to fix build problem. Thanks to joerg's advise.
taca
2009-09-03
Use correct sched_setscheduler syscall 3rd argument type.
njoly
2009-08-28
Another one that needs <sys/exec_aout.h>.
dholland
2009-08-18
remove some "inline" from functions which are defined in a .c file
drochner
2009-08-18
more debugging for mmap
christos
2009-08-15
Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to
matt
[next]