117859 Commits

Author SHA1 Message Date
jhb
608f58b383 MFC: Fix standalone module build.
Reported by:	marius
2005-11-08 17:03:55 +00:00
mlaier
135560a493 MFC: rev. 1.79
Fix obvious copy'n'paste-O in rev.1.36  While here nit style.

    PR:			bin/87783
    Submitted by:	Mats Palmgren
2005-11-08 16:45:00 +00:00
csjp
516e77bfa8 MFC Log:
Before we export network interface data through the ifmibdata structure,
  OR the flags bits with the driver managed status flags.
2005-11-08 16:38:21 +00:00
csjp
92f4e61ec3 MFC: Pickup I/O locks around aac_alloc_sync_fib(). 2005-11-08 16:28:19 +00:00
jhb
f9c4f17414 MFC: Push down Giant into fdfree() and remove it from two of the callers. 2005-11-08 16:08:40 +00:00
jhb
f135674de1 MFC:
- Use if_printf() and device_printf() and remove vr_unit from the softc.
  I had to initialize the ifnet a bit earlier in attach so that the
  if_printf()'s in vr_reset() didn't explode with a page fault.
- Use M_ZERO with contigmalloc() rather than an explicit bzero.
- Use callout_*() to manage the callout and make it MPSAFE.
- Fix locking in detach(), we only need to lock across vr_stop().
2005-11-08 16:05:56 +00:00
jhb
6aa34b36b0 MFC: Hook nve(4) up in i386 and amd64 NOTES. 2005-11-08 16:02:21 +00:00
jhb
07fb0314c7 MFC: Don't panic if a corrupted kld doesn't have a valid symbol table. 2005-11-08 16:00:42 +00:00
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