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
/
usr.bin
/
config
/
sem.c
Age
Commit message (
Expand
)
Author
2006-08-26
Now that this is part of tools, we don't need the extra build glue.
christos
2006-08-07
Check that the device is not a pseudo-device in deldev(), too (as in
cube
2006-03-29
Fix a broken conditional that confused coverity. It cannot happen, anyway.
cube
2006-03-19
Panic on an unlikely error condition. CID 177.
cube
2006-03-19
Free a nvlist used temporarily.
cube
2006-02-25
Fix some typos.
wiz
2006-02-11
Add 'no config <name>'.
cube
2005-12-18
Having explicit locators is not a sufficient condition to be able to have
cube
2005-11-07
The swap*.o files actually do need to be specified on the individual kernel
erh
2005-11-07
Remove special hack for swapnetbsd.c when generating the makefile.
erh
2005-10-12
Introduce versioning to config(1). This will allow us to provide a way to
cube
2005-10-04
- Make sure to try aliases of removed device instances when walking
cube
2005-10-04
Remove extra new line.
cube
2005-10-04
Add a flag to mark broken instances. That might happen when there is a
cube
2005-10-04
- Keep track of the file in which we find the device instance
cube
2005-10-02
Allow 'maxusers' redefinition. 'maxusers 0' will cancel the existing
cube
2005-10-01
o Keep track of negated devices in deaddevitab
cube
2005-09-30
Introduce two new statements:
cube
2005-09-30
Rework the way orphan device instances are handled. To achieve that, keep
cube
2005-08-07
- Make sure devitab is correctly handled, in case we're removing the entry
cube
2005-07-25
The devi lists in struct devbase and struct deva really should use the
cube
2005-07-25
Correct an if test.
cube
2005-07-24
Implement the long overdue syntax "no <dev> at <attachment>". We can't
cube
2005-06-05
config and genassym are not sysadmin tools, they are development tools.
thorpej