| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
targets to be run without root privilege.
Information about ownership, group, flags, and suid bits are stored in
the file specified by METALOG which defaults to ${DESTDIR}/METALOG.
This file can be used in conjunction with bsdtar or makefs to generate
archives or file system images with correct permissions.
The packageworld target has been altered to use this metadata allowing
non-root releases (subject to further changes in release/Makefile.)
Sponsored by: DARPA, AFRL
Reviewed by: ian, ray
|
|
|
|
|
|
|
|
| |
install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK
variables.
Sponsored by: DARPA, AFRL
Reviewed by: ian, ray, rpaulo
|
|
|
|
|
|
|
|
|
| |
"ln -sfh <bar> <foo>" or the links would fail when a valid link to a
directly was in place at <foo>.
Reported by: peter
Tested by: peter
Pointy hat to: brooks
|
|
|
|
|
|
|
|
|
|
|
|
| |
refactor the link section of distrib-dirs to alwasy install to a full
path (the link contents remain relative as they should).
Eliminate the use of the "rm -r[f] <foo>; ln -s <bar> <foo>" pattern in
favor of "ln -sf <bar> <foo>". None of these links could be directories
on a system installed in the last decade.
Sponsored by: DARPA, AFRL
Reviewed by: mtree
|
|
|
|
|
|
|
|
| |
mtree in a shell loop so there is only one mtree commandline. Move the
implementation of LOCAL_MTREE into etc/Makefile.
Sponsored by: DARPA, AFRL
Reviewed by: mtree :)
|
|
|
|
|
|
|
|
|
| |
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.
MFC after: 3 days
|
|
|
|
| |
1aout manpages in 2002. Stop making the directories and links to them.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
installing. This allows things like running installworld for 10-CURRENT
on a 9.0-RELEASE system without adding extra users and groups to the
passwd and group files.
To prevent potentially risky uid/gid mismatches on systems with
non-standard local values, require that DESTDIR be set if DB_FROM_SRC is
set.
Sponsored by: DARPA, AFRL
Reviewed by: peter
|
|
|
|
|
| |
that I'd feared. Discussion is ongoing about the scope of a safer
solution.
|
|
|
|
|
|
| |
checks for missing users and groups.
Sponsored by: DARPA, AFRL
|
|
|
|
|
|
|
| |
PR: conf/117027
Reviewed by: pjd (mentor)
Approved by: hrs
MFC after: 2 weeks
|
| |
|
|
|
|
| |
Approved by: delphij (mentor)
|
|
|
|
|
|
|
|
| |
built to use the new sendmail-8.14.6/cf tree.
While here, update DNSBL link once again.
MFC after: 4 days
|
|
|
|
|
|
| |
PR: bin/174108
Obtained from: Julian H. Stacey
MFC after: 1 day
|
|
|
|
|
|
|
| |
Note that those who did installworld after r243752 should
remove wrongly created /var/dist and /var/remote.
Reviewed by: pjd
|
|
|
|
|
|
|
|
| |
managed by syslogd.
PR: conf/169973
Approved by: rstone (co-mentor)
MFC after: 1 week
|
|
|
|
| |
knob
|
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents unprivileged users to lock too much memory.
- Set memorylocked limit to 64Mb for daemon login class.
Some daemons such as amd(8) and watchdogd(8) calls mlockall(2) on
startup, they are run from init(8) which uses daemon login class.
- Set memorylocked limit to unlimited for root login class.
Suggested by: avg
Approved by: kib (mentor)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
be kept around to the 10 most recent ones.
Add UPDATING entry with info how to return to the previous behaviour (no
limits).
Obtained from: WHEEL Systems
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
provide dump directory. Eliminate this redundant argument. This changes
the usage, but the only risk here is that a warning will be printed
about directory given as device.
- Update usage of -C option.
- When clearing dump header from the given device there is also no need to
provide dump directory, although additional arguments for -c were not
documented.
- Document that -v can be used with -c and that list of devices can be given.
Obtained from: WHEEL Systems
|
|
|
|
|
|
|
| |
capability of parsing both = and : formats).
Submitted by: hrs (initial version, bugs are mine)
MFC after: 3 months
|
|
|
|
| |
Reported by: Johan Hendriks <joh.hendriks@gmail.com>
|
|
|
|
|
|
|
| |
add a handful of linux signatures from p0fv2 and some other
signatures from observation.
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The XC900M acts as a Ubiquiti XR9 (and I _think_ SR9) by default;
it uses the same 900MHz<->2.4GHz downconverter mapping.
However it has an alternative frequency mapping which squeezes in a couple
more half/quarter rate channels. Since the default HAL doesn't support
fractional tuning (sub-1MHz) in 2.4GHz mode on the AR5413/AR5414, they
implement it using a jumper.
Datasheet: http://www.xagyl.com/download/XC900M_Datasheet.pdf
Thankyou to Xagyl Communications for the XC900M NICs and Edgar Martinez
for organising the donation.
Tested:
* XC900M <-> XC900M
* Ubiquiti XR9 <-> XC900M
TODO:
* Test against SR9 and GZ901 if possible (the IEEE channel<->frequency
mapping may not match up, thanks to the slightly different channels
involved)
|
|
|
|
|
|
|
|
|
| |
first place. I was unaware of this option when originally committing
this change.
Submitted by: gcooper
Approved by: cperciva
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
| |
PR: conf/173857
Submitted by: Matt Smith <matt xtaz.co.uk>
|
|
|
|
|
| |
it was designed to avoid; the issue described in the PR was no
longer an issue anyway.
|
|
|
|
| |
PR: bin/165477
|
|
|
|
|
|
|
| |
PR: conf/99721 (based on)
Submitted by: Florian Zavatzki <f_zavatzki@blue-network.org>
Approved by: hrs
MFC after: 1 month
|
|
|
|
| |
Spotted by: zont
|
| |
|
| |
|
|
|
|
|
| |
Pointyhat to: me (for real)
Approved by: cperciva (implicit)
|
|
|
|
|
| |
Pointyhat to: me
Approved by: cperciva (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
It also doesn't work with make -s.
Prefer the use of builtin make features.
PR: misc/126312
Reported by: Nejc Skoberne <nejc@skoberne.net>
Submitted by: bdrewery
Approved by: cperciva
MFC after: 1 week
|
|
|
|
|
|
|
| |
Submitted by: crees
Reviewed by: Mike Jakubik <mike.jakubik@intertainservices.com>
Approved by: cperciva
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
is only a problem when a /etc/rc.conf.d/network file is being used.
PR: conf/160373
Submitted by: n_hibma
MFC after: 1 week
|
|
|
|
|
|
| |
keyword line to the comment block underneath.
Submitted by: Garrett Cooper <yanegomi@gmail.com>
|
|
|
|
|
| |
Submitted by: flo
Approved by: eadler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Approved by: cperciva
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Submitted by: Antti Kantee <pooka@cubical.fi>
Arrival-Date: Fri Jul 19 08:50:02 PDT 2002
Approved by: cperciva (implicit)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
exist. Fix that.
PR: conf/71994
Submitted by: Mikael Eklund <rma@ludd.ltu.se>
Reviewed by: crees
Reviewed by: jilles
Approved by: cperciva (implicit)
MFC after: 3 days
|
|
|
|
| |
PR: conf/167566
|
| |
|
|
|
|
|
|
| |
Noticed by: adj (IRC/#bsdports)
Approved by: hrs
MFC after: 1 month
|
|
|
|
|
|
|
| |
prevent rtadvd(8) from working as intended.
Spotted by: brian
Discussed with: brian
|