| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Removed banal comments about ELAN*. Complain about ELAN* being misnamed
instead (so that these options are not obviously related to a CPU and
don't sort with CPU_ELAN).
Complain about CPU_DISABLE_CMPXCHG being in the wrong namespace.
|
| |
|
| |
|
|
|
|
| |
Submitted by: imura@ryu16.org
|
|
|
|
| |
kernel via options NGATM_UNI.
|
|
|
|
| |
handles user and network side signaling and partly PNNI.
|
| |
|
|
|
|
| |
Submitted by: imura
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
not part of the imported distribution.
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Trim trailing whitespace.
Remove unmatched " " before ")".
|
| |
| |
| |
| | |
Submitted by: John Cagle <john.cagle@hp.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to a routing table entry w/o bumping the reference count or locking
against the entry being free'd. This caused major havoc (for some
reason it appeared most frequently for folks running natd). Fix
is to bump the reference count whenever we copy the route cache
contents into a private copy so the entry cannot be reclaimed out
from under us. This is a short term fix as the forthcoming routing
table changes will eliminate this cache entirely.
Supported by: FreeBSD Foundation
|
| |
| |
| |
| |
| | |
of the verbose print statements that BTXLDR_VERBOSE enables wasn't properly
enabled.
|
| |
| |
| |
| |
| | |
Notified by: itojun
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| | |
the old vector.
Reported by: sam
|
| |
| |
| |
| |
| | |
file except for about 30 lines that have more errors and/or need rewording
to fit the punctuation).
|
| |
| |
| |
| |
| |
| | |
sure that it's not needed any more.
Reviewed by: imp (mentor)
|
| | |
|
| |
| |
| |
| | |
Reported by: Vinod Kashyap <vkashyap@3WARE.com>
|
| |
| |
| |
| | |
more of these in proc.h alone.
|
| |
| |
| |
| |
| |
| | |
still not sure how this happened.
Reported by: ps
|
| |
| |
| |
| |
| | |
This avoids the need to free said memory in various error cases along
the way.
|
| |
| |
| |
| |
| |
| | |
Instead, let the vm objects be lazily instantiated at fault time. This
results in the allocation of fewer vm objects and vm map entries due to
aggregation in the vm system.
|
| |
| |
| |
| |
| |
| |
| | |
sure we handle stacked registers properly by taking into account
that:
1. bspstore points after the frame (due to cover),
2. we need to adjust for intermediate NaT collections.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
passed into policies or used internally to the MAC Framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
| |
| |
| |
| |
| | |
sched.h now.
- Respect the td pin count.
|
| |
| |
| |
| |
| |
| |
| |
| | |
not in scheduler specific data because eventually it will be required by
all schedulers.
- Implement sched_pin and unpin as an inline for now. If a scheduler needs
to do something more complicated than adjusting the pinned count we can
move this into a function later in an api compatible way.
|
| | |
|
| |
| |
| |
| |
| | |
PR: kern/54658
Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Matches native syscalls now.
PR: kern/58793
Submitted by: David P. Reese Jr. <daver@gomerbud.com>
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| | |
o move it from subr_bus.c to netisr.c where it more properly belongs
o add NET_PICKUP_GIANT and NET_DROP_GIANT macros that will be used to
grab Giant as needed when MPSAFE operation is enabled
Supported by: FreeBSD Foundation
|
| |
| |
| |
| |
| | |
manager, only add interrupts that have an associated source in the
interrupt table to the resource manager.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pin that is used by the default identity mapping if it still maps to the
old vector. The ACPI case might need some tweaking for the SCI interrupt
case since ACPI likes to address the intpin using both the IRQ remapped to
it as well as the previous existing PCI IRQ mapped to it.
Reported by: kan
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
on ia64. The bug is present in i386 as well but didn't show up due to
more relaxed page protections. This fix has been submitted to the vendor.
Submitted by: marcel
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
address selection.
Obtained from: KAME
|
| | |
| | |
| | |
| | | |
Submitted by: bde
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rather than signed. This fixes some cosmetics such as verbose printf's
for IRQs greater than 127.
- The calculation for next_ioapic_base was also adjusted so that it will
only complain once for each hole in the IRQs provided by ACPI for IO
APICs.
Reported by: Michal Mertl <mime@traveller.cz>
|
| | |
| | |
| | |
| | |
| | |
| | | |
the same APIC / pin destination in both cases.
Reported by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
|
| | |
| | |
| | |
| | | |
of embedscope.
|