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
Age
Commit message (
Expand
)
Author
2008-08-12
Increase number of menu options to 20.
sborrill
2008-08-12
Add new accelerated driver for SPX graphics found in some VAXstations,
hans
2008-08-12
actually implement smart battery support
macallan
2008-08-12
fix an off-by-one in isochronous interval check, and streamline some
drochner
2008-08-12
fix an inconsistency in a check for invalid configuration index vs. value;
drochner
2008-08-12
Fix thinko (brain fart)
matt
2008-08-12
turnstile_block(): When an LWP puts its turnstile onto a sync object's
thorpej
2008-08-12
Deny read/write access to snapshot vnodes. We use fss(4) to read from
hannken
2008-08-12
Make it possible to control starting of threads per env variable
pooka
2008-08-11
Define _ASM_LS_CHAR as '!' on hppa.
skrll
2008-08-11
Allow the asm line separator (default ';') to be overridden in the
skrll
2008-08-11
Fix copy{in,out}str on hppa by
skrll
2008-08-11
Add polling support to ld_twe_flush().
simonb
2008-08-11
Add a flags argument to the ld(4) flush handlers, and call these with a
simonb
2008-08-11
constify
yamt
2008-08-11
make pcg_dummy const to catch bugs earlier.
yamt
2008-08-11
add some KASSERTs.
yamt
2008-08-11
fix a comment.
yamt
2008-08-11
lf_setlock: g/c dead code.
yamt
2008-08-11
sleepq_block: fix a bug to lose biglocks in the case of recursive calls.
yamt
2008-08-10
Don't forget to unload TX dmamap on failure (in !MEC_TXSTAT_SUCCESS case).
tsutsui
2008-08-10
In mec_intr() call mec_init() on errors for workaround.
tsutsui
2008-08-10
- no need to set the TXCMD_TXINT bit against the last enqueued TX packet
tsutsui
2008-08-10
Accept filters are cool, but it's not a reason to select them twice.
cube
2008-08-10
Use while(cond){} instead of for(;;){if(!cond)break;}.
tsutsui
2008-08-10
The last txdesc is now preserved, so also set IFF_OACTIVE properly.
tsutsui
2008-08-10
Specify PAGE_SIZE boundary for TX dmamaps.
tsutsui
2008-08-10
Add accept filters to GENERIC kernels where they exist.
tls
2008-08-10
Change copyright statement to NetBSD 2-clause with correct attribution.
tls
2008-08-10
- beggining -> beginning
cegger
2008-08-10
Move __BEGIN_DECLS into the same ifdef as the __END_DECLS.
martin
2008-08-10
Add accept filters per request from port-xen:
cegger
2008-08-09
as dyoung points out, %zu for size_t - not %zd.
dogcow
2008-08-08
Remove the need for the kernel option UDF_READWRITE to be able to write to
reinoud
2008-08-08
Improve a comment.
skrll
2008-08-08
Make "show uvmhist" available to all arches (not just sparc*) in ddb.
skrll
2008-08-08
Comment whitespace.
skrll
2008-08-08
Fix broken setitimer(). (Sverre Froyen)
christos
2008-08-08
'if (error = 0)' -> 'if (error == 0)'
bjs
2008-08-08
Misc cosmetics:
tsutsui
2008-08-08
Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashing
tsutsui
2008-08-08
g/c exec_map
skrll
2008-08-08
Don't create a new proc structure for kthreads (pid == 0).
pooka
2008-08-08
Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check
martin
2008-08-08
No WAPBL (ffs journaling) for memory-strapped machines.
hauke
2008-08-08
minor nit: fix header #ifndef namespacing
pooka
2008-08-08
KASSERT works better with == instead of =
pooka
2008-08-08
Make the console on com0 detection work again.
hannken
2008-08-08
Don't run off the end of the bootconf.desc[] array when printing out
simonb
2008-08-08
ttywrite: g/c an unused variable (cnt).
uebayasi
[next]