| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always install backward compatibility timezones, as they are installed | Xin LI | 2020-04-09 | 1 | -12/+1 |
| * | tzsetup: upgrade to zone1970.tab | Thomas Munro | 2019-07-17 | 1 | -0/+2 |
| * | We don't actually need env here, so drop it. All shells allow setting | Warner Losh | 2018-02-09 | 1 | -1/+1 |
| * | Avoid find -s, use find | sort instead. | Warner Losh | 2018-02-06 | 1 | -1/+6 |
| * | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
| * | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
| * | Add tests to help verify Links functionality for .../contrib/tzdata/backwards | Enji Cooper | 2017-07-06 | 1 | -0/+4 |
| * | Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as | Enji Cooper | 2017-07-06 | 1 | -2/+14 |
| * | Allow parallel installworld (-j N) and poudriere installworld | Cy Schubert | 2017-06-28 | 1 | -1/+1 |
| * | Provide visual feedback when timezone files are installed. | Edward Tomasz Napierala | 2017-06-26 | 1 | -3/+8 |
| * | Don't print all timezones during installworld. | Edward Tomasz Napierala | 2017-06-16 | 1 | -1/+1 |
| * | share: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -1/+1 |
| * | If you are going to be run individually to make a new timezone set | Julian Elischer | 2016-12-22 | 1 | -0/+2 |
| * | When you select make OLDTIMEZONES=1 then you need a few added directories | Julian Elischer | 2016-11-15 | 1 | -0/+4 |
| * | Reimplement r301944 using the correct install(1) invocation, which again | Glen Barber | 2016-06-16 | 1 | -2/+2 |
| * | Revert r301944, which apparently broke zoneinfo install during | Glen Barber | 2016-06-16 | 1 | -2/+2 |
| * | Fix zoneinfo file packaging. | Glen Barber | 2016-06-16 | 1 | -2/+2 |
| * | Rework META_TARGETS so that it automatically adds META_DEPS to the targets. | Bryan Drewery | 2016-04-14 | 1 | -2/+2 |
| * | META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE. | Bryan Drewery | 2016-03-11 | 1 | -7/+3 |
| * | DIRDEPS_BUILD: Reduce restaging here. | Bryan Drewery | 2016-03-11 | 1 | -3/+8 |
| * | DIRDEPS_BUILD: Fix building during dirdeps. | Bryan Drewery | 2016-03-11 | 1 | -0/+2 |
| * | Install share/zoneinfo in a deterministic way by sorting the results from find | Enji Cooper | 2015-10-17 | 1 | -1/+1 |
| * | Fix build when LEAPSECONDS is enabled. | Xin LI | 2015-08-22 | 1 | -1/+1 |
| * | Avoid ./ in zoneinfo entries in METALOG | Ed Maste | 2014-09-03 | 1 | -1/+1 |
| * | Fix comments on updating tzdata releases. | Sergey Kandaurov | 2014-08-27 | 1 | -3/+3 |
| * | Use find -exec to install zoneinfo instead of requiring xargs to be an | Brooks Davis | 2013-01-11 | 1 | -2/+2 |
| * | Rather than using zic to both compile and install zoneinfo files, | Brooks Davis | 2013-01-10 | 1 | -4/+31 |
| * | Officially speaking, the zoneinfo data files are contributed data. | Edwin Groothuis | 2010-02-25 | 1 | -1/+5 |
| * | Fix a installation issue with $DESTDIR. | Norikatsu Shigemura | 2010-02-11 | 1 | -1/+1 |
| * | Move comments to the beginning of the line to make it look better. | Edwin Groothuis | 2009-10-22 | 1 | -5/+5 |
| * | After the installation of the /usr/share/zoneinfo, run tzsetup if | Edwin Groothuis | 2009-10-21 | 1 | -0/+20 |
| * | update the manual on how to import and MFV new tzdata releases | Edwin Groothuis | 2008-10-14 | 1 | -6/+4 |
| * | Replace description on how to do CVS imports on this module with a | Edwin Groothuis | 2008-08-08 | 1 | -15/+19 |
| * | Describe the process of importing new zoneinfo data and updating | Edwin Groothuis | 2007-10-08 | 1 | -0/+26 |
| * | Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite. | Garrett Wollman | 2005-08-31 | 1 | -2/+2 |
| * | - Removed the .CURDIR/.OBJDIR magic, it is not necessary here. | Ruslan Ermilov | 2004-10-19 | 1 | -12/+2 |
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 1 | -1/+1 |
| * | s/${INSTALL} -c/${INSTALL} ${COPY}/ | Ruslan Ermilov | 2002-07-18 | 1 | -1/+1 |
| * | Don't create missing directories; that's the duty of mtree(8). | Ruslan Ermilov | 2001-09-11 | 1 | -4/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Don't use a dot in the chown command. Fixed some minor style bugs. | Bruce Evans | 1997-03-09 | 1 | -14/+14 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | ${COPY} -> -c. ${COPY} should never be used for installing sources since | Bruce Evans | 1996-11-29 | 1 | -2/+2 |
| * | Add missing ${COPY} to install options, zone.tab | Andrey A. Chernov | 1996-11-27 | 1 | -2/+2 |
| * | Update to the latest version from the vendor branch. These files are | Garrett Wollman | 1996-11-19 | 1 | -1/+3 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -3/+3 |
| * | Change the handling of the leapseconds so that if LEAPSECONDS isn't | Gary Palmer | 1995-11-16 | 1 | -4/+4 |
| * | Don't build Pacific Presidential Election Time; it has no legal standing, | Garrett Wollman | 1994-09-13 | 1 | -2/+2 |
| * | New method for installing timezone data files, not nearly as complicated | Garrett Wollman | 1994-09-13 | 1 | -126/+29 |