| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
pkg(8) expects this directory to exist, this allows using pkg on 8-stable.
Notes:
svn path=/stable/8/; revision=296270
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=285380
|
| |
|
|
|
|
|
| |
are built to use the new sendmail-8.15.2/cf tree.
Notes:
svn path=/stable/8/; revision=285376
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only pass ip[46].addr when _addrl contains a value
Partial MFC r204759:
Redirect stdin from /dev/null when starting a jail:
At least in RELENG_7 this fixes some start problems for some programs
from the ports. It is also more correct, as a jail shall not expect
input (interactivity) from the jail-host.
PR: 180916
Notes:
svn path=/stable/8/; revision=268168
|
| |
|
|
|
|
|
|
|
|
| |
Note that this is a direct commit to stable/8 as this file
is no longer in HEAD.
Sponsored by: DK Hostmaster A/S
Notes:
svn path=/stable/8/; revision=267434
|
| |
|
|
|
|
|
|
| |
- Include /etc/newsyslog.conf.d/* and /usr/local/etc/newsyslog.conf.d/* by
default for newsyslog(8).
Notes:
svn path=/stable/8/; revision=267115
|
| |
|
|
|
|
|
| |
built to use the new sendmail-8.14.9/cf tree.
Notes:
svn path=/stable/8/; revision=266699
|
| |
|
|
|
|
|
|
|
|
| |
Note that this is a direct commit to stable/8 as this file
is no longer in HEAD.
Sponsored by: DK Hostmaster A/S
Notes:
svn path=/stable/8/; revision=265144
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This partially merges:
r229068,r237795,r252048,r257145,r257147,r257150,r257150,r257159,r257164,
r257168,r257344,r257344,r257667,r257668,r258227,r258550,r263937,r264420
- etc/
- Bring in current pkg configuration from head
- Add /etc/pkg/ and /usr/share/keys to mtree
- share/keys
- Bring in trusted key fingerprint from head
- share/man/man7
- Document /usr/share/keys/pkg
- usr.sbin/pkg
- No longer create pkg.conf as it is deprecated in pkg(8).
- Show security warning when bootstrapping.
* This is a direct commit as the signature verification is not being
MFC'd due to being too large.
Discussed with: bapt, gjb
Notes:
svn path=/stable/8/; revision=264519
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Further refine the auth fail regex to catch more auth failures and
reduce false positives.
The committed patch was provided by Christian Marg.
PR: 91732
Submitted by: Daniel O'Connor <doconnor at gsoft.com.au>
Skye Poier <spoier at gmail.com>
Alan Amesbury <amesbury at umn.edu>
Christian Marg <marg at rz.tu-clausthal.de>
Notes:
svn path=/stable/8/; revision=263663
|
| |
|
|
|
|
|
| |
built to use the new sendmail-8.14.8/cf tree.
Notes:
svn path=/stable/8/; revision=261382
|
| |
|
|
|
|
|
|
| |
Tighten default restrictions for ntpd(8) server and provide a link
to NTP access restriction documentation.
Notes:
svn path=/stable/8/; revision=259974
|
| |
|
|
|
|
|
|
| |
MFH (r255597): add unbound user to facilitate cross-building
MFH (r256097): add missing entries to ftpusers and reorder
Notes:
svn path=/stable/8/; revision=256103
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=254034
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=252878
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Call sshd_precmd instead of sshd_configtest when the operator
requests reload or restart, which, in addition of testing the
configuration, will also generate host keys when they are not
present (previous behavior).
Obtained from: FreeNAS
Ok'ed by: bdrewery, des
Notes:
svn path=/stable/8/; revision=252478
|
| |
|
|
|
|
|
|
| |
MFC: r251368, r251382: Match the options of the kernel.
MFC: r237279: install filemon.h into /usr/include for userland consumption.
Notes:
svn path=/stable/8/; revision=251511
|
| |
|
|
|
|
|
| |
Allow perl scripts to be used in rc.d scripts
Notes:
svn path=/stable/8/; revision=251413
|
| |
|
|
|
|
|
|
|
|
| |
Run configtest before restarting so that the system is not
left without a running sshd.
Also call configtest before reload to ensure working config.
Notes:
svn path=/stable/8/; revision=250196
|
| |
|
|
|
|
|
| |
built to use the new sendmail-8.14.7/cf tree.
Notes:
svn path=/stable/8/; revision=249870
|
| |
|
|
|
|
|
|
|
|
|
| |
Add a conditional sleep 1 in case we add any IPv6 addresses to interfaces.
Do this per jail started, not per address. This will allow DAD to complete
and services to properly start. Before we have seen problems with services
trying to start before the IPv6 address was available to use and thus
erroring and failing to start.
Notes:
svn path=/stable/8/; revision=249388
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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 ATTACH notification handler in the default
devd.conf to prevent rc.d/netif from running when usbus[0-9]+ is attached.
Notes:
svn path=/stable/8/; revision=247768
|
| |
|
|
|
|
|
|
| |
Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers
in /usr/include.
Notes:
svn path=/stable/8/; revision=247567
|
| |
|
|
|
|
|
|
| |
Although ECC-based algorithms are now supported, the order of preference
has been changed so that RSA and DSA are still the preferred algorithms.
Notes:
svn path=/stable/8/; revision=247521
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
=. This makes the following syntax work:
dev.hdaa.4.nid25_config=as=1,seq=15
This is a direct commit to RELENG_8 as this file have been replaced in
-HEAD.
Submitted by: Andreas Nilsson <andrnils gmail com>
Notes:
svn path=/stable/8/; revision=247450
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't log messages saying that accounting is being disabled and enabled
if the accounting log file is atomically replaced with a new file
(such as during log rotation).
- Simplify accounting log rotation a bit. There is no need to re-run
accton(8) after renaming the new log file to it's real name.
PR: kern/167321
Notes:
svn path=/stable/8/; revision=247322
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=246599
|
| |
|
|
|
|
|
|
|
| |
Update with new IPv4 address for D root.
Approved by: delphij (mentor)
Notes:
svn path=/stable/8/; revision=245161
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=245109
|
| |
|
|
|
|
|
|
|
| |
built to use the new sendmail-8.14.6/cf tree.
While here, update DNSBL link once again.
Notes:
svn path=/stable/8/; revision=244938
|
| |
|
|
|
|
|
| |
Approved by: emaste (co-mentor)
Notes:
svn path=/stable/8/; revision=244879
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=244863
|
| |
|
|
|
|
|
| |
Regenerate usb.conf
Notes:
svn path=/stable/8/; revision=244818
|
| |
|
|
|
|
|
| |
Sync pf.os with OpenBSD.
Notes:
svn path=/stable/8/; revision=244648
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Using set -x produces output on stderr instead of stdout.
It also doesn't work with make -s.
Prefer the use of builtin make features.
PR: misc/126312
Approved by: cperciva (implicit)
Notes:
svn path=/stable/8/; revision=244070
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove hack to emulate effective uid and just use the EUID's name in the
first place. I was unaware of this option when originally committing
this change.
Approved by: cperciva (implicit)
Notes:
svn path=/stable/8/; revision=244004
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in order to ease future upgrades; the remainder of r243752 is left for
a future MFC of the OpenBSM upgrade:
Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
auditdistd (distributed audit daemon) to the build:
- Manual cross references
- Makefile for auditdistd
- rc.d script, rc.conf entrie
- New group and user for auditdistd; associated aliases, etc.
The audit trail distribution daemon provides reliable,
cryptographically protected (and sandboxed) delivery of audit tails
from live clients to audit server hosts in order to both allow
centralised analysis, and improve resilience in the event of client
compromises: clients are not permitted to change trail contents
after submission.
Submitted by: pjd
Sponsored by: The FreeBSD Foundation (auditdistd)
Notes:
svn path=/stable/8/; revision=243948
|
| |
|
|
|
|
|
|
|
| |
Allow spaces in _chroot
Approved by: hrs
Notes:
svn path=/stable/8/; revision=243755
|
| |
|
|
|
|
|
|
|
|
| |
simulate even parity on local.9600.
PR: 76226
Approved by: jhb (mentor)
Notes:
svn path=/stable/8/; revision=243625
|
| |
|
|
|
|
|
|
|
|
|
| |
Not only load pccard_ether settings, also load network settings. This
is only a problem when a /etc/rc.conf.d/network file is being used.
PR: conf/160373
Submitted by: n_hibma
Notes:
svn path=/stable/8/; revision=243087
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
10 years too late add support for "2.88MB 3.5in Extra High Density"
floppies.
Its unlikely that anyone actually uses these or cares about these
anymore, since we support other floppy types and this change doesn't
hurt - just add it.
PR: conf/40777
Arrival-Date: Fri Jul 19 08:50:02 PDT 2002
Approved by: cperciva (implicit)
Notes:
svn path=/stable/8/; revision=242809
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert the change that makes less default.
Since I've committed this I've receieved roughly an equal
amount of email thanking me for making this change
and asking me to revert it.
I've resisted making this change because
new users tend to prefer less over more
and these users are the least likely to know
how to change the PAGER on their own.
Requested by: many
Objected to: just as many
Decision made by: core
====
Change default prompt to show ~ again for the home directory
Approved by: cperciva (implicit)
Notes:
svn path=/stable/8/; revision=242642
|
| |
|
|
|
|
|
|
|
|
|
| |
The test fails with "exit 1" if /usr/games/fortune doesn't actually
exist. Fix that.
PR: conf/71994
Approved by: cperciva (implicit)
Notes:
svn path=/stable/8/; revision=242537
|
| |
|
|
|
|
|
|
|
|
|
| |
- Allow to pass extra parameters for each jails.
- To achieve above, convert jail(8) invocation to use new style
command line "-c" flag.
Thanks to: lstewart
Notes:
svn path=/stable/8/; revision=242083
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=241585
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=241459
|
| |
|
|
| |
Notes:
svn path=/stable/8/; revision=241278
|
| |
|
|
|
|
|
|
| |
There is no longer a need to abstract ${rcvar_manpage} as we are not
attempting to maintain compatibility with NetBSD for some years now.
Notes:
svn path=/stable/8/; revision=241209
|
| |
|
|
|
|
|
|
| |
The UMS module is now loaded by rules in /etc/devd/usb.conf.
Improve moused when used with USB mouse devices.
Notes:
svn path=/stable/8/; revision=241085
|
| |
|
|
|
|
|
| |
As of r232844 we no longer need the maxpoll 9 workaround.
Notes:
svn path=/stable/8/; revision=239600
|