| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
be printed, if the module were loaded into a kernel which had INET6 enabled.
The gre(4) driver does not use INET6, nor is it specified for IPv6. The
tunnel_status() function in ifconfig(8) is somewhat overzealous and assumes
that all tunnel interfaces speak KAME ifioctls.
This fix follows the path of least resistance, by teaching gre(4) about
the two KAME ifioctls concerned.
PR: bin/56341
|
|
|
|
| |
Submitted by: Jim Rees <rees@umich.edu>
|
|
|
|
| |
mistake I did and then committing it to cvs.
|
|
|
|
|
|
| |
committing.
Pointy hat to: jake
|
| |
|
|
|
|
| |
tab lossage, and missing comment on idempotency #endif).
|
| |
|
|
|
|
| |
need the ICW4 bits for PC98 though.
|
|
|
|
|
|
| |
comments from NetBSD's dev/ic/i8259A.h. These bits really belong in
a file of the same name as well, but this will do for now.
- Axe unused HWI_MASK.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move the IPI and local APIC interrupt vectors up into the 0xf0 - 0xff
range. The pmap lazyfix IPI was reordered down next to the TLB
shootdowns to avoid conflicting with the spurious interrupt vector.
- Move the base of APIC interrupts up 16 so that the first 16 APIC
interrupts do not overlap the vectors used by the ATPIC.
- Remove bogus interrupt vector reservations for LINT[01].
- Now that 0xc0 - 0xef are available, use them for device interrupts.
This increases the number of APIC device interrupts to 191.
- Increase the system-wide number of global interrupts to 191 to catch up
to more APIC interrupts.
Requested by: peter (2)
|
|
|
|
|
|
|
|
| |
the packets are immediately returned for sending (e.g. when bridging
or packet forwarding). There are more efficient ways to do this
but for now use the least intrusive approach.
Reviewed by: imp, rwatson
|
| |
|
|
|
|
|
|
| |
getifmaddrs(), is added to retrieve current multicast group memberships.
Reviewed by: harti
|
|
|
|
|
|
|
|
|
|
|
| |
in exit1(), make sure the p_klist is empty after sending NOTE_EXIT.
The process won't report fork() or execve() and won't be able to handle
NOTE_SIGNAL knotes anyway.
This fixes some race conditions with do_tdsignal() calling knote() while
the process is exiting.
Reported by: Stefan Farfeleder <stefan@fafoe.narf.at>
MFC after: 1 week
|
|
|
|
|
|
| |
in a protocol-independent way.
Submitted by: harti
|
|
|
|
| |
up. :-]
|
|
|
|
| |
Obtained from: KAME
|
|
|
|
| |
Reported by: nectar
|
|
|
|
|
|
|
|
| |
- In the receive routine handle the case where last descriptor could have
less than 4 bytes of data.
- Handle race between detach/ioctl routine.
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- simplify by strdup.
- set ai_protocol in hints to TCP.
- g/c FAITH_NS (no description, not maintained for years)
- warn if connection from IPv4 mapped is reached.
- IPV6_V6ONLY if possible.
- unifdef -UFAITH4.
- drop rsh/rlogin support.
- deal with negative return value from wait3.
Obtained from: KAME
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- realloc pedant.
- set sin6_scope_id before sending (link-local/multicast) packets
- removed an incorrect comment
- don't age non-gateway host routes.
- not remove global addresses on loopback interface from routing table
by route aging.
Obtained from: KAME
|
|
|
|
|
|
| |
- simplify.
Obtained from: KAME
|
| |
|
| |
|
|
|
|
| |
potentially sleep. This should help find some bogus locking.
|
|
|
|
|
|
|
|
| |
kernel build. This makes it possible for me not to get pissed off that
random.ko crashes the system trying to rdtsc() when the i386/cpu.h
support code decides it's okay to call that op when neither I386_CPU or
I486_CPU is defined. I guess it also makes WITNESS/INVARIANTS defines
get picked up by the modules.
|
|
|
|
|
|
| |
- using (intmax_t) and %j instead of %q
Tested by: make universe
|
|
|
|
|
|
|
|
|
|
| |
- using (intmax_t) and %j
- giving a non-empty format string to msg()
Include <stdint.h> directly instead of depending on <inttypes.h>
to do it.
Tested by: make universe
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a SEMICOLON token (a newline or semicolon, or one of these preceded
by a comment and/or whitespace). The input stream was switched too
early and the parser was expecting a SEMICOLON in the included file
instead of after the filename in the include directive.
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Kept alive by: Adam C. Migus <adam@migus.org>
|
|
|
|
|
|
|
| |
#include <sys/cdefs.h>
__FBSDID(...);
Leave the one matching the other files in this directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
vnode of the parent. However, this check should not be performed if
the lookup failed. This change should fix "union_lookup returning
. not same as startdir" panics people were seeing. The bug was
introduced by an incomplete import of a NetBSD delta in rev 1.38.
- Move the aforementioned check out from DIAGNOSTIC. Performance
is the least of our unionfs worries.
- Minor reorganization.
PR: 53004
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
| |
Replace occurences of the magic constant 2 with an offsetof macro
call that computes the size of the leading members of the sockaddr.
Use strlcpy instead of sprintf where appropriate. Document the new changes
in the man page.
|
|
|
|
|
|
| |
statfs changes.
Submitted by: Marco Wertejuk <wertejuk@mwcis.com>
|
|
|
|
|
| |
- Remove EIO.
- Add a cross reference to mlock(2).
|
|
|
|
|
|
|
|
|
|
| |
- Return EBUSY if the region was wired by mlock(2) and MS_INVALIDATE
is specified to msync(2). This is required by the Open Group Base
Specifications Issue 6.
- vm_map_sync() doesn't return KERN_FAILURE. Thus, msync(2) can't
possibly return EIO.
- The second major loop in vm_map_sync() handles sub maps. Thus,
failing on sub maps in the first major loop isn't necessary.
|
|
|
|
|
|
| |
# mdoc janitors should make sure I did the markup right
Inspired by: recent problems in this area
|
|
|
|
| |
Despam the u_->u change
|
|
|
|
| |
re-de u_intXX_t
|
|
|
|
| |
re-remove the _ in u_intXX_t
|
|
|
|
|
|
| |
to all my kernel configs.
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
|
|
|
|
| |
Suggested by: bde
|
| |
|
|
|
|
|
|
| |
any functions that call them. Calling proc_rwmem() with the proc lock
held is not safe. Currently, we're protected from any races by Giant.
Eventually proc_rwmem() should require the proc lock and not Giant.
|
| |
|