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