| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove the usbdevs and add the usbconfig.
Spotted by: hrs
Tested on: i386
|
|
|
|
| |
in by default now
|
|
|
|
|
|
| |
On passing, fix a wrong comment
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
have problems with kernels larger than 4MB.
Add a flag to avoid the /boot/loader and use the old method.
Add support for an additional makefile to perform custom manipulation
(this is not documented yet).
Add support for building an ISO image (not complete)
|
| |
|
| |
|
|
|
|
| |
This fixes no space error.
|
|
|
|
|
|
| |
commit. Sigh.
Noticed by: rdivacky
|
|
|
|
|
|
|
| |
the whole disk) isn't available any more since it was redundant. Just
use /dev/md0 instead of /dev/md0c to build the filesystem on.
Consulted-with: marcel
|
| |
|
|
|
|
|
|
| |
update copyright to 2009.
M article.sgml
|
|
|
|
|
|
| |
FreeBSD/amd64 to 64GB.
Submitted by: Matt Olander (matt@ixsystems.net)
|
|
|
|
|
|
|
|
| |
2. Ensure all &arch entities end with ';' (no effect on output).
3. Ensure all &arch lists for drivers/features are comma-separated.
PR: docs/127840 (item 2 only)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
port.
2. Increase the known working maximum memory configuration from
8gb to 32gb.
PR: docs/102148 (1)
Submitted by: Mike Meyer <mwm@mired.org> (1 - partially)
Reviewed by: hrs
Approved by: re (hrs)
MFC after: 1 minute
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,
The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.
Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:
- Kip Macy revised the locking code completely, thus completing
the last piece of the puzzle, Kip has also been conducting
active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
me maintaining that branch before the svn conversion
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
was installed from a DVD so apparently it works... :-)
Enable building DVDs for sparc64.
|
|
|
|
| |
MFC after: 3 days (modulo RE approval)
|
|
|
|
| |
Pointy hat: kensmith
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
freaks me out. But it turns out we might be able to generalize
a few of the other things RE uses to assemble the package trees
for releases if the DVDs use a naming theme close to what is used
for the CDROMS (disc1, disc2, etc). So change the name to dvd1.
Hopefully this way src/release/scripts/{package-split.py,package-trees.sh}
can be generalized instead of copied-and-hacked.
MFC after: 5 days
|
|
|
|
|
| |
Note that the malo entry doesn't suck in the hardware adapter list from the
manpage yet, as man2hwnotes.pl doesn't grok the table format.
|
| |
|
|
|
|
| |
See also: r183762
|
|
|
|
|
|
|
|
|
|
|
|
| |
or not to build a tree used for the creation of a DVD image. If that is
enabled set up a DVD tree by installing everything we normally install
to the individual CDROM trees into the one DVD tree. The result is one
image with all the install bits, livefs bits, and doc bits suitable for
burning to a DVD instead of CDROM.
Enable building the DVD for amd64 and i386.
MFC after: 1 week
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
| |
Suggested by: yongari
MFC after: 3 days
|
|
|
|
|
| |
Suggested by: stass
MFC after: 3 days (including other recent changes)
|
|
|
|
|
|
| |
markup was getting in the way when doing "real" changes.
The resulting HTML output is unchanged.
|
|
|
|
|
|
| |
This removes some vertical whitespace in the output.
This one was missed in r183620.
|
|
|
|
|
|
|
|
| |
- Add support for .Fx, just in case somebody starts using it.
- Only add the arch information to the first para per manual page.
This improves output for axe(4), and generally seems to make sense
(I hope).
- Remove an unneeded line for non-compat mode.
|
|
|
|
|
|
|
|
| |
This removes some vertical whitespace in the output.
Whitespace was intentionally not fixed in the SGML for the related
lists, to make the actual change more clear. This file is in need of
a major whitespace cleanup anyway.
|
|
|
|
| |
This fixes the build.
|
|
|
|
| |
This fixes the build.
|
|
|
|
| |
- Add 2008 to copyright years.
|
|
|
|
|
| |
- Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit
to avoid disk full.
|
|
|
|
| |
to make verify.py happy.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
complains about "Malformed numbers" while unpacking the dists and
what winds up on the disk isn't correct. Use this as an opportunity
to switch over to bsdcpio since at this point we don't even build
and install the gnu cpio by default. Note sysinstall needed to be
tweaked a bit (dropping tape block size setting) because it seems
bsdcpio doesn't do anything with block sizes, at least as far as
reading from archives goes. That wasn't really a problem since
installations from tape have been broken for a while and the rest
of sysinstall's tape support code will be removed shortly.
|
|
|
|
|
| |
Submitted by: jhb@
Reviewed by: brooks@
|
|
|
|
| |
Requested by: brooks
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mininal set of ports required to make the docs. However,
we also need ports/sysutils/cdrtools in order to make the
ISO images. When a platform doesn't have packages, the
release will fail in that case. Add ports/sysutils/cdrtools
to RELEASEPORTSMODULE for the DOMINIMALDOCPORTS case to
handle the NOPORTS release build.
Note that this change doesn't try to handle the NOPORTS with
NODOC case. For we have NOPORTSATALL set and it seems wrong
to check out a ports module in that case.
|
| |
|
| |
|