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
/
common
/
lib
/
libutil
Age
Commit message (
Expand
)
Author
2019-06-17
PR/54300: Andreas Gustafsson: Remove useless case. should fix
christos
2019-04-29
snprintb(3) says that, in the new(?) Torek format, all fields specs end with \0
kre
2019-04-27
Fix an off-by-one in the F modifier that ended up skipping the first : or =
christos
2018-11-06
add support to detect the 3 vmware GPT partition types:
mrg
2018-07-26
Avoid undefined behavior in snprintb.c
kamil
2017-10-14
doesn't work new format 'F' with a strings of length 1, or a string beginning...
ryo
2014-08-02
fix lack of '>' pointed out in PR/48517
ryo
2014-06-06
PR/48517 do not add extra '>' to string-converted value when nothing matches
shm
2013-08-08
Now that all of the macros are enclosed in "do { ... } while 0" we can
pgoyette
2013-08-08
Get the correct inttypes.h header, so this can build on !NetBSD.
agc
2013-08-08
apply some do { ... } while (0) so that macros aren't broken,
mrg
2013-08-07
The PUT* things are macros. Use { ... } to make sure they expand correctly.
pgoyette
2013-08-07
Fix boundary condition in multi-line format. When the '=' following a
pgoyette
2013-08-06
If HAVE_SNPRINTB_M is defined, then do not define the snprintb() and
apb
2013-07-09
Use "unsigned int" instead of "u_int" to make it easier to steal.
uwe
2012-04-07
fix lint comment.
christos
2012-04-07
lint knows the code is not reachable, but gcc does not.
christos
2012-01-23
also handle the separator after the F field.
christos
2012-01-23
In the new format F did not print a separator as required.
christos
2012-01-16
PR/45796: Evgeniy Ivanov minixfs3 support.
christos
2011-11-14
compile into nothing if _STANDALONE
christos
2011-11-14
add netbsd id
christos
2011-11-14
- fix boot block building (-D_STANDALONE)
christos
2011-11-13
the kernel does not have util.h
christos
2011-11-13
Add a function to convert from a disklabel p_fstype integer to a
christos
2011-10-21
Add a version of proc_compare that works both for kernel and userland
christos
2011-08-16
document non-literal format string
christos
2009-05-13
Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
pgoyette
2009-01-18
fix -Wsign-compare issues
lukem
2009-01-14
Include sys/param.h in the kernel to make the vax properly pick up
pooka
2008-12-17
We don't need this for _STANDALONE, and it needs snprintf to work.
christos
2008-12-16
share with kernel; replaces bitmask_snprintf which was very broken:
christos