summaryrefslogtreecommitdiff
path: root/include/util.h
AgeCommit message (Expand)Author
2016-04-10Implement pidfile_lock, pidfile_read and pidfile_clean.roy
2015-09-24add kinfo_getvmmap() declchristos
2015-07-26Add ereallocarr(3) to libutilkamil
2015-01-18add estrto{i,u} (Kamil Rytarowski)christos
2013-05-02Add getbyteorder(void) prototype.matt
2012-11-04Over the years this header gained a lot of disparate functionalitychristos
2012-04-07add getdisk{raw,cooked}namechristos
2012-04-07add getfsspecnamechristos
2012-01-07strspctchristos
2011-11-13getfstypename additionchristos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-28prototype for strpctchristos
2011-08-26pw_error is documented to be deadjoerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-02-25Consistently use __printflike and __scanflike.joerg
2010-01-27retire pw_policy(3) -- it is not found useful, there are otherdrochner
2009-10-13In a furious blaze of *facepalm* / "what was i thinking?", fix thepooka
2009-09-08Add opendisk1(), which functions like opendisk(), but takes a functionpooka
2009-05-13Implement snprintb_m(3) to provide multi-line bit/bit-field decode.pgoyette
2009-01-11merge christos-time_tchristos
2007-12-14humanize_number was the only function in <util.h> that is not in libutil.christos
2007-10-30don't use u_long because it is present only with _NETBSD_SOURCEchristos
2007-09-25Add raise_default_signal(3) -- raise the default signal handler.lukem
2007-07-01add estrndup()pooka
2006-12-14moved string_to_flags and flags_to_string from ls to libutil.christos
2006-11-20getdate -> parsedatechristos
2006-11-17constify getdatechristos
2006-11-17add getdate.christos
2006-08-26Add efun(3)christos
2006-02-18Don't expose struct pw_policy and use pw_policy_t, use malloc, man-pageelad
2006-02-18Add the struct pw_policy forgotten in previous commit.elad
2005-09-14Forgot these when imported pw_policy(3).elad
2005-08-27Get rid of the #if !HAVE_NBTOOL_CONFIG_H kludge. None of host toolsuwe
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-05-15u_short -> uint16_tthorpej
2005-01-12add pw_getpwconf()christos
2004-11-19Add sockaddr_snprintf()christos
2004-08-03- Rename pw_copy() to pw_copyx(), make it return a success/failure code,thorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-12-12Add getlabelsector() and getlabeloffset() as wrappers around thescw
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-10-12add prototypes for disklabel_dkcksum() and disklabel_scan().elric
2002-09-20Add snprintb(3)christos
2002-08-15Cosmetic changes.enami
2002-08-08Add humanize_number.3 from Tomas Svensson in PR lib/15508.abs
2002-07-27add utmpx/wtmpx processing routineschristos
2002-05-22change return type of pidfile(3) to int (-1 on error), to inform calleritojun
2001-08-18Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to passad
2001-04-06add getbootfile(3)wiz