Hajimu UMEMOTO
fa19f9be04
KNF, correct typos and cleanup spaces.
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:56:01 +00:00
Hajimu UMEMOTO
5ed8c16b88
drop the code for the environment where getifaddrs(3) is not
...
supported.
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:52:31 +00:00
Hajimu UMEMOTO
8198209700
stop use of register.
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:47:06 +00:00
Hajimu UMEMOTO
86b032af6c
Process the "O bit."
...
If the value of OtherConfigFlag changes from FALSE to TRUE, the
host should invoke the stateful autoconfiguration protocol,
requesting information.
[RFC 2462 Section 5.5.3]
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:42:37 +00:00
Hajimu UMEMOTO
1533bed05b
__FUNCTION__ --> __func__
...
Obtained from: KAME
MFC after: 1 week
2003-08-08 16:38:23 +00:00
Bruce A. Mah
984b49496b
New release notes: rl(4) supports RealTek 8139C+ and 8169, ccd(4)
...
support for raw disks, acpidb(8), iasl(8).
2003-08-08 15:59:34 +00:00
Ruslan Ermilov
adcb86e214
Fix a bug that caused i386 to produce broken binaries for big-endian
...
64-bit platforms. (size_t is 32bit on i386, but Elf_Shdr.sh_size is
64bit on SPARC64.)
2003-08-08 15:44:17 +00:00
Jake Burkholder
b551cb80d4
Implement signalcontext.
2003-08-08 15:40:28 +00:00
David Schultz
0a6c03778a
ccd(4) can now operate on raw disks and other GEOM providers.
...
Remove the paragraph that says it can't.
Discussed with: phk
2003-08-08 15:17:15 +00:00
Andrey A. Chernov
c13ef8c78d
Fix comment
2003-08-08 14:02:20 +00:00
Andrey A. Chernov
ab1554b11a
Add ko_KR.CP949 locale
...
PR: 55341
Submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:48:15 +00:00
Andrey A. Chernov
2665d13d28
Add ko_KR.CP949 locale
...
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:43:49 +00:00
Yoshihiro Takahashi
cbb06fd60c
MFi386: revision 1.201.
2003-08-08 12:45:42 +00:00
Simon L. B. Nielsen
e215cd9e44
Add /rescue/ and a reference to its manual page rescue(8).
...
Approved by: ceri (mentor)
2003-08-08 11:15:57 +00:00
Alexander Kabaev
dd83c5f0a2
Allow gcc driver to process -r option iself, do not use -Wl,-r to
...
bypass it. Doing otherwise did not allow compiler to detect and disable
conflicting options generated from specs.
Reported by: jake
2003-08-08 03:41:13 +00:00
Nate Lawson
3e0387b483
Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It will
...
be going away after a short while but still available in ports.
2003-08-08 03:20:59 +00:00
Nate Lawson
bf0c18ec43
Default to 5 seconds before sleeping to give some machines time to stabilize.
...
This doesn't break anything on my laptop and some claim it helps them.
2003-08-08 03:19:22 +00:00
Alan Cox
7fbff95c04
MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().
2003-08-08 01:52:03 +00:00
Marcel Moolenaar
f8e1f6d036
MFi386 1.422 & 1.423: lock page queues in pmap_insert_entry().
2003-08-08 00:30:26 +00:00
Bill Fumerola
2766bd022f
0) preallocate per-interface context structures without the ifnet lock held
...
1) avoid immediately calling bzero() after malloc() by passing M_ZERO
2) do not initialize individual members of the global context to zero
3) remove an unused assignment of ifctx in bootpc_init()
Reviewed by: tegge
2003-08-07 21:27:17 +00:00
Max Khon
4bab0ee528
Correct typo in Matt's name.
2003-08-07 21:06:32 +00:00
Max Khon
c4cab931c5
Fix typo in comments:
...
/etc/syslogd.conf -> /etc/syslog.conf
MFC after: 3 days
2003-08-07 21:04:40 +00:00
Warner Losh
42967c7c5f
Add MELCO LPC3_CTX. This is the same as Buffalo card of the same name
...
with different vendor id.
Submitted by: Shizuka Kudo-san
2003-08-07 19:40:05 +00:00
Warner Losh
07dbfcd9cd
Sync to 1.62 of pccarddevs
2003-08-07 19:36:06 +00:00
Warner Losh
b03ea4feee
MELCO has a similar product to Buffalo LPC3-CLX: named the same and
...
has the same product id, but different vendor id. It also appears
that the MELCO's id should be 0x18a instead of 0x8a01. Fix this.
Submitted by: Shizuka Kudo-san
2003-08-07 19:33:11 +00:00
Ruslan Ermilov
98a32cb196
Fix logic in Makefile.i386,v 1.249: only back up ${DESTDIR}${KODIR}
...
to ${DESTDIR}${KODIR}.old if we have booted from ${DESTDIR}${KODIR},
and always keep kern.bootfile in a good shape.
2003-08-07 19:12:06 +00:00
Johan Karlsson
7f1740e82a
Make this WARNS=6 clean by renaming the variable 'err' to 'error'
...
in order not to shadow err(3).
Tested by: make universe
2003-08-07 19:10:35 +00:00
Andrew Gallatin
c8aacbdaa8
MFI386: Acquire the page queues lock in pmap_insert_entry(), from
...
i386/i386/pmap.c 1.423
2003-08-07 18:35:16 +00:00
Ruslan Ermilov
8bf7ab359a
- Eliminate the "rm" command that was causing us trouble in rev. 1.799.
...
- Normalize doRELEASE to avoid seeing "`ftp.1' is up to date." warning
when doing "make rerelease", and ftp.1 was already built.
Reviewed by: jhb
2003-08-07 18:22:34 +00:00
Jeffrey Hsu
c7b9b5bb49
1. Add support for printing PIM-related statistics with
...
netstat -s -p pim
2. Print information about the bandwidth meters installed in the kernel with
netstat -g
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
2003-08-07 18:21:21 +00:00
Jeffrey Hsu
e0f688ba30
Add support for "options PIM" in the kernel configuration file.
...
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
2003-08-07 18:19:28 +00:00
Nate Lawson
0eb1dbb16e
This commit was generated by cvs2svn to compensate for changes in r118624,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 18:19:12 +00:00
Nate Lawson
ade9d6fdcf
Fix a bug that would result in a very long sleep. Change has been
...
submitted to the vendor.
Obtained from: iwasaki
2003-08-07 18:19:12 +00:00
Jeffrey Hsu
59ca77f4a1
New PIM header files.
...
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
2003-08-07 18:17:43 +00:00
Jeffrey Hsu
1e78ac216e
1. Basic PIM kernel support
...
Disabled by default. To enable it, the new "options PIM" must be
added to the kernel configuration file (in addition to MROUTING):
options MROUTING # Multicast routing
options PIM # Protocol Independent Multicast
2. Add support for advanced multicast API setup/configuration and
extensibility.
3. Add support for kernel-level PIM Register encapsulation.
Disabled by default. Can be enabled by the advanced multicast API.
4. Implement a mechanism for "multicast bandwidth monitoring and upcalls".
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
2003-08-07 18:16:59 +00:00
Nate Lawson
8285491e78
Add man pages for acpidb and iasl
2003-08-07 18:09:17 +00:00
John Baldwin
b2db7dc658
td_dupfd just needs to be less than 0, it does not have to hold the
...
negative value of the index of the new file, so just use -1.
2003-08-07 17:08:26 +00:00
Nate Lawson
c7fe6a7bfb
Import the userland interface from acpica 0619
2003-08-07 16:59:44 +00:00
Nate Lawson
65782e561a
This commit was generated by cvs2svn to compensate for changes in r118617,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:59:44 +00:00
Nate Lawson
a42b754313
Add the acpidb and iasl utilities. This is not yet hooked up to the build.
...
Obtained from: acpicatools port by Iwasaki-san
2003-08-07 16:51:50 +00:00
Jacques Vidrine
01b9dc96e3
Update some argument-documenting comments to match reality.
...
Add an explicit range check to those same arguments to reduce risk of
cardiac arrest in future code readers.
2003-08-07 16:42:27 +00:00
Nate Lawson
59db4265c5
Import common/ files from acpica 0619
2003-08-07 16:38:54 +00:00
Nate Lawson
64f80a8302
This commit was generated by cvs2svn to compensate for changes in r118613,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:38:54 +00:00
Nate Lawson
53289f6a61
Import compiler/ files from acpica 0619
2003-08-07 16:38:31 +00:00
Nate Lawson
b9361fabdb
This commit was generated by cvs2svn to compensate for changes in r118611,
...
which included commits to RCS files with non-trunk default branches.
2003-08-07 16:38:31 +00:00
Nate Lawson
22d162d7d1
Remove the user include of ctype.h and instead include it for each utility
...
that uses strupr().
2003-08-07 15:52:42 +00:00
Nate Lawson
327f90d8cc
Remove nowerror from some files that no longer generate warnings.
2003-08-07 15:51:35 +00:00
John Baldwin
8b149b5131
Consistently use the BSD u_int and u_short instead of the SYSV uint and
...
ushort. In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.
Requested by: bde (kern_ktrace.c)
2003-08-07 15:04:27 +00:00
Martin Blapp
cccd491d52
Add all interface polling patches.
2003-08-07 15:00:55 +00:00
Martin Blapp
44b6b1aaa4
Do not poll during discover. Add a polling tunable to the interface
...
struct to be able to turn polling on/off.
Tested by: Larry Rosenman <ler@lerctr.org>
2003-08-07 14:58:46 +00:00