| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
various functions returning void, missing headers, and so on).
MFC after: 4 weeks (not before 7.3 is out, anyways)
|
|
|
|
| |
Add missing colon and fix broken entity.
|
| |
|
| |
|
|
|
|
|
|
|
| |
of sun4u-machines based on USIII and beyond in 7.2-RELEASE.
Reviewed by: blackend
MFC after: 3 days
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
convenient when you want to import other programs because the
libraries will not be replicated.
Given that there are no floppies around anymore, I have bumped
the fd size to 4MB (which is more than reasonable even for
embedded platforms) and gives some room for other utilities.
MFC after: 3 days
|
| |
|
| |
|
|
|
|
| |
also r188438).
|
|
|
|
|
|
|
| |
than 10 years old and do not reflect reality anymore.
Also remove some commented out entries that have no hope to
be useful anymore.
|
|
|
|
| |
of a buildworld.
|
|
|
|
|
|
| |
default to use devfs (we do that anyways)
Many small changes in comments
|
|
|
|
| |
fix the build.
|
|
|
|
|
|
|
|
|
|
| |
without root privs. This is done, among other things, replacing
the absolute paths in the symlinks with relative paths, so we
do not need to do a chroot to follow them.
Still need to update the manpage.
MFC after: 3 days
|
|
|
|
|
|
| |
when we want to print an off_t cast to intmax_t and use %jd.
Up WARNS to 6.
|
| |
|
|
|
|
|
|
|
|
|
| |
ports tree so that programs use libusb from the base by default. Thanks to
Stanislav Sedov for sorting out the ports build.
Bump __FreeBSD_version to 800069
Help and testing by: stas
|
|
|
|
|
|
|
| |
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
|
| |
|