summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
AgeCommit message (Expand)Author
2018-04-04Document opendisk1() - it has been around long enough.kre
2017-04-01Add man page links for:abhinav
2016-12-29Make this portable to other OSschristos
2016-04-10Implement pidfile_lock, pidfile_read and pidfile_clean.roy
2015-09-24Add kinfo_getvmmap from FreeBSDchristos
2015-07-26Add ereallocarr(3) to libutilkamil
2015-01-18add estro{i,u} (Kamil Rytarowski)christos
2013-06-20document login_getpwclass(3)christos
2013-05-02Add getbyteorder() call.matt
2012-04-07- add getdiskrawname.christos
2012-04-07add getfsspecnamechristos
2012-03-21These directories default to WARNS?=5matt
2012-01-07- add strspctchristos
2011-11-13add manual pagechristos
2011-10-21Add proc_comparechristos
2011-10-21Don't use = to assing SRCS, but += so that we can remove snprintb.c,christos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-29Build libutil(3) as a link to util(3).jruoho
2011-08-28add strpct, requested by joergchristos
2010-01-27retire pw_policy(3) -- it is not found useful, there are otherdrochner
2009-06-20add a link to pw_copyx; from anon ymouschristos
2009-05-13Implement snprintb_m(3) to provide multi-line bit/bit-field decode.pgoyette
2009-01-18WARNS=4lukem
2009-01-11merge christos-time_tchristos
2008-12-26document pw_getpwconf.christos
2008-12-16move snprintb to commonchristos
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-20rename getdate to parsedate to avoid conflict with posix functionchristos
2006-11-17add getdate.christos
2006-10-20include ecalloc() from our anonymous user.christos
2006-08-26Add efun(3)christos
2005-09-14Add pw_policy.3.elad
2005-09-14Introduce pw_policy(3), an easily extendable way of defining passwordelad
2004-12-11WARNS=3; fix cast-qual issues.christos
2004-11-20Add a manual page.christos
2004-11-19Add sockaddr_snprintf; XXX: Needs a man page.christos
2004-11-11Add if_media.c, functions for converting media to/from strings.dsl
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
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-12Added two functions disklabel_dkcksum() and disklabel_scan() to libutilelric
2002-09-27put utmpx/wtmpx routines to separate files, so that programs overriding thejdolecek
2002-09-27Add documentation for utmpx and some related functions.wiz
2002-09-20Add snprintb(3) inspired from bitmask_snprintf(9), but made to look likechristos
2002-08-22Move humanize_number(3) from libutil to libc as per discussion on tech-miscabs
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-08-08Add humanize_number.3 from Tomas Svensson in PR lib/15508.abs