#
b1abc637 |
| 19-Apr-2015 |
Eitan Adler <eadler@FreeBSD.org> |
tzsetup: remove set but unused variable - leave a comment explaining which variable it used to be
Reported by: gcc5.1
|
#
d899be7d |
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|
#
8f0ea33f |
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
#
4d56c133 |
| 21-Nov-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r274766
|
#
9268022b |
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
Revision tags: release/10.1.0 |
|
#
7e31e025 |
| 11-Nov-2014 |
Devin Teske <dteske@FreeBSD.org> |
Fix whitespace.
Thanks to: nwhitehorn
|
#
e91afc1c |
| 11-Nov-2014 |
Devin Teske <dteske@FreeBSD.org> |
Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.
Recommended by: cperciva Reviewed by: cperciva Relnotes: tzsetup and bsdconfig now assume that the "hardware" clock inside a VM is set to
Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.
Recommended by: cperciva Reviewed by: cperciva Relnotes: tzsetup and bsdconfig now assume that the "hardware" clock inside a VM is set to UTC
show more ...
|
Revision tags: release/9.3.0, release/10.0.0, release/9.2.0 |
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
a03fbc7e |
| 09-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @248093
|
#
d2dc532d |
| 04-Mar-2013 |
Devin Teske <dteske@FreeBSD.org> |
Fix VERBOSE reporting on results when removing _PATH_LOCALTIME for UTC option.
PR: bin/164976 Submitted by: dteske
|
Revision tags: release/9.1.0 |
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
9dba179d |
| 17-Feb-2012 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
IFC @231845
Sponsored by: Cisco Systems, Inc.
|
#
41b549dc |
| 08-Feb-2012 |
Garrett Wollman <wollman@FreeBSD.org> |
It's not an error if unlink(2) fails because the pathname doesn't exist.
Noticed by: kevlo Pointy hat to: wollman
|
#
3129859c |
| 25-Jan-2012 |
Ed Maste <emaste@FreeBSD.org> |
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised (menus are not needed when reinstalling a zonefile).
- Remove unnecessary re-init
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised (menus are not needed when reinstalling a zonefile).
- Remove unnecessary re-initialization of path_db.
- Update variable name and error message because we now use the zone name relative to /usr/share/zoneinfo, not the full path.
pr: bin/164041 Submitted by: Devin Teske <dteske vicor com> MFC after: 1 week
show more ...
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
da4b02cf |
| 18-Jan-2012 |
Ed Maste <emaste@FreeBSD.org> |
Fix #ifdef VERBOSE for UTC case
Update verbose output to match what actually happens when selecting the UTC option, and when the -n option is used.
Patch updated slightly for new libdialog.
PR: b
Fix #ifdef VERBOSE for UTC case
Update verbose output to match what actually happens when selecting the UTC option, and when the -n option is used.
Patch updated slightly for new libdialog.
PR: bin/164042 Submitted by: Devin Teske <dteske vicor com> MFC after: 2 weeks
show more ...
|
#
e2027608 |
| 18-Jan-2012 |
Ed Maste <emaste@FreeBSD.org> |
Don't write /var/db/zoneinfo when zone is not actually changed.
If the specified zone file does not exist or the -n flag is specified, do not update /var/db/zoneinfo.
PR: bin/164039 Submitted by:
Don't write /var/db/zoneinfo when zone is not actually changed.
If the specified zone file does not exist or the -n flag is specified, do not update /var/db/zoneinfo.
PR: bin/164039 Submitted by: Devin Teske <dteske vicor com> MFC after: 1 week
show more ...
|
#
8c261aea |
| 12-Jan-2012 |
Garrett Wollman <wollman@FreeBSD.org> |
Use a reasonable-sized buffer when formatting error messages about installing zoneinfo. While we're in the vicinity, add some missing error checking to eliminate an unhelpful error message when unli
Use a reasonable-sized buffer when formatting error messages about installing zoneinfo. While we're in the vicinity, add some missing error checking to eliminate an unhelpful error message when unlink() fails.
/me is embarrassed by the quality of his 16-year-old code. The whole thing is awful and could stand a complete rewrite.
PR: 164038 Submitted by: Devin Teske (but implemented differently)
show more ...
|
#
80dbff4e |
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
Revision tags: release/9.0.0 |
|
#
fcc050e7 |
| 01-Dec-2011 |
Max Khon <fjoe@FreeBSD.org> |
Sync xdialog_menu() implementation with sade.
|
#
8396c7de |
| 24-Nov-2011 |
Max Khon <fjoe@FreeBSD.org> |
calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access in dlg_default_listitem().
|
#
3567b2c4 |
| 24-Nov-2011 |
Max Khon <fjoe@FreeBSD.org> |
Port to new libdialog.
|