ceri
ebbb79756a
Bump .Dd for r1.63; fix small nit from the same.
2007-12-10 12:03:23 +00:00
ceri
d97121c256
Language nit.
2007-12-10 12:01:27 +00:00
phk
4b233f446d
Add a bit more detailed description about a configuration
...
file format and about using NAT "instances".
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
2007-12-10 07:50:07 +00:00
sam
08954540f8
Wake On Lan (WOL) infrastructure
...
Submitted by: Stefan Sperling <stsp@stsp.name>
Reviewed by: brooks
2007-12-10 02:31:00 +00:00
delphij
3382d2b4e5
Reduce diff against RELENG_7.
...
Obtained from: The FreeBSD Simplified Chinese Project
2007-12-09 23:37:10 +00:00
marcel
9bdadf99de
Allow bsdlabel to operate on labels that have at most 26 partitions
...
by virtue of there not being any (lower-case) letters avaliable for
more partitions.
2007-12-09 22:58:49 +00:00
marcel
2f8a94b8fe
Decode as many or as few partition entries as the label claims there
...
are. We have already checked it against the caller provided maxpart.
2007-12-09 22:44:22 +00:00
marcel
3d56eaad5f
Fix a bug in the add verb, where we failed to keep the list
...
of partitions in index-order. This is assumed by the APM, MBR
and BSD partitioning schemes.
2007-12-09 22:26:42 +00:00
dougb
bfede6d7d4
Commit the regenerated page that includes the WITHOUT_INSTALLLIB knob.
2007-12-09 21:57:27 +00:00
dougb
8610f79279
Add a reasonable-sounding description of the WITHOUT_INSTALLLIB knob.
2007-12-09 21:56:21 +00:00
alc
fed3c18cd6
Eliminate compilation warnings due to the use of non-static inlines
...
through the introduction and use of the __gnu89_inline attribute.
Submitted by: bde (i386)
MFC after: 3 days
2007-12-09 21:00:36 +00:00
das
ec6292aa68
Remove some test instrumentation. (The Symbol.map changes broke it anyway.)
2007-12-09 21:00:12 +00:00
das
2f1b111f90
Fixes to avoid overzealous constant folding.
2007-12-09 20:56:08 +00:00
thompsa
228f20a1fe
Fix spelling.
...
Obtained from: OpenBSD
2007-12-09 20:47:12 +00:00
das
faeb9466cb
gcc 4 does some overzealous constant folding, and since it doesn't
...
support FENV_ACCESS, that was causing this test to fail. Use a volatile
to avoid the constant folding.
2007-12-09 20:16:48 +00:00
thompsa
8b2f43475d
sc->ndis_tq variable is only initialized when a driver module is for wireless
...
NICs.
PR: kern/118439
Submitted by: Weongyo Jeong
2007-12-09 20:14:01 +00:00
das
0ae05e01f7
Fix handling of subnormals on i386/ia64/amd64.
...
PR: 85080
2007-12-09 19:48:57 +00:00
scottl
9a48b755d2
Fix an incorrect FreeBSD version test.
2007-12-09 19:24:27 +00:00
scottl
7f4a636cb7
Modify locking so that a single version of the driver src can be used on 6.x
...
and beyond.
2007-12-09 19:22:25 +00:00
marius
ef6adb6dc2
Allow the targeted CPU type to be set via -mcpu instead of
...
limiting to the hardcoded equivalent of -mcpu=ultrasparc.
PR: 109510
MFC after: 3 months
2007-12-09 17:41:47 +00:00
rwatson
cce7cfdaf5
Check for P_WEXIT before PHOLD() on a process in kstack and vm query
...
sysctls, as PHOLD() asserts !P_WEXIT.
Reported by: Michael Plass <mfp49_freebsd at plass-family dot net>
2007-12-09 17:22:27 +00:00
imp
3f2bc4767d
Use a clever definition of __FBSDID to allow building on !FreeBSD systems.
2007-12-09 16:48:51 +00:00
dwmalone
f0253dbb16
If we are walking the IPv6 header chain and we hit an IPPROTO_NONE
...
header, then don't try to pullup anything, because there is no next
header if we hit IPPROTO_NONE. Set ulp to a non-NULL value so the
search for an upper layer header terinates.
This is based on Pekka's diagnosis, but I chose a simpler fix.
PR: 115261
Submitted by: Pekka Savola <pekkas@netcore.fi>
Reviewed by: mlaier
MFC after: 2 weeks
2007-12-09 15:35:09 +00:00
remko
a233a2bd76
Be more accurate in the maximum filesize, it's 4GB not 4.3GB.
...
Reported by: njl
2007-12-09 13:34:10 +00:00
krion
70e9d0b264
Backout previous commit, since it's done without maintainers
...
approval. These changes were approved by adding it as port to
ports/ tree, but not for src/. I talked to PR submitter and miwi@
some days ago and explained the reasons for it, the both were agree
to add it to ports/ only.
2007-12-09 11:01:58 +00:00
obrien
00933f1fa5
Make it easier to experiment with alternate compression.
...
Reviewed by: kensmith
2007-12-09 04:24:09 +00:00
obrien
9ec05cab03
Be more consistant and use UNZIPPER everywhere.
2007-12-09 02:43:28 +00:00
obrien
e1a1c3d600
Add the 'pkg_search' script.
...
This makes it easier to figure what packages you want to install.
Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de>
2007-12-09 02:06:00 +00:00
dougb
d030746b0b
A few more cleanups.
2007-12-09 01:00:11 +00:00
marius
38cb2e14c1
Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.
...
This fixes its compilation if MK_OPENSSL == no and also obsoletes
release/Makefile rev. 1.192. The latter isn't reverted though as
support for the fixit floppy and the rest of the boot floppies is
scheduled to be deorbited anyway.
Discussed with: kensmith
2007-12-09 00:14:27 +00:00
remko
9b70a6ae1f
There is no list to stop, so dont use .El.
...
Noticed by: brueffer
2007-12-08 23:42:01 +00:00
remko
8070e34b15
Remove redundant whitespace.
...
Noticed by: brueffer
2007-12-08 23:41:13 +00:00
remko
db036cab4d
.Ed is not needed here, remove it.
...
Noticed by: brueffer
2007-12-08 23:40:11 +00:00
marcel
534092d0a2
Internal partitions can not be deleted or modified.
2007-12-08 23:08:42 +00:00
dougb
8b27e899e4
Add an empty stop_cmd to the remaining scripts that don't start
...
daemons and don't already have one.
2007-12-08 23:00:28 +00:00
remko
f956375817
Make the warning a bit less 'broad' then it used to be. The access
...
is seems to be a problem for SUID applications, which we like to
prevent as much as possible.
PR: docs/39530
Submitted by: Soren Spies <sspies at apple dot com>
MFC After: 3 days
2007-12-08 22:50:35 +00:00
remko
97bbfe4ca7
Improve readability for the hosts.equiv file regarding the notation
...
of hostnames.
PR: docs/35953
Submitted by: "Gary W. Swearingen" <swear at blarg dot net>
With minor modifications by me.
2007-12-08 22:43:16 +00:00
dougb
3a306344f7
Remove a meaningless KEYWORD
2007-12-08 22:40:31 +00:00
remko
732b0262f6
Add information about the maximum file size for msdosfs.
...
PR: docs/112935
Submitted by: Julian Stacey <jhs at berklix dot org>
Actually this was inspired by the ticket submitted
by Julian.
MFC After: 3 days
2007-12-08 22:38:12 +00:00
dougb
4c320b2623
Remove the bootconf.sh script. It was never used on FreeBSD, and was
...
removed from the Makefile in version 1.5 (2002/09/02) but never GC'ed.
2007-12-08 22:33:11 +00:00
dougb
436c8fbd62
Remove spurious # marks to be more consistent with existing style.
2007-12-08 22:27:18 +00:00
dougb
92008444a3
Remove empty REQUIRE line
2007-12-08 22:26:30 +00:00
marcel
fd024cb2be
Skip internal partitions in the check for (user) partitions for
...
the destroy command. Previously a freshly created BSD disklabel
could not be destroyed because of the internal partition.
2007-12-08 22:06:17 +00:00
remko
73a00aeaf7
Add 1000baseTX support for the nve driver, which is known here and there.
...
Also mention that the driver sometimes returns '10baseTX' as output instead
of 100baseTX (which is the case at that moment).
PR: docs/115284
Submitted by: Julian Stacey Jhs <jhs at berklix dot org>
MFC After: 3 days
2007-12-08 21:58:18 +00:00
alc
785a20bb5f
Use 1GB virtual pages to implement the direct map on architectures that
...
support this feature.
Wrap a nearby line that is too long.
MFC after: 6 weeks
2007-12-08 21:48:27 +00:00
alc
23d5cf5443
Recognize architectural support for 1GB virtual pages.
...
MFC after: 6 weeks
2007-12-08 21:13:01 +00:00
scottl
f9e173d72a
Support new ARC120x family of controllers. Many thanks for Areca's continued
...
support of FreeBSD.
Submitted by: Erich Chen @ Areca
2007-12-08 20:48:26 +00:00
remko
388271db49
Enhance descriptions in the timed manual.
...
PR: docs/115445
Submitted by: "Julian Stacey" <jhs at berklix dot org>
MFC After: 3 days
2007-12-08 20:04:15 +00:00
remko
22e1b7f7fa
Attempt to describe the ''auto'' type a bit better in the default
...
section (if nothing had been specified, or if the auto type had
been specified, a default layout is used).
PR: docs/116047
Submitted by: Ian Smith <smithi at nimnet dot asn dot au>
Minor modifications by me.
2007-12-08 19:57:22 +00:00
dougb
127c69bf43
Remove $NetBSD$ CVS tags. We no longer attempt to synch our rc.d files
...
with theirs, so this information doesn't need to be in the live file.
Having it in our CVS history is enough.
2007-12-08 07:20:23 +00:00