summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2016-06-07Fix typo. Sort errors.wiz
2016-06-06PR/51216: Instead of trying to open files in the current workingchristos
2016-06-01Use NULL instead of 0.christos
2016-05-03Make relative date changes ("+ 2 months") etc, work a little more sanely.kre
2016-04-12Removed botched debug left over.roy
2016-04-12Fix pidfile location path rules to match prior version.roy
2016-04-11Add serial commas. Fix minus. Sort SEE ALSO. Fix xref.wiz
2016-04-11Bump libutil for new pidfile functions.roy
2016-04-10Implement pidfile_lock, pidfile_read and pidfile_clean.roy
2016-04-06pretty-print link addresses.christos
2016-01-25prefer <sys/cpu.h> instead of <machine/cpu.h>christos
2016-01-23unsigned -> unsigned intwiz
2016-01-23Update synopses to match u_int/u_long/etc. changes. Do not bump date asdholland
2015-12-31When computing relative months, use mktime() directly and don't calldholland
2015-12-31Always use localtime_r; I don't think any of this code is trippingdholland
2015-12-31Reformat grammar part according to my standards for yacc grammars.dholland
2015-12-10Markup improvements.wiz
2015-12-08more changes I forgot to commitchristos
2015-12-08preserve a copy of the tm so we can check later.christos
2015-12-07- Add support for "midnight" "noon", dawn etc.christos
2015-12-06Fix west australia offset, from krechristos
2015-11-26Sort sections. Mark up NULL. End Bl with El.wiz
2015-11-26Fix documentation inconsistencies, and add some clarifications (from kre)christos
2015-11-26Patch from kre:christos
2015-10-29Correct typos in commentskamil
2015-09-26need uvm_param.h now.christos
2015-09-24Hello lint.christos
2015-09-24Add kinfo_getvmmap from FreeBSDchristos
2015-07-26Bump date for recent changeskamil
2015-07-26Sync parameter name with efun.ckamil
2015-07-26Bump shlib minor for new function: ereallocarr(3)kamil
2015-07-26Add ereallocarr(3) to libutilkamil
2015-07-11Clean-up resources (sys/sys/resource.h) usagekamil
2015-06-13grammar patroldholland
2015-01-22s/basename/bname/christos
2015-01-22- not all asprintfs return -1 *and* set buf = NULL, check explicitly.christos
2015-01-18add estro{i,u} (Kamil Rytarowski)christos
2014-10-08Drop trailing whitespace.wiz
2014-10-08Improved handling of local times.apb
2014-10-08The tzoff argument is in minutes (behind/west of UTC), not seconds.apb
2014-10-08Add a new non-terminal "time_numericzone" for a time withapb
2014-10-08A time like HH:MM:SS.sss says nothing about whether DST is on or off.apb
2014-10-07Document that years in ISO 8601 dates are taken literally.apb
2014-10-07Some years don't need the "maybe add 1900 or 2000" adjustmentapb
2014-09-29toolify opendiskchristos
2014-09-17KNF, sign cast.christos
2014-09-12use the passed parameter instead of PATH_MAX. Change signednessmlelstv
2014-09-12- use a private buffer to resolve symlinks, the previous code was brokenmlelstv
2014-08-18fix param namechristos
2014-05-25In COMPAT_DKWEDGE, attempt to open the label as specified in the NAME= entry.christos