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
/
dev
/
flash
Age
Commit message (
Expand
)
Author
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2017-11-14
Add "disk" dependency to flash to set device class to DV_DISK.
jmcneill
2017-11-13
Add support for defining partitions using a Linux-style "mtdparts" string.
jmcneill
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-09-13
GC flash_get_part_offset.
joerg
2011-08-07
Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
rmind
2011-07-29
add a function to get the size of the flash device
ahoka
2011-07-15
Add support for CFI NOR, using MPC8536DS as initial example.
cliff
2011-06-28
dont define FLASH_DEBUG in header
ahoka
2011-06-28
use proper format string
ahoka
2011-06-28
Refactor flash and nand driver, so we can reuse the io thread code
ahoka
2011-06-28
use nosize
ahoka
2011-06-12
Use %# instead of 0x%
matt
2011-04-26
remove some debug printf leftover
ahoka
2011-04-04
Fix badblock checking
ahoka
2011-03-30
Whitespace.
uebayasi
2011-02-26
Import the Flash and NAND subsytem code contributed by the University
ahoka