| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Approved by: kris
MFC after: 3 days
|
|
|
|
| |
Submitted by: Alexander Peresunko
|
|
|
|
|
|
|
| |
bus one is not needed) and ifdef _KERNEL added.
PR: kern/74215
MFC after: 1 day
|
| |
|
|
|
|
|
|
|
| |
corresponding documentation.
Noticed by: ru
Reviewed by: ru
|
| |
|
| |
|
|
|
|
| |
OK'ed by: core
|
| |
|
|
|
|
|
|
|
| |
for cleanup of pkg-plist files with respect to handling of the share/locale
subdirectories.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
user (for creation of the zone journal file). This is separate from the
master/ directory for security. Give an example dynamic zone in the
sample named.conf.
Approved by: dougb
Noticed by: Eivind Olsen <eivind at aminor.no>
MFC after: 1 week
|
|
|
|
| |
any fake value.
|
| |
|
|
|
|
| |
Submitted by: ache
|
|
|
|
| |
Forgotten by: dougb
|
| |
|
|
|
|
|
|
|
|
|
| |
so we'll use the more secure default till I have a chance to prove
myself wrong. :)
Add a /var/stats directory to be enabled in named.conf.
Submitted by: gshapiro
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by default when named is enabled. Also, improve our default directory
layout by creating /var/named/etc/namedb/{master|slave} directories,
and use the former for the generated localhost* files.
Rather than using pax to copy device entries, mount devfs in the
chroot directory.
There may be some corner cases where things need to be adjusted,
but overall this structure has been well tested on a production
network, and should serve the needs of the vast majority of users.
UPDATING has instructions on how to do the conversion for those
with existing configurations.
|
|
|
|
| |
defines WITH_BIND_LIBS.
|
| |
|
|
|
|
| |
only built and installed when the user defines WITH_BIND_LIBS.
|
|
|
|
|
|
| |
a BIND name server.
This file is not being used yet, but will be soon.
|
|
|
|
|
|
|
|
| |
the FILES variable one line at a time.
This should be a whitespace change only.
Reviewed by: ru
|
| |
|
|
|
|
|
|
| |
directory from mtree while we're at it.
Help, advice, and code from: ru, des
|
|
|
|
| |
layout: he meant for binaries, not configuration files.
|
|
|
|
|
|
| |
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
|
|
|
|
|
| |
Noticed by: ru
Pointy hat to: glebius
|
|
|
|
| |
Approved by: julian (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).
Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days
|
| |
|
|
|
|
|
|
|
|
| |
(This differs somewhat from the version originally submitted - any mistakes
are my own.)
PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-
|
| |
|
|
|
|
|
| |
PR: 42725
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This class is used for detecting volume labels on file systems:
UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660.
It also provide native labelization (there is no need for file system).
g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow.
g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found
where volume labels are stored and I use those offsets here,
but with this class it should be easy to do it as it should be done by
someone who know how.
Implementing volume labels detection for other file systems also should
be trivial.
New providers are created in those directories:
/dev/ufs/ (UFS1, UFS2)
/dev/msdosfs/ (FAT12, FAT16, FAT32)
/dev/iso9660/ (ISO9660)
/dev/label/ (native labels, configured with glabel(8))
Manual page cleanups and some comments inside were submitted by
Simon L. Nielsen, who was, as always, very helpful. Thanks!
|
|
|
|
|
|
|
|
|
|
|
|
| |
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.
__FreeBSD_version bump will follow.
Tested-by: (i386)LINT
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/www
[1] Semi-arbitrary cutoff, but I didn't want to add every locale directory
used by ports, because a lot are only used by one or two, and it's less
intrusive for these ports to just clean up after themselves.
MFC after: 2 days
|
|
|
|
|
|
| |
- Create needed directories.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|
|
|
|
| |
/usr/include/geom/(concat|gate)/.
|
|
|
|
|
| |
PR: 65826
Submitted by: Hye-Shik Chang
|
|
|
|
|
| |
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
|
|
|
|
| |
are unnecessary (and a bad idea).
|
|
|
|
|
|
| |
for the new UTF-8 locales.
Reminded by: ache
|