]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
18 years agoRemove the lnc module Makefile.
scottl [Sun, 14 May 2006 18:37:03 +0000 (18:37 +0000)]
Remove the lnc module Makefile.

18 years agoFix build (unhook lnc).
delphij [Sun, 14 May 2006 18:31:34 +0000 (18:31 +0000)]
Fix build (unhook lnc).

Submitted by: David H. Wolfskill <david catwhisker org>

18 years agoAdd if_* MLINKS for bce(4) and le(4).
brueffer [Sun, 14 May 2006 15:45:44 +0000 (15:45 +0000)]
Add if_* MLINKS for bce(4) and le(4).

MFC after: 3 days

18 years agoFix a long-standing limitation in IPv4 multicast group membership.
bms [Sun, 14 May 2006 14:22:49 +0000 (14:22 +0000)]
Fix a long-standing limitation in IPv4 multicast group membership.

By making the imo_membership array a dynamically allocated vector,
this minimizes disruption to existing IPv4 multicast code. This
change breaks the ABI for the kernel module ip_mroute.ko, and may
cause a small amount of churn for folks working on the IGMPv3 merge.

Previously, sockets were subject to a compile-time limitation on
the number of IPv4 group memberships, which was hard-coded to 20.
The imo_membership relationship, however, is 1:1 with regards to
a tuple of multicast group address and interface address. Users who
ran routing protocols such as OSPF ran into this limitation on machines
with a large system interface tree.

18 years agoDon't quote IP_MAX_MEMBERSHIPS as 20 any more.
bms [Sun, 14 May 2006 14:13:30 +0000 (14:13 +0000)]
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.

18 years agoAdd multicast group join/leave functionality to IPv4 regression
bms [Sun, 14 May 2006 14:11:54 +0000 (14:11 +0000)]
Add multicast group join/leave functionality to IPv4 regression
test suite.

18 years agoHandle SIGINFO in time(1) by printing the time the given command is running.
pjd [Sun, 14 May 2006 13:16:19 +0000 (13:16 +0000)]
Handle SIGINFO in time(1) by printing the time the given command is running.
I find it quite handy to just hit ^T and see the time.

18 years agoAdd a bootable CD support.
nyan [Sun, 14 May 2006 07:26:02 +0000 (07:26 +0000)]
Add a bootable CD support.

18 years agoThe VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include
benno [Sun, 14 May 2006 07:11:28 +0000 (07:11 +0000)]
The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include
opt_ddb.h.

Spotted by: benno
Pointy hat to: benno

18 years agoFor src/dest parsing take off the netmask before checking for AF with
mlaier [Sun, 14 May 2006 03:53:04 +0000 (03:53 +0000)]
For src/dest parsing take off the netmask before checking for AF with
inet_pton.  This fixes cases like "fe02::/16".

PR: bin/91245
Reported by: Fredrik Lindberge

18 years agoRemove the ipfw6 config from NOTES
mat [Sun, 14 May 2006 02:37:56 +0000 (02:37 +0000)]
Remove the ipfw6 config from NOTES

Forgotten by: mlaier
Approved by: mlaier
Pointy hat to:  mlaier :-)

18 years agoRemove the documentation from the Makefile as well.
gnn [Sun, 14 May 2006 02:01:59 +0000 (02:01 +0000)]
Remove the documentation from the Makefile as well.

18 years agoRemoved the deprecated lance driver, lnc, from files.
gnn [Sun, 14 May 2006 01:59:12 +0000 (01:59 +0000)]
Removed the deprecated lance driver, lnc, from files.

18 years agoRemove documentation for the deprecated lnc driver.
gnn [Sun, 14 May 2006 01:55:20 +0000 (01:55 +0000)]
Remove documentation for the deprecated lnc driver.

Reviewed By: simon

18 years agoRemove autogeneration of lnc(4) hardware notes before gnn blows it away.
simon [Sun, 14 May 2006 01:55:06 +0000 (01:55 +0000)]
Remove autogeneration of lnc(4) hardware notes before gnn blows it away.

18 years agoFor nmount(), if "rw" is specified as a mount option,
rodrigc [Sun, 14 May 2006 01:51:38 +0000 (01:51 +0000)]
For nmount(), if "rw" is specified as a mount option,
add "noro" to the list of mount options.  This allows
a read-only mount to be converted to read-write via:
mount -u -o rw

Requested by: kris

18 years agoRemove the old, and now deprecated lnc driver. The Lance style hardware
gnn [Sun, 14 May 2006 01:47:51 +0000 (01:47 +0000)]
Remove the old, and now deprecated lnc driver.  The Lance style hardware
is supported by the le and pnc drivers.

Reviewed by: jmg

18 years agoPrefer the le device driver for Lance (AMD7990 et al) hardware over the
gnn [Sun, 14 May 2006 01:40:41 +0000 (01:40 +0000)]
Prefer the le device driver for Lance (AMD7990 et al) hardware over the
older, and less capable lnc driver.

Reviewed by: imp

18 years agoResurrect Skyeye support :
cognet [Sat, 13 May 2006 23:41:16 +0000 (23:41 +0000)]
Resurrect Skyeye support :
Add a new option, SKYEYE_WORKAROUNDS, which as the name suggests adds
workarounds for things skyeye doesn't simulate. Specifically :
- Use USART0 instead of DBGU as the console, make it not use DMA, and           manually provoke an interrupt when we're done in the transmit function.
- Skyeye maintains an internal counter for clock, but apparently there's
no way to access it, so hack the timecounter code to return a value which
is increased at every clock interrupts. This is gross, but I didn't find a
better way to implement timecounters without hacking Skyeye to get the
counter value.
- Force the write-back of PTEs once we're done writing them, even if they
are supposed to be write-through. I don't know why I have to do that.

18 years agoAdd a manual dependency on ssh_namespace.h.
des [Sat, 13 May 2006 21:38:16 +0000 (21:38 +0000)]
Add a manual dependency on ssh_namespace.h.

Discussed with: ru

18 years agoExpunge traces of unlinked snapshot files when making a new snapshot.
tegge [Sat, 13 May 2006 20:41:37 +0000 (20:41 +0000)]
Expunge traces of unlinked snapshot files when making a new snapshot.

18 years agoo Add an option allowing to start search from some offset instead of offset 0;
sobomax [Sat, 13 May 2006 20:23:06 +0000 (20:23 +0000)]
o Add an option allowing to start search from some offset instead of offset 0;

o mesure distance between UFS1 and UFS2 superblocks independently.

MFC after: 1 week

18 years agoSimplify the implementation of vm_fault_additional_pages() based upon the
alc [Sat, 13 May 2006 20:05:44 +0000 (20:05 +0000)]
Simplify the implementation of vm_fault_additional_pages() based upon the
object's memq being ordered.  Specifically, replace repeated calls to
vm_page_lookup() by two simple constant-time operations.

Reviewed by: tegge

18 years agoFix typo.
cperciva [Sat, 13 May 2006 18:04:48 +0000 (18:04 +0000)]
Fix typo.

Pointed out by: ceri

18 years agoAdd a mechanism for constructing INDEX files which include local ports.
cperciva [Sat, 13 May 2006 15:56:35 +0000 (15:56 +0000)]
Add a mechanism for constructing INDEX files which include local ports.

Requested by: brooks

18 years agoPR: bin/71663
hm [Sat, 13 May 2006 14:59:58 +0000 (14:59 +0000)]
PR:             bin/71663
Submitted by:   Dan Lukes
Reviewed by:    hm@
fix compile warnings in isdnd and isdntest. some more
compile time warnings also mentioned in this PR were
already fixed in an earlier commit today.

18 years agoPR: kern/76611
hm [Sat, 13 May 2006 14:39:35 +0000 (14:39 +0000)]
PR:             kern/76611
Submitted by:   Mauritz Sundell and Sergio de Souza Prallon
Reviewed by:    hm@
fix several constants for the Tiger320 ISDN chip

18 years agoIntroduce a namespace munging hack inspired by NetBSD to avoid polluting
des [Sat, 13 May 2006 13:47:45 +0000 (13:47 +0000)]
Introduce a namespace munging hack inspired by NetBSD to avoid polluting
the namespace of applications which inadvertantly link in libssh (usually
through pam_ssh)

Suggested by: lukem@netbsd.org
MFC after: 6 weeks

18 years agoComment out the function prototypes which our libc actually
ume [Sat, 13 May 2006 12:43:12 +0000 (12:43 +0000)]
Comment out the function prototypes which our libc actually
doesn't have.

18 years agofix conflicting types for log(), add some prototypes to isdnd.h
hm [Sat, 13 May 2006 12:42:55 +0000 (12:42 +0000)]
fix conflicting types for log(), add some prototypes to isdnd.h

18 years agoCorrect various mistakes in the last commit.
pjd [Sat, 13 May 2006 11:58:58 +0000 (11:58 +0000)]
Correct various mistakes in the last commit.

18 years agoInclude other AES key lengths in the comment.
pjd [Sat, 13 May 2006 09:13:58 +0000 (09:13 +0000)]
Include other AES key lengths in the comment.

18 years agoRemove alpha from the HEAD lineup.
des [Sat, 13 May 2006 08:25:31 +0000 (08:25 +0000)]
Remove alpha from the HEAD lineup.

18 years agoUpdate UPDATING and bump __FreeBSD_version for the ip6fw removal.
mlaier [Sat, 13 May 2006 06:08:25 +0000 (06:08 +0000)]
Update UPDATING and bump __FreeBSD_version for the ip6fw removal.

18 years agoUpdate for ip6fw removal.
mlaier [Sat, 13 May 2006 05:51:52 +0000 (05:51 +0000)]
Update for ip6fw removal.

18 years agoTidy up a bit...
imp [Sat, 13 May 2006 02:47:39 +0000 (02:47 +0000)]
Tidy up a bit...

18 years agoAdd better sanity checking to the logic that handles ioctl processing
cel [Sat, 13 May 2006 00:16:35 +0000 (00:16 +0000)]
Add better sanity checking to the logic that handles ioctl processing
for nfsclient and nfs4client in order to prevent local root users
from panicing the system.

PR: kern/77463
Submitted by: Wojciech A. Koszek
Reviewed by: cel, rees
MFC after: 2 weeks
Security: Local root users can panic the system at will

18 years agoo A divisor of 0 is perfectly valid. Reserve -1 for an invalid
marcel [Fri, 12 May 2006 23:24:45 +0000 (23:24 +0000)]
o  A divisor of 0 is perfectly valid. Reserve -1 for an invalid
   divisor. This allows us to set the line speed to the maximum
   of 1/4 of the device clock.
o  Disable the baudrate generator before programming the line
   settings, including baudrate, and enable it afterwards.

18 years agoCheck the return code of sc_clean_up() in the only place where it
keramida [Fri, 12 May 2006 22:43:07 +0000 (22:43 +0000)]
Check the return code of sc_clean_up() in the only place where it
was not checked at all.  There is only one case when sc_clean_up()
can fail, because of wait_scrn_saver_stop(), but it doesn't hurt
to check anyway.

Reviewed by: rodrigc
Found by: Coverity Prevent

18 years agoTest commit after repoman upgrade. Remove one of my many email addresses
peter [Fri, 12 May 2006 22:41:58 +0000 (22:41 +0000)]
Test commit after repoman upgrade.  Remove one of my many email addresses
from a copyright message.

18 years agoTest commit after repoman upgrade. Remove one of my many email addresses
peter [Fri, 12 May 2006 22:38:53 +0000 (22:38 +0000)]
Test commit after repoman upgrade.  Remove one of my many email addresses
from a coyright message.

18 years agoRemove ip6fw. Since ipfw has full functional IPv6 support now and - in
mlaier [Fri, 12 May 2006 20:39:23 +0000 (20:39 +0000)]
Remove ip6fw.  Since ipfw has full functional IPv6 support now and - in
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.

18 years agodrop D_MEMDISK, not used in the tree...
jmg [Fri, 12 May 2006 19:40:54 +0000 (19:40 +0000)]
drop D_MEMDISK, not used in the tree...

18 years agoFix typo in last commit: traceroute(8) -e, not traceroute(8) -c.
bmah [Fri, 12 May 2006 19:31:29 +0000 (19:31 +0000)]
Fix typo in last commit:  traceroute(8) -e, not traceroute(8) -c.

Submitted by: Rong-En Fan grafan at gmail dot com
Pointy hat to: Thunderbird, for a too-small default font size
Not ready for reading glasses yet: bmah

18 years agoMove etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
mlaier [Fri, 12 May 2006 19:17:34 +0000 (19:17 +0000)]
Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw
scripts as well.

18 years agoForgot to add RELENG_6_1 here as well.
des [Fri, 12 May 2006 19:06:22 +0000 (19:06 +0000)]
Forgot to add RELENG_6_1 here as well.

18 years agoUpdate manpage for net.inet6.ip6.fw.enable sysctl.
mlaier [Fri, 12 May 2006 18:09:33 +0000 (18:09 +0000)]
Update manpage for net.inet6.ip6.fw.enable sysctl.

Requested by: bz

18 years agoUnbreak build. es1888.c (alpha bit) no longer exist.
ariff [Fri, 12 May 2006 18:05:35 +0000 (18:05 +0000)]
Unbreak build. es1888.c (alpha bit) no longer exist.

18 years agoFix the web-appearance of Hardware notes, in the simplest way
keramida [Fri, 12 May 2006 17:58:11 +0000 (17:58 +0000)]
Fix the web-appearance of Hardware notes, in the simplest way
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.

Clue by: bmah
MFC after: 1 week

18 years agoapropos(1) does not expand *roff macros that should appear in .Nd
keramida [Fri, 12 May 2006 17:42:48 +0000 (17:42 +0000)]
apropos(1) does not expand *roff macros that should appear in .Nd
text and, as a result, 'FreeBSD' is not visible in apropos output
when security(7) is displayed.  Fix this buglet by using a
literal 'FreeBSD' string in .Nd

PR: docs/85986
Submitted by: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
MFC after: 1 week

18 years agoNew release notes: alpha support removed, jail(8) -s, traceroute(8)
bmah [Fri, 12 May 2006 17:04:18 +0000 (17:04 +0000)]
New release notes:  alpha support removed, jail(8) -s, traceroute(8)
-c, tzdata2006g.

18 years agoPut debugging messages related to inconsistent ticket numbers under misc and
mlaier [Fri, 12 May 2006 16:15:34 +0000 (16:15 +0000)]
Put debugging messages related to inconsistent ticket numbers under misc and
wrap it __FreeBSD__ specific as I couldn't figure out which version of
OpenBSD I got it from.

Reported by: Scott Ullrich

18 years agoFix gethostbyaddr() prototype to conform to IEEE Std 1003.1:
ume [Fri, 12 May 2006 15:37:23 +0000 (15:37 +0000)]
Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:

  http://www.opengroup.org/onlinepubs/009695399/functions/gethostbyaddr.html

gethostbyaddr_r() is changed as well.
It breaks ABI backward compatibility on 64 bit arch.  So, we fix it
on 32 bit arch only for now.

Reported by: Rostislav Krasny <rosti.bsd@gmail.com>

18 years agocorrect strtol(3) usage and style(9)
matteo [Fri, 12 May 2006 15:14:43 +0000 (15:14 +0000)]
correct strtol(3) usage and style(9)

Reviewed by: maxim
MFC after: 2 weeks

18 years agoAfter a mini-discussion with Sam Leffler, remove the hardcoded
keramida [Fri, 12 May 2006 12:55:56 +0000 (12:55 +0000)]
After a mini-discussion with Sam Leffler, remove the hardcoded
list of Atheros-based cards from ath(4).  The online list is
always more up to date, anyway.

This invalidates:

PR: docs/95360
Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>

18 years agoUse 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.
cperciva [Fri, 12 May 2006 10:42:40 +0000 (10:42 +0000)]
Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.
When /usr/ports/foo/bar is a symlink pointing outside the tree, this
deletes the symlink instead of the directory it points to.

Requested by: delphij

18 years agoDocument VERBOSE_SYSINIT in NOTES.
benno [Fri, 12 May 2006 10:25:54 +0000 (10:25 +0000)]
Document VERBOSE_SYSINIT in NOTES.

Requested by: Niclas Zeising <lothrandil at n00b dot apagnu dot se>

18 years agoRemove various bits of conditional Alpha code and fixup a few comments.
jhb [Fri, 12 May 2006 05:04:46 +0000 (05:04 +0000)]
Remove various bits of conditional Alpha code and fixup a few comments.

18 years agoReintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
mlaier [Fri, 12 May 2006 04:41:27 +0000 (04:41 +0000)]
Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
seperately.  Also use pfil hook/unhook instead of keeping the check
functions in pfil just to return there based on the sysctl.  While here fix
some whitespace on a nearby SYSCTL_ macro.

18 years agoRemove the snd_ess identify routine for the sound device in Alpha PWS
jhb [Fri, 12 May 2006 04:11:25 +0000 (04:11 +0000)]
Remove the snd_ess identify routine for the sound device in Alpha PWS
machines.

18 years agoRemove some tga bits I missed.
jhb [Fri, 12 May 2006 04:10:38 +0000 (04:10 +0000)]
Remove some tga bits I missed.

18 years agoRemove more Alpha bits from the boot code including fixing several
jhb [Fri, 12 May 2006 04:09:53 +0000 (04:09 +0000)]
Remove more Alpha bits from the boot code including fixing several
stale comments.

18 years agoRemove Alpha bits for ficl.
jhb [Fri, 12 May 2006 04:07:42 +0000 (04:07 +0000)]
Remove Alpha bits for ficl.

18 years agoadd support for makeoptions MFS_IMAGE="<file>" in the config file which
jmg [Fri, 12 May 2006 02:45:12 +0000 (02:45 +0000)]
add support for makeoptions MFS_IMAGE="<file>" in the config file which
will automaticly populate the kernel w/ the mfs image...

18 years agoAdd a new kernel config option, VERBOSE_SYSINIT.
benno [Fri, 12 May 2006 02:01:38 +0000 (02:01 +0000)]
Add a new kernel config option, VERBOSE_SYSINIT.

When porting FreeBSD to a new platform, one of the more useful things to do is
get mi_startup() to let you know which SYSINIT it's up to.  Most people tend to
whack a printf in the SYSINIT loop to print the address of the function it's
about to call.  Going one better, jhb made a version that uses DDB to look up
the name of the function and print that instead.  This version is essentially
his with the addition of some ifdeffery to make it optional and to allow it to
work (although using only the function address, not the symbol) if you forgot
to enable DDB.

All the cool bits by: jhb
Approved by: scottl, rink, cognet, imp

18 years agoFix a variety of gram-mos (hopefully I didn't introduce any new
bmah [Thu, 11 May 2006 22:55:18 +0000 (22:55 +0000)]
Fix a variety of gram-mos (hopefully I didn't introduce any new
ones).  No (intended) content changes.

18 years agoFix braino in previous commit: Don't redefine OID_AUTO to something
marcel [Thu, 11 May 2006 22:49:31 +0000 (22:49 +0000)]
Fix braino in previous commit: Don't redefine OID_AUTO to something
not equal to -1, or at all for that matter.

18 years agoFirst pass at removing Alpha kernel support.
jhb [Thu, 11 May 2006 22:25:28 +0000 (22:25 +0000)]
First pass at removing Alpha kernel support.

18 years agoFixup some comments to allow for the fact that PCI domains are not specific
jhb [Thu, 11 May 2006 22:13:21 +0000 (22:13 +0000)]
Fixup some comments to allow for the fact that PCI domains are not specific
to Alpha hoses.

18 years agoUse __LP64__ rather than the PTR64 hack.
jhb [Thu, 11 May 2006 21:59:55 +0000 (21:59 +0000)]
Use __LP64__ rather than the PTR64 hack.

Suggested by: ru

18 years agoFor some reason, it looks like SA-06:{10,11,12,13} were not mentioned
bmah [Thu, 11 May 2006 19:17:17 +0000 (19:17 +0000)]
For some reason, it looks like SA-06:{10,11,12,13} were not mentioned
in HEAD's release notes, even though the issues involved were applied
(and fixed).  Copy their descriptions from one of the RELENG_*
branches (RELENG_5 in this case).

SA-06:08 and SA-06:09 were not applicable to code on HEAD and thus not
mentioned.

18 years agoo Style(9) the previous commit a bit.
maxim [Thu, 11 May 2006 19:06:33 +0000 (19:06 +0000)]
o Style(9) the previous commit a bit.

18 years agoDisconnect Alpha from 'make universe'.
jhb [Thu, 11 May 2006 18:54:16 +0000 (18:54 +0000)]
Disconnect Alpha from 'make universe'.

18 years agoSo, what's it supposed to say when you type "make love"?
ru [Thu, 11 May 2006 18:08:44 +0000 (18:08 +0000)]
So, what's it supposed to say when you type "make love"?

18 years agoRemove more straggling CPU_ macro references
phk [Thu, 11 May 2006 17:53:26 +0000 (17:53 +0000)]
Remove more straggling CPU_ macro references

18 years agoRemove straggling reference to CPU_ macros
phk [Thu, 11 May 2006 17:51:10 +0000 (17:51 +0000)]
Remove straggling reference to CPU_ macros

18 years agoRevert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.
silby [Thu, 11 May 2006 17:39:06 +0000 (17:39 +0000)]
Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.

Two users have reported problems due to the smaller list sizes.

18 years agoAdd support for the VIA C7-M processor family.
njl [Thu, 11 May 2006 17:35:44 +0000 (17:35 +0000)]
Add support for the VIA C7-M processor family.

Remove an unnecessary check of the table's bus clock.  CPUs that
support this feature export only the high/low settings via the MSR,
packed into 32 bits.

Hardware from: Centaur Technologies
MFC after: 1 week

18 years agoClean out sysctl machdep.* related defines.
phk [Thu, 11 May 2006 17:29:25 +0000 (17:29 +0000)]
Clean out sysctl machdep.* related defines.

The cmos clock related stuff should really be in MI code.

18 years agoUse sysctlbyname
phk [Thu, 11 May 2006 17:25:36 +0000 (17:25 +0000)]
Use sysctlbyname

18 years agoUse sysctlbyname() instead of sysctl
phk [Thu, 11 May 2006 17:23:57 +0000 (17:23 +0000)]
Use sysctlbyname() instead of sysctl

18 years agoThe 'device fd' line became obsolete some years ago, when the transition
keramida [Thu, 11 May 2006 17:23:03 +0000 (17:23 +0000)]
The 'device fd' line became obsolete some years ago, when the transition
to device hints was committed.  The GENERIC kernel configuration lost
its 'device fd' line at revision 1.260, committed by peter@ on
2000/06/13 22:28:46 UTC.

Delete the reference to 'device fd', to avoid kernel build breakage like
the one described in the PR audit trail.

PR: docs/91448
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
MFC after: 1 week

18 years agoBump copyright year on the hardware notes and installation guide.
bmah [Thu, 11 May 2006 16:05:41 +0000 (16:05 +0000)]
Bump copyright year on the hardware notes and installation guide.

PR: 97134
Submitted by: Aron Stansvik

18 years agoRemove the dependency on procfs since it isn't used.
ambrisko [Thu, 11 May 2006 15:27:58 +0000 (15:27 +0000)]
Remove the dependency on procfs since it isn't used.

Noticed by: des

18 years agoDon't claim "(+ipv6)" if we didn't build with INET6.
mlaier [Thu, 11 May 2006 15:22:38 +0000 (15:22 +0000)]
Don't claim "(+ipv6)" if we didn't build with INET6.

18 years agoGet this to compile :
cognet [Thu, 11 May 2006 14:30:28 +0000 (14:30 +0000)]
Get this to compile :
- The prototype of uart_bus_probe() hasn't been changed in cvs yet, so use the
old one.
- Add at91_pdcreg.h, needed by uart_dev_at91usart.c.

18 years ago- Change the "jail_" prefix for internal script variables. This fixes an
flz [Thu, 11 May 2006 14:23:43 +0000 (14:23 +0000)]
- Change the "jail_" prefix for internal script variables. This fixes an
issue where some global jail_* variables were overriden in the script. [1]
- Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a
jail id. [1]
- Update examples and comments in defaults/rc.conf to advertise new
variables and the fact that some of the jail-specific variables may be made
jail-global. [2]

Reported by: pjd [1], clsung [2]
Approved by: cperciva
X-MFC after: i got sufficient testing from people using rc.d/jail

18 years agoif we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_enable...
matteo [Thu, 11 May 2006 13:29:01 +0000 (13:29 +0000)]
if we fail to start a jail and jail_foobar_*fs_enable or jail_foobar_mount_enable were set, umount those filesystem before exiting. If we set up an alias for jail's IP, remove that alias before exiting.

MFC after: 2 weeks

18 years agoAdd the -s option to set jail's securelevel. This is useful for jails run with non...
matteo [Thu, 11 May 2006 13:04:23 +0000 (13:04 +0000)]
Add the -s option to set jail's securelevel. This is useful for jails run with non-root privileges.

PR: bin/80242
MFC after: 2 weeks

18 years agoFix probe printing of highpoint and promise controllers.
sos [Thu, 11 May 2006 10:43:08 +0000 (10:43 +0000)]
Fix probe printing of highpoint and promise controllers.

18 years agoSave errno before calling pthread_mutex_lock because pthread_mutex_lock
davidxu [Thu, 11 May 2006 09:10:33 +0000 (09:10 +0000)]
Save errno before calling pthread_mutex_lock because pthread_mutex_lock
may change errno unexpectly.

18 years agoAdd symbol versions: FBSD_1.0 and FBSDprivate.
davidxu [Thu, 11 May 2006 07:02:52 +0000 (07:02 +0000)]
Add symbol versions: FBSD_1.0 and FBSDprivate.

18 years agoOption for setting a fixed destination port. This is useful for tracing
cjc [Thu, 11 May 2006 06:30:18 +0000 (06:30 +0000)]
Option for setting a fixed destination port. This is useful for tracing
to a host behind a firewall where only specific services are allowed.
For example, to trace the hops to an HTTP server behind a firewall,

  $ traceroute -e -P tcp -p 80 www-firewalled.example.com

MFC after: 1 week

18 years agoMerge from vendor branch.
wollman [Thu, 11 May 2006 04:50:25 +0000 (04:50 +0000)]
Merge from vendor branch.

Updates to historic rules only for: part of Alaska, Algeria, Bulgaria,
Colombia, Easter Island, Italy, Malta, Mexico, Mongolia, Montserrat,
Puerto Rico, Poland, Russia, South Korea, Spain, part of North Dakota,
United Kingdom, Uruguay, Uzbekistan

Updates to current and future rules for: Guatemala, Haiti, Honduras,
part of Indiana, Iran, Nicaragua, Palestinian Territories, Sri Lanka,
Tunisia,

Updates to future rules only for: Canada, Thule AFB in Greenland

18 years agoMFCs noted: bsdiff(1)/bspatch(1), cmp(1) -h, netstat(1) -h,
bmah [Thu, 11 May 2006 04:29:08 +0000 (04:29 +0000)]
MFCs noted:  bsdiff(1)/bspatch(1), cmp(1) -h, netstat(1) -h,
"sweeping" ping(8), sh(1) built-in times.

I uncovered these in a sweep of items that need to be merged to
the 5.4 release notes.  It's possible that all of these items
should have been in the 6.1 release notes (not confirmed).

18 years agoThis commit was generated by cvs2svn to compensate for changes in r158417,
wollman [Thu, 11 May 2006 04:28:59 +0000 (04:28 +0000)]
This commit was generated by cvs2svn to compensate for changes in r158417,
which included commits to RCS files with non-trunk default branches.

18 years agoVendor import tzdata2006g. Too many changes to summarize here; of
wollman [Thu, 11 May 2006 04:28:59 +0000 (04:28 +0000)]
Vendor import tzdata2006g.  Too many changes to summarize here; of
particular importance to those living in the Western Hemisphere as
many non-U.S. zones will be changing DST rules next year to match the
U.S.

Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/

18 years agoCorrect test for fragmented packet.
hsu [Thu, 11 May 2006 00:53:43 +0000 (00:53 +0000)]
Correct test for fragmented packet.

18 years agoNow that we don't have a linuxolator on alpha anymore:
netchild [Wed, 10 May 2006 20:38:16 +0000 (20:38 +0000)]
Now that we don't have a linuxolator on alpha anymore:
 - unifdef __alpha__
 - revert rev. 1.66 of linux_socket.c

18 years agoFix the wording about the blocksize (-b) parameter. The existing
cokane [Wed, 10 May 2006 20:32:57 +0000 (20:32 +0000)]
Fix the wording about the blocksize (-b) parameter. The existing
wording makes it look like pax archives > 32256 bytes are not
POSIX-compliant! Correct this to state that pax archives with
block sizes > 32256 are not POSIX compliant...and settle our fears.

PR: docs/97059
Reviewed by: Giorgos Keramidas <keramida>