jhb
32326c2058
MFC: Add the device ID for the VIA VT8235 south bridge.
2005-11-08 15:57:39 +00:00
jhb
6556c6267c
MFC: If the viapm device is a PCI-ISA bridge, attach a child ISA bus.
2005-11-08 15:55:30 +00:00
jhb
944447d24f
MFC: Fix support for multiple rocketport cards in the same machine. This
...
is an instant MFC as it was actually tested on 5.x and 6.x. Note that like
the change to HEAD, this renames the devices, and there is no easy way on
6.x to create compatibility names in the kernel.
Reviewed by: phk
Tested by: Jim Pazarena paz at qcislands dot net
2005-11-08 15:35:27 +00:00
davidxu
c02ae3fc5e
Merge cpu_swtch.S:1.154, machdep.c:1.642 from HEAD:
...
Micro optimization for context switch.
2005-11-08 00:55:36 +00:00
rwatson
098c7ecbda
Merge kern_malloc.c:1.148, uma_core.c:1.133 from HEAD to RELENG_6:
...
Change format string for u_int64_t to %ju from %llu, in order to use the
correct format string on 64-bit systems.
Pointed out by: pjd
2005-11-07 18:59:12 +00:00
rwatson
74edbb7958
Merge kern_malloc.c:1.147 from HEAD to RELENG_6:
...
Add a "show malloc" command to DDB, which prints out the current stats for
available kernel malloc types. Quite useful for post-mortem debugging of
memory leaks without a dump device configured on a panicked box.
2005-11-07 18:57:59 +00:00
rwatson
65c267c84e
Merge uma_core.c:1.132 from HEAD to RELENG_6:
...
Add a "show uma" command to DDB, which prints out the current stats for
available UMA zones. Quite useful for post-mortem debugging of memory
leaks without a dump device configured on a panicked box.
2005-11-07 18:57:08 +00:00
rwatson
32aa25ae7c
Merge tcp_input.c:1.284 from HEAD to RELENG_6:
...
Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.
2005-11-07 18:54:53 +00:00
wpaul
726e395e18
MFC: alias EXT_NDIS to EXT_NET_DRV
2005-11-07 16:58:23 +00:00
obrien
4dc4df3a84
MFC: canonify the includes of acpica.
2005-11-07 09:55:50 +00:00
obrien
ef0977219f
MFC: canonify the include of acpi.h.
2005-11-07 09:53:25 +00:00
obrien
94fa0522c4
MFC: for AMD dual-core processors, nullify CPUID.HTT.
2005-11-07 08:41:12 +00:00
kientzle
7a3cda744e
MFC 1.65: Correct error message from incorrect use of --format.
...
PR: bin/86915
2005-11-06 22:27:21 +00:00
kientzle
4151fc111d
MFC 1.17: Correctly detect NL_LANG_INFO.
...
PR: bin/88013
2005-11-06 22:24:27 +00:00
stefanf
58babfa98f
Sync with HEAD's code:
...
- Support for command -v and -V.
- Fixes for the errexit option.
- A fix for a crash caused by SIGINT.
- POSIX compliant set +o ouput.
- A fix for unalias' exit code.
- Man page updates.
- Code cleanups, WARNS 3.
2005-11-06 20:39:48 +00:00
wpaul
80d777c8ec
MFC: merge changes from head to pacify Intel 2200BG/2915/ABG driver.
2005-11-06 19:39:41 +00:00
hrs
9617c0e4d1
Add a new errata item:
...
fix a typo in relnotes (s/IPFIRWALL_FORWARD/IPFIREWALL_FORWARD/).
Spotted by: brd
2005-11-06 18:37:35 +00:00
jhb
48eea02d78
MFC:
...
- Enforce an implicit lock order that Giant cannot be locked while holding
any other non-sleepable lock. In plain English: Giant comes before all
other mutexes.
- Add some extra description to the lock order reversal printf's to indicate
when a reversal is triggered by a hard-coded implicit rule.
2005-11-06 16:17:18 +00:00
jhb
5d2b006e55
MFC: Revert most of revision 1.235 and fix the problem a different way as
...
we can't acquire an sx lock in ttyinfo() as it is almost always called
from an interrupt handler.
2005-11-06 16:09:32 +00:00
jhb
67ef65a00c
MFC: Only allow the sk(4) driver to attach to revision 2 of the LinkSys
...
EG1032 cards and teach the re(4) driver to attach to revision 3 cards.
2005-11-06 16:00:54 +00:00
jhb
aa03f39e89
MFC: Move the initialization of the devmtx into the mutex_init() function
...
called during early init before cninit().
2005-11-06 15:58:06 +00:00
jhb
6e55743a7b
MFC: Allow the process name to be in square brackets ([]) in
...
_find_processes().
2005-11-06 15:54:43 +00:00
jhb
ec44ec21b7
MFC: Remove spurious newline.
2005-11-06 15:51:47 +00:00
ume
811648c105
MFC 1.59: Unbreak compiles with ACPI_DEBUG.
2005-11-06 13:34:06 +00:00
nyan
69bcd67743
MFC: Remove EPSON PC-386 note support.
2005-11-06 05:02:07 +00:00
nyan
904070a03d
MFC: Remove EPSON_NRDISK and EPSON PC-386 note support.
2005-11-06 05:01:03 +00:00
nyan
2aad173a24
MFC: Add EPSON_* defines.
2005-11-06 04:58:16 +00:00
nyan
68a5adbd86
MFC: Don't include opt_pc98.h.
2005-11-06 04:55:43 +00:00
nyan
326e25b749
MFC: Add '-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3' to CFLAGS.
2005-11-06 04:40:57 +00:00
nyan
57780cdbfa
MFC: Use hw.machine_arch instead of hw.machine.
2005-11-06 04:38:20 +00:00
wpaul
7b98928604
MFC recent changes, bring all 3 branches back into sync again
2005-11-06 03:52:25 +00:00
njl
8fab5e2393
MFC: smart battery support
2005-11-05 23:55:56 +00:00
njl
8bbd694e9b
MFC: don't spin quickly if C2/C3 don't put the CPU to sleep
2005-11-05 23:49:39 +00:00
njl
727afd2966
MFC: announce AC online event once on boot if no acad device.
2005-11-05 23:48:38 +00:00
marcel
69a6bd1aa3
MFC 1.10: Fix dump of the unread portion of the kernel message buffer.
...
PR: bin/87964
Submitted by: Frank Mayhar frank at exit dot com
2005-11-05 19:13:08 +00:00
marcel
51909f74c0
MFC: uart_bus_ebus.c:1.8
...
uart_core:1.14
Have uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is
successful.
2005-11-05 19:04:08 +00:00
marcel
fd394254bc
MFC rev 1.6: Update PCI IDs.
2005-11-05 18:53:42 +00:00
marcel
c95e0079cc
Partial MFC rev 1.11 (diff reduction):
...
o Style(9) nits
o Fix typo in comment
o s/-100/BUS_PROBE_GENERIC/
2005-11-05 18:45:37 +00:00
marcel
e483da7dfe
MFC rev 1.7: Recognize the SAB82532 in USIII machines (marius@)
2005-11-05 18:06:43 +00:00
hrs
3fee78e392
Add a new errata item:
...
- version numbers of OpenSSH and IPFilter in 6.0-R relnotes
were wrong.
2005-11-05 14:01:56 +00:00
suz
4153f2a84a
MFC Rev.1.25
...
changed syslog level to more appropriate ones
2005-11-05 10:57:41 +00:00
suz
59d51fc4e5
MFC: sync with KAME in the following points:
...
- removed compilation warnings
- suppress a redundant error message when a default-router-list is empty
Revision Changes Path
1.18 +4 -1 src/usr.sbin/ndp/ndp.c
2005-11-05 10:56:06 +00:00
suz
2d7742d032
MFC: sync with KAME regarding the following clarification in RFC3542
...
- disable IPv6 operation if DAD fails for some EUI-64 link-local addresses.
- export get_hw_ifid() (and rename it) as a subroutine for this process.
Revision Changes Path
1.30 +5 -6 src/sys/netinet6/in6_ifattach.c
1.6 +1 -0 src/sys/netinet6/in6_ifattach.h
1.36 +39 -2 src/sys/netinet6/nd6_nbr.c
2005-11-05 10:54:21 +00:00
suz
038918b0d7
MFC: added an ioctl option in kernel so that ndp/rtadvd can change some NDP-related kernel variables based on their configurations (RFC2461 p.43 6.2.1 mandates this for IPv6 routers)
...
Revision Changes Path
1.56 +1 -0 src/sys/netinet6/in6.c
1.26 +1 -0 src/sys/netinet6/in6_var.h
1.57 +28 -0 src/sys/netinet6/nd6.c
1.17 +21 -8 src/usr.sbin/ndp/ndp.8
1.17 +31 -2 src/usr.sbin/ndp/ndp.c
1.25 +30 -0 src/usr.sbin/rtadvd/config.c
2005-11-05 10:50:09 +00:00
suz
d3ffc1647d
MFC Rev 1.24
...
source link-layer address option should be marked to be checked later,
because rs_input() need this option.
2005-11-05 10:35:13 +00:00
suz
34b640a988
MFC Rev.1.19
...
fixed a bug that "ndp ... proxy" command does not work
2005-11-05 10:32:54 +00:00
suz
87d613294f
MFC: supported an ndp command suboption to disable IPv6 in the given interface
...
src/sys/netinet6/ip6_input.c 1.84
src/sys/netinet6/nd6.c 1.58
src/sys/netinet6/nd6.h 1.20
src/usr.sbin/ndp/ndp.8 1.18
src/usr.sbin/ndp/ndp.c 1.20
2005-11-05 10:30:00 +00:00
ume
be9a4892ea
MFC 1.8: Document passive cooling related sysctl MIB.
2005-11-05 06:57:32 +00:00
ume
454fec5331
MFC 1.54-1.58: Implement passive cooling. It is enabled for tz0 by
...
default where it is available.
2005-11-05 06:55:53 +00:00
ume
e63cd31ff1
MFC 1.17-1.19,1.22: make saved cpu level stackable.
2005-11-05 06:54:48 +00:00