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
/
kern
Age
Commit message (
Expand
)
Author
2000-07-23
Include "uvm/uvm_param.h" to get definition of "VM_MAX_KERNEL_BUF" as
tron
2000-07-22
Delete a couple of <uvm/uvm_extern.h> includes that were for
simonb
2000-07-22
change the lf_advlock() arguments from
jdolecek
2000-07-18
Same change in the kgdb code as was done in ddb:
jeffs
2000-07-16
Don't wait for B_READ buffers to finish in vfs_shutdown, it makes no sense
fvdl
2000-07-14
Don't use *(unsigned int *)data to get the signal number out; this will
fvdl
2000-07-14
- Fix the likely cause of the "ps(1) hangs machine" problem. Always
thorpej
2000-07-14
ANSI'ify.
thorpej
2000-07-13
Add a comment about the hzto() return value.
thorpej
2000-07-13
New hzto() function from FreeBSD and Artur Grabowski <art@stacken.kth.se>.
thorpej
2000-07-13
Add a KERN_CONSDEV sysctl that returns cn_tab->cn_dev (if cn_tab is not
simonb
2000-07-13
Correct omissions inadvertantly introduced when the non-debug
mjacob
2000-07-13
remove m_pulldown statistics code. it is highly experimental and belong
itojun
2000-07-13
modify load_file to load at relative vms'a as specified in the phdr's.
matt
2000-07-13
remove a debugging printf.
matt
2000-07-13
When select(2)/poll(2) is awakened by a collision, recalculate the
thorpej
2000-07-13
Extend the vmcmd stuff a bit. Add a flags field and define
matt
2000-07-11
Add back a failure return statement in check_header() which I accidently
kleink
2000-07-09
Comment police. s/DIAGNOSTICS/DIAGNOSTIC/
jhawk
2000-07-09
add ppsratelimit(9), which does event-per-sec rate limitation.
itojun
2000-07-09
shorten splclock() period in ratelimit().
itojun
2000-07-09
When unmounting, make sure to free the syncer vnode so that it can be reused.
mycroft
2000-07-08
Format paranoia
sommerfeld
2000-07-08
Format paranoia.
sommerfeld
2000-07-07
more extent_alloc() fixes:
mrg
2000-07-06
adjust maximum number of vnodes in vnode cache according
jdolecek
2000-07-04
change tablefull() to accept one more parameter - optional hint
jdolecek
2000-06-27
vinsheadfree -> ungetnewvnode
fvdl
2000-06-27
Add vinsheadfree, a small function to push vnodes that have just
fvdl
2000-06-27
remove include of <vm/vm.h>
mrg
2000-06-26
remove redundant vm includes.
mrg
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-25
<vm/vm_pageout.h> is already empty; kill it totally.
mrg
2000-06-24
Fix-up (#if 0'd) printf() formats.
pk
2000-06-21
Add some kernel printfs (under DEBUG) to print messages when bad things
matt
2000-06-21
Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn).
matt
2000-06-19
Correct situation where vnode was left hanging around when trying to
pooka
2000-06-16
in extent_alloc_subregion1(), check for EXTENT_ALIGN() overflow when
mrg
2000-06-16
Add #ifdef checks for SYSVMSG, SYSVSEM and SYSVSHM in more places to catch
simonb
2000-06-16
Add a KERN_MSGBUF sysctl to return the message buffer.
simonb
2000-06-15
Enable passing of the MNT_SOFTDEP flag in the mount system call.
fvdl
2000-06-13
Replace my personal attribution string ("This product includes software
cgd
2000-06-13
round the sizes of mapped text and data segments to PAGE_SIZE.
chs
2000-06-13
make sure that the size we pass to uvm_map() is a multiple of PAGESIZE.
chs
2000-06-13
In the KERN_GETPROC* handler:
simonb
2000-06-12
Fix several problems with lockf/fcntl byte range locks:
sommerfeld
2000-06-10
Fix assorted bugs around shutdown/reboot/panic time.
sommerfeld
2000-06-10
make vfs_getnewfsid only take one argument and fetch the name of the
assar
2000-06-09
PE/COFF (Win32) compatible binary support (experimental).
oki
2000-06-08
Use ltsleep().
thorpej
[next]