| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This makes it possible to use the hostres module when bsnmpd is not
running as root.
MFC after: 1 week
|
|
|
|
|
|
| |
if syslogd's -P switch or a syslogd alternative is being used.
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
|
| |
a bug caused by r209235 where entering a number of blocks after
previously entering a size in MB/GB would result in the size of the
previous partition being used.
PR: bin/148266
Submitted by: jpaetzel
Approved by: rrs (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of the traditional simple counter.
Using the time-stamp based file-names, once a log file is archived, it
will not change name until it is deleted. This means that many backup
systems will only perform one backup of the archived log file, instead
for performing a new backup of the logfile upon each logfile rotation.
This implementation is separate from the patches in the mentioned PR,
as I wasn't aware of the existence of the PR until after I had
implemented the same functionality as the patches in the PR provide.
Unlike the PR, this new code does honor the 'log count' in
newsyslog.conf so old logfiles are deleted. This new code does not
currently support never deleting the archived logfiles.
PR: bin/29363
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
While I'm there also add a 'static' keyword for a function to make it
consistent with prototype.
Reviewed by: phk
MFC after: 3 months
|
|
|
|
| |
Submitted by: Andreas Tobler
|
|
|
|
|
|
|
| |
- Fixed segmentation fault when an invalid network interface was given.
- More helpful message in case of wrong PIN number.
Submitted by: Fredrik Lindberg
|
|
|
|
|
| |
Submitted by: zack.kirsch at isilon.com
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
find them [1]
- While here, also add a missing Spanish entry
PR: bin/67365 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
Approved by: delphij (mentor)
|
|
|
|
| |
Approved by: imp (mentor)
|
|
|
|
|
|
|
|
| |
and installing via such devices from sysinstall.
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 month
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
from the PR, but the version numbers reflect the newer ones from
http://security.freebsd.org/#sup
PR: docs/145227
Submitted by: Glen Barber (glen dot j dot barber at gmail dot com)
Reviewed by: cperciva
Mentored by: jkois
MFC after: 1 week
|
|
|
|
|
| |
PR: 148584
Submitted by: John Hixon
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Passing -m to config will now print the MACHINE and MACHINE_ARCH
given in the passed kernel configuration file and then exit.
- If an option is defined in options.MACHINE with the same name as the
architecture of the kernel being configured, that option will be
considered set. This allows conditional compilation based on CPU
architecture.
Config version is now 600010.
Reviewed by: imp
|
|
|
|
|
|
| |
PR: docs/148499
Submitted by: Warren Block
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
| |
to inflate, skip the rest of the fifolog reader code to avoid
hitting the assert about Z_OK a bit further down.
Approved by: phk
MFC after: 1 week
|
|
|
|
| |
Approved by: cperciva (mentor)
|
|
|
|
|
|
| |
Call "0" a name because zero is used to indicate no specified jid.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
and broken for a number of years. freebsd-update now provides a reasonable
way to handle upgrades, so keeping this functionality in sysinstall only
serves to mislead users.
Approved by: cperciva (mentor)
|
|
|
|
|
| |
Approved by: cperciva (mentor)
MFC after: 3 weeks
|
|
|
|
|
|
|
| |
usage.
Approved by: cperciva (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump / to 1GB, /var to 4GB and /tmp to 1GB.
A 512MB root partition is now too small to hold two kernels, so to
prevent installkernel failing 1GB is a better default. Likewise,
applications are storing more data in /var so 4GB is more reasonable
on a modern machine.
The previous minimum partition sizes were too small to hold a minimal
installation, and have been adjusted accordingly.
Discussed with: rwatson, simon
Approved by: rrs (mentor)
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
| |
1. Change detect-vmware to detect-emulation
2. improve laptop detection
3. better, network descriptions
|
|
|
|
|
|
|
| |
only have a single video console driver.
Approved by: rrs (mentor)
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
| |
violations.
- Use SIOCGIFMEDIA to determine VAP's opmode, cache it and set
IEEE80211_KEY_NOREPLAY for AHDEMO and IBSS.
Approved by: rpaulo (mentor)
|
|
|
|
|
| |
subdirectories of pc-sysinstall. Back out explicit setting in
pc-sysinstall/pc-sysinstall/Makefile.
|
|
|
|
|
|
|
| |
installation information. Export architecture to install.
PR: 148184
Submitted by: John Hixson
|
|
|
|
| |
Submitted by: delphij@
|
|
|
|
|
|
| |
data files in the backend* trees.
Submitted by: John Hixon
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shell script is the back end logic necessary for an installer. It
contains both query routines to allow a front-end installer to present
reasonable choices to the user and also action routines which allow
the front end installer to put a FreeBSD distribution onto a disk. It
supports installing onto the usual suspects, as well as advanced
features like Mirroring, ZFS, Encryprion and GPT labels.
While this is only the back-end of the installer, it can do unattended
scripted installations. In PC-BSD's world view, all installations are
scripted and all the front-end does is write the script. As such, it
is useful in its own right.
This has been extensively tested over the past several releases of
PC-BSD. However, differences between that environment and FreeBSD
suggest there will be a period of shake-out while those differences
are discovered and corrected.
A text-based front-end is in the works. For the GUI-based front-end,
you can use the PC-BSD distribution.
Kris' BSDcan paper on pc-sysinstall is linked off his talk on the
BSDcan site:
http://www.bsdcan.org/2010/schedule/events/173.en.html
The man page is written by Josh Paetzel, and I wrote the Makefiles for
the FreeBSD integration. Kris wrote the rest.
This represents version r7010 in the PC-BSD repo.
http://svn.pcbsd.org/pcbsd/current/pc-sysinstall
Submitted by: kris@
Sponsored by: iX Systems
|
|
|
|
|
|
|
| |
variable.
Approved by: cperciva (mentor)
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
returned from open() and quit.
PR: bin/81035
Submitted by: Peter Schuller <peter.schuller at infidyne.com>
Approved by: rrs (mentor)
|
|
|
|
|
|
|
|
|
| |
extract distributions once. If a distribution fails to fetch/extract
and the user doesn't want to retry, abort the installation.
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 month
|
|
|
|
|
|
|
|
|
|
|
| |
a getty on the serial port so that it's possible to login when the system is
rebooted.
PR: bin/23098
Submitted by: Doug Ambrisko <ambrisko at whistle.com>
Reviewed by: randi
Approved by: rrs (mentor)
MFC after: 1 month
|
|
|
|
| |
Approved by: cperciva (mentor)
|
|
|
|
|
| |
PR: bin/147572
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
the "aux" value in libdialog is really an opaque pointer, but libdialog
stores it as a long for historical reasons.
Approved by: cperciva (mentor)
|
|
|
|
|
|
| |
error out early.
Found by: clang static analyzer
|
|
|
|
| |
Found by: clang static analyzer
|
|
|
|
|
|
|
|
|
|
|
| |
volumes in excess of 2TB. Document workaround via geom or zfs
Modified submitter's original patch to reference why this is broken and what to do to work around the issue.
Submitted by: hubert@tournier.org
PR: bin/147572
Reviewed by: jhb
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Don't strdup the name when calling deviceRegister because the string is
copied within new_device.
* Use a subtype of 165, not 3, when creating a slice in noninteractive
mode.
PR: bin/135333
PR: bin/66350
Approved by: rrs (mentor)
MFC after: 1 month
|
|
|
|
|
|
|
| |
reading current frequency on every period. Instead do it only after
changing and periodically from time to time if somebody else change it.
Also dynamically decrease sampling frequency up to 4 times on inactivity,
|