| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
included man pages on how to use it. This code is still somewhat experimental
but has been successfully tested on a number of targets. Many thanks to
Danny for contributing this.
Approved by: re
|
|
|
|
|
|
|
| |
and it is seriously broken.
Discussed on: freebsd-arch@
Approved by: re (mux)
|
|
|
|
|
|
| |
in obscurity over in src/tools.
(Repocopied)
|
|
|
|
| |
links mount_nfs to mount_nfs4 now.
|
|
|
|
|
| |
mount_linprocfs, and mount_std from the build. They are no longer
used, and can be replaced with "mount -t fstype".
|
|
|
|
| |
it.
|
|
|
|
|
|
| |
be built only if MK_INET6 is true: it's specific to IPv6.
Pointed out by: ume
|
|
|
|
|
|
|
|
| |
It is no longer needed, because "mount -t reiserfs" calls nmount(2)
directly to mount a ReiserFS file system without the use of
this external mount program.
Approved by: dumbbell
|
|
|
|
| |
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
|
|
|
|
|
|
| |
This will allow for NFS mount of /usr over IPsec.
Discussed on: arch@
|
| |
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
| |
dhclient to the build.
|
|
|
|
| |
OpenBSD version.
|
|
|
|
|
|
| |
need. _sconfig already was there in the correct place.
Noticed by: ru@
|
| |
|
| |
|
|
|
|
| |
Spotted by: ru
|
|
|
|
| |
Approved by: mux (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove userland vinum(8) stuff.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Connect geom_stripe and geom_nop modules to the build.
- Connect STRIPE and NOP classes to the LINT build.
- Disconnect gconcat(8) from the build.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|
| |
|
|
|
|
|
|
| |
not endian agnostic and thus will create big-endian GPTs on sparc64.
This we don't support. So, before gpt(8) can be used on a big-endian
machine, it has to deal with the endianness.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
/sbin to /usr/sbin. A symlink from /sbin/nologin -> /usr/sbin/nologin
is created for compatibility purposes.
This will probably not cause any problems, but anyone who is doing
anything particularly unusual with nologin(8) or shells in general might
be well advised to check that everything still works.
Bikesheds on: cvs-all, current
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.
Approved by: bms(mentor)
|
|
|
|
| |
Approved by: scottl (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Unify the conditional assignments section so that architectural
exclusions come first, then options and !options, sorted by the
option name, also in directory order, then architecture specific
sections, sorted by the architecture name, with i386 being a
traditional exception.
Prodded by: bde
|
|
|
|
| |
Noticed by: rwatson
|
|
|
|
|
|
|
|
|
|
| |
The sconfig utility supports more than just cx boards, and those drivers
will make their way into FreeBSD shortly (maybe before 5.2).
Confirmed that this doesn't break the build.
Submitted by: Roman Kurakin <rik@cronyx.ru>
Approved by: re@ <scottl>
|
|
|
|
|
|
| |
support is enabled.
Approved by: re (scottl)
|
|
|
|
| |
Pointy hat to: brooks
|
|
|
|
|
|
|
| |
NO_TOOLCHAIN skips Compilers and Binutils
NO_USB skips USB stuff
NO_VINUM skips Vinum stuff
NO_ACPI skips ACPI stuff
|
|
|
|
| |
NOINET6 conditionals.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
They don't have alot of reason to be in sbin and contribute to library
bloat in the dynamic case. If you are using any of these filesystem
type to hold your /usr, please seek professional help.
The actual code was repo-copied by joe.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Install a link to the disklabel(8) name on i386 and alpha platforms.
Leave old disklabel(8) sources intact but disconnected from the build
for now.
|
|
|
|
|
|
|
|
| |
program allows users in the operator group to take filesystem
snapshots. Its first use will be in support of `dump -L'.
Approved by: Technical Review Board <trb@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
|