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