summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-30drop stray #endifchristos
2015-10-30revert timezone() ifdef; it is wrong (pointed out by ginsbach)christos
2015-10-30ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 andginsbach
2015-10-30Add tzgetgmtoff() prototype I forgot to commit.christos
2015-10-30Reject timezone offsets more than 12 hours (east or west).ginsbach
2015-10-29Whitespace.wiz
2015-10-29Correct typos in commentskamil
2015-10-29another lint warning for compat.christos
2015-10-29- use #defined constants (from gisbach)christos
2015-10-29new tzgetgmtoffchristos
2015-10-29PR/50380: Balazs Scheidler: strptime() returns incorrect values in tm_gmtoffchristos
2015-10-29Add tzgetgmtoff(3)christos
2015-10-29Document tzgetgmtoff(3)christos
2015-10-29Add tzgetgmtoff, delint compatchristos
2015-10-29More articles, less typos.wiz
2015-10-29Document update_panels().uwe
2015-10-29Fix typo missed by wizd(8).uwe
2015-10-28Improve wording.wiz
2015-10-28Fix whitespace.wiz
2015-10-28Fix xrefs.wiz
2015-10-28Provide descriptions of panel functions.uwe
2015-10-27Skeleton manual pages for libpanel functions. No content yet.uwe
2015-10-27Manual page for libpanel.uwe
2015-10-26First cut at ETI libpanel. Lacks man pages and tests.uwe
2015-10-26put the state back after it is used.christos
2015-10-26PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddrchristos
2015-10-26PR/50367: Stefan Schaeckeler: libc resolver library does not resolve hostchristos
2015-10-26Use strerror(3) instead of strerror_r(3) and an arbitary buffer size which co...roy
2015-10-25Don't include daemon.c in RUMPRUN=yes mode.pooka
2015-10-21Use the full buffer for the conversion; ideally we should be dynamicallychristos
2015-10-19make sure we have space for NUL and NUL terminate buffer array (Jilles Tjoelker)christos
2015-10-17Fix x/y edito.uwe
2015-10-14these are syslog-likechristos
2015-10-09Release 2015g - 2015-10-01 00:39:51 -0700christos
2015-10-07Fix the -m32 compat build for sparc64 after recent sparc/include/types.hmartin
2015-10-02PR/50295: Fix clock_nanosleep return value documentation.christos
2015-09-28Neither libproc or librtld_db require CTFchristos
2015-09-26need uvm_param.h now.christos
2015-09-25args are flipped.christos
2015-09-25use provide KERN_PROC_PATHNAME in PROC_ARGS.christos
2015-09-25Restore previous: only build libproc and librtld_db for dtrace since manychristos
2015-09-25we always build librtld_db and libproc.christos
2015-09-25librtld_db depends on libproc, so conditionalize it as wellmartin
2015-09-25libproc depends on libctf, so conditionalize it with the same conditionmartin
2015-09-24make dtrace follow libproc.christos
2015-09-24Hello lint.christos
2015-09-24Hook up libproc and librtld_db into the buildchristos
2015-09-24Add kinfo_getvmmap from FreeBSDchristos
2015-09-22- fix various leaks on errorchristos
2015-09-22be more forgiving, and don't abort on unexpected errors.christos