| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
sysinstall(8) can load KLDs.
Minor markup additions.
|
|
|
|
| |
No other whitespace, markup, or content changes.
|
|
|
|
|
|
|
|
| |
ordering on release notes items, in an attempt to bring some order
to a huge mess. This commit covers the top-level "Userland"
section.
No other content, markup, or whitespace changes.
|
|
|
|
| |
get committed along with its accompanying hardware note entry.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
in interface statistics. Most useful when used with the -w flag e.g.
ns -i -w 1 -d
|
| |
|
|
|
|
| |
Discussed with: Ollivier Robert <roberto@ns2.freenix.org>
|
|
|
|
| |
MFC noted: tcsh 6.11.
|
| |
|
|
|
|
|
|
|
|
| |
files to use 5.x syntax (I hope..)
Note: I suppose one might need to hack the hints file as well?
Submitted by: Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
|
|
|
|
|
|
| |
regenerating them.
Make the script handle relative paths for the source directory.
|
|
|
|
| |
Add a couple of diagnostic messages.
|
|
|
|
| |
exported via sysctl.
|
| |
|
| |
|
|
|
|
|
| |
MFCs noted: wall(1) -g, route(8) indirect routes, route(8) net/bits
syntax, route(8) proxy only published ARP entries.
|
| |
|
|
|
|
| |
Use entity for agp(4) driver.
|
|
|
|
|
|
|
|
| |
bit, and fix up the upgrading section. While I'm here, delete some
of the SGML comments that were left-over from merging the source
files.
MFC after: 1 day
|
|
|
|
| |
MFCs noted: KVA_SPACE, ping(8) -A, fmt(1) rewrite.
|
|
|
|
|
|
| |
where it goes for most other documents.
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
|
| |
notes document. Basically, I've moved the contents of common/
{artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate
$FreeBSD$ markers, and adjusted the various references to these files.
No other whitespace or content changes.
This change will make it easier to do some minor restructuring.
MFC after: 1 day
|
|
|
|
|
|
|
| |
folded into the Handbook. Point readers in the right direction and
do a little touchup on the text in this section.
MFC after: 1 day
|
|
|
|
|
|
| |
the FAQ and Handbook).
MFC after: 1 day
|
|
|
|
| |
addresses, invoke them from /etc/rc
|
| |
|
|
|
|
|
|
| |
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
|
|
|
|
|
|
| |
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
|
|
|
|
| |
1.145 -> 1.149 relnotes/common/new.sgml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the user's perspective:
* everything is now built outside the source tree (more precisely,
in `pwd`/builddir-${name}/ ) except for the kernel config file(s)
which still need to be copied into src/sys/i386/conf because of
"config" limitations. I am not sure if there is an easy way
to get away from this without changing "config" or replicating
some part of the source tree.
This is really the only change that most users should worry about,
but it is a good one.
* if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ")
then the libraries and include directories etc. are searched/created
in "somedir/usr" ;
* you can do most things (basically build the kernel and the crunched
binary and the filesystem trees) without root privileges. You need
privileges to use mdconfig/vnconfig to create the actual MFS and
floppy image, unfortunately.
* the -v option now prints some diagnostic but does not stop for
user input at each step. You need to specify -v -v to have the
old behaviour.
Internally, the script has been reshuffled quite a bit to support
the above features. Many shell variables have been renamed or
made local in an effort to avoid undesired side effects. There is
a somewhat better error handling in case something goes wrong.
|
|
|
|
|
|
| |
tree. Unfortunately the latter cannot be completely readonly, because
"config" still depends on the kernel config file being in sys/${ARCH}/conf
(it seems to derive other pathnames from that one).
|
|
|
|
|
|
| |
section. Move release notes for tunneling-type drivers from network
protocol section to NICs section for consistency (tap(4) release notes
were combined).
|
|
|
|
|
| |
documenting OpenSSH version updates in -CURRENT and coalesce them into
a single item.
|
|
|
|
|
|
|
| |
rwatson).
Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA
keys.
|
|
|
|
|
|
| |
devices in /dev, UUCP moved to ports.
MFCs noted: bge(4).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This version is basically the same one as login.c 1.67, and does
not require the use of PAM.
|
|
|
|
| |
Submitted by: Robert Reid <robreid@cse.unsw.edu.au>
|
| |
|
|
|
|
|
|
| |
MAC addresses are generated for those interfaces, but as long
as the entry is next to the bottom of the list the chance of
conflicts is low.
|
| |
|
|
|
|
| |
kernel in an attempt to get release builds working again.
|
|
|
|
| |
Submitted by: René Luria <rene@luria.ch>
|
|
|
|
|
|
|
|
|
|
| |
before parsing the command line.
Move code to build include and libraries in a separate function,
so we can use the verbose flag for that.
Chang ownership of some directories so more of the build process
(namely, builds of include and libs) can be run without root
permission (we still depend on root permission to mount a memory
filesystem).
|
|
|
|
|
|
|
| |
cloning, lpd(8) o-type print-file actions, edquota(8) -f, libgmp
superceded by libmp.
MFCs noted: OpenSSH 2.9.
|