Author: hrs
Date: Mon Mar 4 05:46:35 2013
New Revision: 247767
URL: http://svnweb.freebsd.org/changeset/base/247767
Log:
MFC r226775:
- Add support for a "!" character in regex matching in devd(8). It inverts
the logic (true/false) of the matching.
- Add "!usbus[0-9]+" to IFNET A
Author: dteske
Date: Sun Mar 3 19:31:44 2013
New Revision: 247729
URL: http://svnweb.freebsd.org/changeset/base/247729
Log:
MFC r230520:
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised
(menus are not needed when rei
Author: dteske
Date: Sun Mar 3 19:26:05 2013
New Revision: 247728
URL: http://svnweb.freebsd.org/changeset/base/247728
Log:
MFC r230296:
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 upda
Author: dteske
Date: Sun Mar 3 19:20:30 2013
New Revision: 247727
URL: http://svnweb.freebsd.org/changeset/base/247727
Log:
MFC r230299:
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
Author: dteske
Date: Sun Mar 3 19:12:07 2013
New Revision: 247726
URL: http://svnweb.freebsd.org/changeset/base/247726
Log:
Dummy commit to show r247722 was (in addition to being an MFC for r227934), an
MFC for r227947:
calloc +1 DIALOG_LISTITEM to prevent possible wild pointer access
Author: markj
Date: Sun Mar 3 19:02:23 2013
New Revision: 247724
URL: http://svnweb.freebsd.org/changeset/base/247724
Log:
MFC r246978:
- Make sure to set an error code when trying to obtain a data descriptor for
a section of type SHT_NULL.
- Update the man page to reflect the fac
Author: dteske
Date: Sun Mar 3 18:59:59 2013
New Revision: 247722
URL: http://svnweb.freebsd.org/changeset/base/247722
Log:
MFC r227934: Port to new libdialog.
Modified:
stable/9/usr.sbin/tzsetup/Makefile
stable/9/usr.sbin/tzsetup/tzsetup.c
Modified: stable/9/usr.sbin/tzsetup/Makefile
===
Author: dteske
Date: Sun Mar 3 17:39:29 2013
New Revision: 247721
URL: http://svnweb.freebsd.org/changeset/base/247721
Log:
MFC r230005:
Use a reasonable-sized buffer when formatting error messages about
installing zoneinfo. While we're in the vicinity, add some missing
error checking