Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-04-18 | do not do some of the initmsgbuf()s job | 1 | -4/+3 | ||
2005-04-18 | sync usage() w/ man synopsis; | 1 | -9/+4 | ||
ok marco@ | |||||
2005-04-18 | tidy up AS section a little; | 1 | -8/+8 | ||
ok henning@ | |||||
2005-04-18 | Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@ | 1 | -2/+2 | ||
2005-04-18 | after setting the clock hard correct the "next" and "deadline" timestamps | 1 | -1/+8 | ||
by the offset From: Joerg Sonnenberger <joerg@britannica.bec.de> | |||||
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | 1 | -4/+5 | ||
from the kernel. That's what F_KERNEL is for. OK henning@ | |||||
2005-04-18 | prevent replies with negative delay from being used, could happen with -s | 1 | -1/+9 | ||
From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly | |||||
2005-04-18 | Print mrt config after the main and network config. Main and network config | 1 | -3/+3 | ||
belong together. OK henning@ | |||||
2005-04-18 | people who import gnu fdl should stay away from the tree. | 2 | -724/+0 | ||
2005-04-18 | If the parent interface is not IFF_RUNNING, do not call its start function. | 1 | -2/+2 | ||
This prevent a variety of fun panics. From NetBSD | |||||
2005-04-18 | grammar | 1 | -2/+2 | ||
2005-04-18 | revert a change in the previous commit to appease henning@ for the time | 1 | -2/+7 | ||
being.. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." | |||||
2005-04-18 | AfriNIC has been established as RIR for Africa now | 1 | -3/+5 | ||
2005-04-18 | - check for ETHERMIN with SIOCSIFMTU ioctl case | 1 | -5/+5 | ||
- don't need to trim off anything but the VLID bits in the driver anymore | |||||
2005-04-17 | - In vlan_input()/vlan_input_tag(), always mask off all but the VLID | 2 | -17/+17 | ||
bits from tags extracted from received frames. (Some drivers may already do this masking internally, but doing it here doesn't hurt and insures consistency.) - In vlan_ioctl(), don't let the user set a VLAN ID value with anything besides the VLID bits set, otherwise we will have trouble matching an interface in vlan_input() later. - Set the interface speed back to zero after ether_ifattach(). RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." - Do not call if_down() on a parent interface if it's already down. From FreeBSD Tested by camield@ and Alexey E. Suslikov <cruel at texnika dot com dot ua> ok camield@ | |||||
2005-04-17 | Intermediate cast of strio_offs -> uio_offset should be u_long not long | 1 | -2/+2 | ||
since otherwise a very high kernel address would be stored as a negative offset. From NetBSD (christos). | |||||
2005-04-17 | Use fatalx() instead of ospfd_shutdown() if kr_init() fails. | 1 | -2/+2 | ||
OK henning@ | |||||
2005-04-17 | Generate SIGTRAP instead of SIGILL for breakpoint instructions. | 1 | -11/+10 | ||
Disable some debug code in the process. ok miod@ | |||||
2005-04-17 | Fix typos | 1 | -3/+3 | ||
ok krw@ | |||||
2005-04-17 | Fix typo | 1 | -2/+2 | ||
ok krw@ | |||||
2005-04-17 | Typo in panic string | 1 | -3/+3 | ||
ok krw@ | |||||
2005-04-17 | Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS are | 8 | -58/+64 | ||
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@ | |||||
2005-04-17 | - Speedup CMP_PTE_USER_*4M by commenting out its first instruction, which | 1 | -7/+7 | ||
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD. | |||||
2005-04-17 | sync | 1 | -0/+1 | ||
2005-04-17 | sort usb section | 1 | -4/+4 | ||
2005-04-17 | tabs not spaces | 1 | -21/+22 | ||
2005-04-17 | and don't try to free a null set either | 1 | -5/+7 | ||
2005-04-17 | fix null pointer deref on filter rules without set part | 1 | -2/+2 | ||
problem reported by "Alexey E. Suslikov" <cruel@texnika.com.ua> | |||||
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | 1 | -14/+5 | ||
Inspired by beck@, ok mickey@ | |||||
2005-04-17 | spacing | 2 | -9/+8 | ||
2005-04-17 | use correct functions names in warn() | 1 | -6/+6 | ||
ok deraadt millert | |||||
2005-04-17 | temporarly remove 802.11a channels from the set of supported channels until | 1 | -1/+3 | ||
i figure out why the firmware crashes when scanning in the 5.2GHz spectrum. this makes 2915ABG adapters work (b/g only). | |||||
2005-04-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | 4 | -42/+14 | ||
2005-04-17 | all the supported devices on the zaurus are now documented. | 1 | -5/+75 | ||
ok jmc@ | |||||
2005-04-17 | we have a manpage for zts now | 1 | -1/+5 | ||
ok jmc@ | |||||
2005-04-17 | document effects of net.inet.ip.forwarding=2, and refer to related | 1 | -2/+10 | ||
sysctls in sysctl(3); pointed out by msf@ | |||||
2005-04-17 | i always forget this bit | 1 | -2/+2 | ||