harti
bc878862fb
The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
...
handles user and network side signaling and partly PNNI.
2003-11-07 09:15:14 +00:00
simokawa
3fbf59c91d
Increase FWMAXQUEUE up to 128.
2003-11-07 09:01:41 +00:00
simokawa
377c274717
Add compatibility for 4-stable.
...
Submitted by: imura
2003-11-07 08:59:35 +00:00
harti
d6b421ea55
This commit was generated by cvs2svn to compensate for changes in r122208,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 08:54:27 +00:00
harti
03fc926fe6
Re-import of the original NgATM file version 0.91
2003-11-07 08:54:27 +00:00
harti
7e00060782
These two files are generated with the ../genfiles script and are
...
not part of the imported distribution.
2003-11-07 08:48:43 +00:00
harti
a92d6f1ef6
Virgin import of signaling layer of NgATM shared kernel/user part 0.91
2003-11-07 08:46:22 +00:00
harti
aa350024a0
This commit was generated by cvs2svn to compensate for changes in r122205,
...
which included commits to RCS files with non-trunk default branches.
2003-11-07 08:46:22 +00:00
sos
4c2de3d46a
Better attempt at fooling GEOM into working with burnable media.
2003-11-07 08:31:09 +00:00
rwatson
8bc7e8ea30
Trim trailing whitespace.
2003-11-07 04:48:24 +00:00
rwatson
f74e2ef8ef
Slight whitespace consistency improvement:
...
Trim trailing whitespace.
Remove unmatched " " before ")".
2003-11-07 04:47:14 +00:00
ps
1fb226c0ca
Add PCID for 6i controller
...
Submitted by: John Cagle <john.cagle@hp.com>
2003-11-07 03:01:48 +00:00
sam
81a2c9c441
Fix locking of the ip forwarding cache. We were holding a reference
...
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
2003-11-07 01:47:52 +00:00
jhb
e28905d4a5
Fix an incorrect quote character in an M4 test conditon. Basically, one
...
of the verbose print statements that BTXLDR_VERBOSE enables wasn't properly
enabled.
2003-11-06 21:33:17 +00:00
ume
bbea30a3ab
correct behavior when ipv6mr_interface is 0. Matthias Drochner
...
Notified by: itojun
Obtained from: NetBSD
2003-11-06 16:42:59 +00:00
jhb
f09704e3ea
Only disable the old pin when doing a remap if it's current vector is still
...
the old vector.
Reported by: sam
2003-11-06 14:47:53 +00:00
bde
7180c01e53
Fixed some more missing punctuation in comments (most instances in this
...
file except for about 30 lines that have more errors and/or need rewording
to fit the punctuation).
2003-11-06 09:31:01 +00:00
rsm
07495c5a82
Disable the (currently unused) xe_reg_dump() function, until I know for
...
sure that it's not needed any more.
Reviewed by: imp (mentor)
2003-11-06 08:54:43 +00:00
imp
78758d8c44
List the three modules that I have that aren't connected to the build.
2003-11-06 08:46:52 +00:00
ps
f6878e1535
Correct the structure packing.
...
Reported by: Vinod Kashyap <vkashyap@3WARE.com>
2003-11-06 08:09:29 +00:00
bde
b3c44c7eee
Fixed some style bugs (missing punctuation in comments). There are many
...
more of these in proc.h alone.
2003-11-06 07:59:53 +00:00
jeff
6fc9686d6a
- Somehow I botched my last commit. Add an extra ( to fix things up. I'm
...
still not sure how this happened.
Reported by: ps
2003-11-06 07:56:01 +00:00
alc
adf47c347a
- Delay the allocation of memory for the pipe mutex until we need it.
...
This avoids the need to free said memory in various error cases along
the way.
2003-11-06 05:58:26 +00:00
alc
ddec4754a2
- Simplify pipespace() by eliminating the explicit creation of vm objects.
...
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.
2003-11-06 05:08:12 +00:00
marcel
636849aec5
Add support for unaligned ld2, st2, st4 and st8. While here, make
...
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.
2003-11-06 04:26:40 +00:00
simokawa
96ae8eeca7
Use if_printf() for FWEDEBUG.
2003-11-06 04:19:15 +00:00
imp
5f488d0ae9
s/driver/device/ for config file line
2003-11-06 03:59:03 +00:00
rwatson
c7fff281b1
Remove the flags argument from mac_externalize_*_label(), as it's not
...
passed into policies or used internally to the MAC Framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-11-06 03:42:43 +00:00
jeff
e150e86d4b
- Remove the local definition of sched_pin and unpin. They are provided in
...
sched.h now.
- Respect the td pin count.
2003-11-06 03:09:51 +00:00
jeff
f5b5faded5
- Add a pinned count to the thread so that cpu pinning may nest. This is
...
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.
2003-11-06 03:09:05 +00:00
peter
be32bf8001
OK, this might be a bit silly, but add another popcnt() candidate.
2003-11-06 01:24:25 +00:00
anholt
7dca584b52
Spelling and grammar fixes.
...
PR: kern/54658
Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2003-11-05 23:56:02 +00:00
anholt
b48d224277
Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.
...
Matches native syscalls now.
PR: kern/58793
Submitted by: David P. Reese Jr. <daver@gomerbud.com>
MFC after: 1 week
2003-11-05 23:52:54 +00:00
sam
0927f68a45
o make debug_mpsafenet globally visible
...
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
2003-11-05 23:42:51 +00:00
jhb
770a322a35
Instead of marking all 159 interrupts as available in the IRQ resource
...
manager, only add interrupts that have an associated source in the
interrupt table to the resource manager.
2003-11-05 23:19:44 +00:00
jhb
42eeb428c1
When remapping an ISA interrupt from one intpin to another, disable the
...
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
2003-11-05 23:15:52 +00:00
jhb
cdd8fcfaa1
Two style nits.
2003-11-05 23:07:39 +00:00
njl
e5c6a5c246
This commit was generated by cvs2svn to compensate for changes in r122137,
...
which included commits to RCS files with non-trunk default branches.
2003-11-05 20:51:25 +00:00
njl
4ef601c3e5
Fix a bug in iasl(8) that caused it to core dump while parsing a DSDT
...
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
2003-11-05 20:51:25 +00:00
imp
5dbd589c21
Change config file syntax to be less FreeBSD 3.x
2003-11-05 20:48:36 +00:00
ume
d2486e878b
byebye in6_ifawithscope(). it was a function for old source
...
address selection.
Obtained from: KAME
2003-11-05 17:19:31 +00:00
nyan
4dcc0c992a
Include machine/asmacros.h instead of machine/asm.h.
...
Submitted by: bde
2003-11-05 17:01:51 +00:00
jhb
e835954c3b
- Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned
...
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>
2003-11-05 16:18:06 +00:00
jhb
de98d37928
Add a workaround for MP Tables that list the same PCI IRQ twice with
...
the same APIC / pin destination in both cases.
Reported by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-11-05 16:14:10 +00:00
ume
fa05f9d270
make sure to treat destrination address as KAME internal form
...
of embedscope.
2003-11-05 16:09:21 +00:00
sos
d7dd8dce01
Pull ataraid out from under giant.
...
Use the right bio_* fields for internal stuff.
2003-11-05 15:41:20 +00:00
bde
e3f20bc850
Removed the garbage options DPT_ALLOW_MEMIO, HIFN_NO_RNG,
...
IPFIREWALL_FORWARD, NTIMECOUNTER, OHCI_DEBUG, UGEN_DEBUG, UHCI_DEBUG,
UHID_DEBUG, UHUB_DEBUG, UKBD_DEBUG, ULPT_DEBUG, UMASS_DEBUG, UMS_DEBUG,
URIO_DEBUG and VINUM_AUTOSTART.
2003-11-05 14:37:48 +00:00
bde
c8d351caf9
Removed reference to the garbage (and soon to be deleted) option
...
DPT_ALLOW_MEMIO.
2003-11-05 14:34:36 +00:00
bde
dd9da2a0dd
Removed references to the garbage (and soon to be deleted) options
...
DPT_ALLOW_MEMIO, IPFIREWALL_FORWARD and NTIMECOUNTER
2003-11-05 14:32:27 +00:00
bde
4d60f9e2ee
Fixed misformatting of the options lines for CD9660_ICONV,
...
DA_OLD_QUIRKS, DCONS_BUF_SIZE, DCONS_FORCE_CONSOLE, DCONS_FORCE_GDB,
DCONS_POLL_HZ, DIRECTIO, HIFN_DEBUG, HIFN_RNDTEST, KSTACK_MAX_PAGES,
LIBMBPOOL, MBUF_STRESS_TEST, MSDOSFS_ICONV, NETGRAPH_ATM_ATMPIF,
NSWBUF_MIN, NTFS_ICONV, P1003_1B_SEMAPHORES, RAID_AUTOCONFIG,
SCHED_4BSD, SOCKBUF_DEBUG, UBSEC_DEBUG, UBSEC_RNDTEST, UDF_ICONV,
UVSCOM_DEFAULT_OPKTSIZE and WATCHDOG.
2003-11-05 12:52:35 +00:00