History log of /netbsd-current/common/lib/libutil/Makefile.inc
Revision Date Author Comments
# 1.4 13-Nov-2011 christos

Add a function to convert from a disklabel p_fstype integer to a
dkw_ptype name.


# 1.3 20-Oct-2011 christos

branches: 1.3.2;
Add a version of proc_compare that works both for kernel and userland
(and uses the same algorithm!)


# 1.2 16-Aug-2011 christos

document non-literal format string


# 1.1 16-Dec-2008 christos

share with kernel; replaces bitmask_snprintf which was very broken:
- subtracted one from len without checking if len was 0
- checked for a minimum buffer size
- arguments order was inconsistent with other printf like functions
- no way to tell if it overflowed


# 1.3.2.1 16-Apr-2012 yamt

sync with head