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.sbin
/
makefs
/
cd9660
Age
Commit message (
Expand
)
Author
2006-04-22
Coverity CID 548: Fix resource leak.
christos
2006-04-22
Coverity CID 550: Resource leak.
christos
2006-03-23
Coverity CID 2757: Don't leak memory in error conditions.
riz
2006-02-01
Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8).
dyoung
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-10-31
Oops, condition another printf on verbose_level > 0.
dyoung
2005-10-31
Condition several cd9660 printfs on verbose_level > 0. Silences
dyoung
2005-10-31
Remove the cd9660_inode hashtable for hard-links support, and re-use
dyoung
2005-10-30
Add hard-link support: keep a hashtable that maps inodes for
dyoung
2005-10-30
Normalize {err,warn}{,x} uses.
dyoung
2005-10-30
Now that I understand what order boot-images and boot-entries are
dyoung
2005-10-30
Bug fix: record the actual number number of 512-byte "virtual"
dyoung
2005-10-30
Cosmetic: add temporary variables for lengthy, repeated clauses
dyoung
2005-10-30
Remove invisible whitespace at ends of lines that disrupted my
dyoung
2005-10-28
Correct strcmp(3) usage (expect equal -> 0).
dyoung
2005-10-28
Use LIST_ macros instead of accessing list structure members lh_first
dyoung
2005-10-25
Overhaul makefs -t cd9660.
dyoung
2005-08-19
Change from malloc/strcpy idiom to strdup.
dyoung
2005-08-13
cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,
fvdl