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
/
arch
/
usermode
Age
Commit message (
Expand
)
Author
2014-01-04
Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
dsl
2013-11-11
implement md_get_pc and md_set_pc
jmcneill
2013-11-10
use MACHINE_CPU instead of MACHINE_ARCH
jmcneill
2013-11-10
usermode arm md stub
jmcneill
2013-11-10
arm support for syscallemu, not tested
jmcneill
2013-11-10
support building on arm
jmcneill
2013-11-10
define _KMEMUSER before including machine/vmparam.h
jmcneill
2013-11-10
use MACHINE_CPU instead of uname -p; create symlink for arm headers
jmcneill
2013-06-26
Use sy_invoke
matt
2013-05-22
Including missing include file <sys/ioctl.h> that broke compilation.
reinoud
2013-03-06
fix include dir
yamt
2012-10-17
Add "options COMPAT_60" to all kernel configuration files
apb
2012-08-17
Ensure all WSDISPLAY_COMPAT_USL entries have same comment
abs
2012-08-04
Fix IO lockups in NetBSD/usermode.
reinoud
2012-07-29
Do not call setroot() from MD code and from MI code, which has
mlelstv
2012-07-28
Remove declartions of physmem
matt
2012-07-24
Adding an assert that checks for struct pmap_l2 not being bigger than
reinoud
2012-07-03
no home-brewed NETBSDSRCDIR please (fix the build)
christos
2012-07-02
Fix missing <stdarg.h> include that breaks the autobuild
reinoud
2012-06-30
Move i386 and amd64 usermode configurations to their respective directories
reinoud
2012-06-25
Implement dummy `cpu_mcontext_validate' to make it compile again. This
reinoud
2012-03-03
Use the signal's signo instead of just returning SIGSEGV and add a comment
reinoud
2012-03-03
Implement signal forwarding to userland for usermode kernels. Especially
reinoud
2012-03-02
Move from pool(9) to kmem_zalloc(9) for L2 page tables. A pool with PAGE_SIZE
reinoud
2012-02-15
Prevent recursive IO signals. This prevents crashes when pieces of text are
reinoud
2012-02-13
Add cpu_spawn_return() as per other archs to make it compile. No tests done
reinoud
2012-02-08
Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the results are
reinoud
2012-02-05
regen
reinoud
2012-02-05
With the recent kmem changes, remove the `unlimited' maximum setting of
reinoud
2012-02-05
regen
reinoud
2012-02-04
Bump UPAGES effectively bumping per-process (system) stack i.e. the stack on
reinoud
2012-02-02
spl_intr() is not defined anymore so remove from the header file
reinoud
2012-02-02
Regen
reinoud
2012-02-02
Add cdefs.h to usermode's genheaders.sh
reinoud
2012-01-23
No need to explicitly use thunkbus at this place. thunkbus == mainbus on
reinoud
2012-01-22
Fix compilation issue for target amd64.
reinoud
2012-01-21
Complete rewrite of the signal and spl framework for NetBSD/usermode
reinoud
2012-01-21
Add extra kasserts to make sure we dont derive paramters from zero ucp's
reinoud
2012-01-21
Add the complement to sigemptyset(), sigfillset()!
reinoud
2012-01-19
My fault, forgot that cpu_need_resched() is indeed already declared as a func...
reinoud
2012-01-19
Add macro cpu_need_resched
reinoud
2012-01-18
Create an atomic switchto() that has SIGALRM and SIGIO signals blocked that
reinoud
2012-01-18
Another step towards unification of the signal handers: separate the printing
reinoud
2012-01-17
Do init the astpending variable.
reinoud
2012-01-17
Clean up userret/ast handling. Now called ONLY when its 100% clear that it is
reinoud
2012-01-15
close file descriptors at shutdown
jmcneill
2012-01-15
sync disks and unmount at shutdown, and run shutdownhooks + pmf shutdown
jmcneill
2012-01-15
if syscallemu returns -1 and sets errno = EACCES, it means it's already
jmcneill
2012-01-15
don't modify command-line parameters
jmcneill
2012-01-15
allow specifing the root device with 'root=ldN' parameter
jmcneill
[next]