Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-14 | Per the new policy with respect to short header files contaning only | Gordon Willem Klok | |
register offsets, loose the file meshreg.h. ok dlg@ | |||
2006-12-14 | Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when | Gordon Willem Klok | |
adding additional IP address or re-running dhclient by only causing an interface init if the interface is not already running. As well as some cosmetics. from brad@. Loose the ether_cmp function of dubious optimizational value simply use bcmp. Revert the ordering hack, don't execute instruction eieio directly in mc_dmaintr, makes no difference in triggering the uvm_fault bug, the problem lies elsewhere. Fix some indentation related to the DBDMA macros. Tested on Power Macintosh 9600MP and 9500MP by myself. | |||
2006-12-13 | Fix a few unitialized vars, all taken from gcc trunk, except the | Otto Moerbeek | |
change in shl_sext_kind(). ok miod@ deraadt@ | |||
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat | |
doing nothing and the mi code does not use it anymore anyway. No functional change. | |||
2006-12-13 | Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a | Miod Vallat | |
waste of 128KB of kvm. | |||
2006-12-13 | Remove unused parts of vsbus_attach_args structure. | Miod Vallat | |
2006-12-13 | Obsolete and became wrong over the time, better remove. | Miod Vallat | |
2006-12-13 | wrap ipv6 portion with #ifdef INET6. from cmetz | Jun-ichiro itojun Hagino | |
2006-12-13 | insufficient testing, martin, please do not be a moron | Theo de Raadt | |
2006-12-13 | regen | Martin Reindl | |
2006-12-13 | add device id for IBM Hubs as found in Thinkpad dockingstations | Martin Reindl | |
2006-12-13 | fix a display; | Jason McIntyre | |
2006-12-13 | Doh! I forgot the change from kroute to rroute in the deletion case. | Claudio Jeker | |
Found by Armin Wolfermann | |||
2006-12-13 | Correct funtion name in fatal message. | Claudio Jeker | |
2006-12-13 | First part of fixing broken beacon frames in acx(4) AP mode based on a | Marcus Glocker | |
diff from Sepherosa Ziehau (DragonFly); The firmware TIM element template was initialized wrong. Though, our ieee80211_alloc_beacon() routine calculates it's own TIM element, which now results in having two TIMs in an acx(4) beacon. Would it be an idea to introduce a ieee80211_alloc_beacon() flag to turn the TIM element off? Because fiddling out the TIM element in the driver for cases in which the firmware calculates its own TIM is a bit ugly ... ok claudio@ | |||
2006-12-13 | eliminate unnecessary interface resets in fxp_ioctl() | Martin Reindl | |
2006-12-13 | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses | Jun-ichiro itojun Hagino | |
(s6_addr16[1] filled) ok dhartmei | |||
2006-12-13 | tweaks; | Jason McIntyre | |
2006-12-13 | Additional test for multiple PermitOpen entries. ok djm@ | Darren Tucker | |
2006-12-13 | Make PermitOpen work with multiple values like the man pages says. bz #1267 | Darren Tucker | |
with details from peter at dmtz.com, with & ok djm@ | |||
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino | |
reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. | |||
2006-12-12 | add msk(4), tweak sk(4) and pci(4) accordingly | Pedro Martelletto | |
okay kettenis@, from brad@ | |||
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric | |
errors to userland: make all cpu_setperf functions return void. Tested by many, ok gwk@ | |||
2006-12-12 | a rewrite of enc.4, hopefully a little more useful than what we previously | Jason McIntyre | |
had; more can go in here, so feel free... many thanks to ho for feedback, and angelos and cedric who i harangued endlessly to explain nat/ipsec to me; the ipsec.conf.5 change just moves some stuff more appropriate to enc.4; ok hshoexer | |||
2006-12-12 | tweak previous, and update usage(); ok grunk | Jason McIntyre | |
2006-12-12 | Xr bgplg and bgplgsh; | Jason McIntyre | |
2006-12-12 | Mention both A1 and B1 revisions of the D-Link DGE-530T adapter and | Michael Knudsen | |
remove Yukon-2 chipsets from the list of PCI adapters. From brad@. ok myself and kettenis (via mglocker) | |||
2006-12-12 | regen | Michael Knudsen | |
2006-12-12 | Clarifying a few pcidevs entry names based on names found | Michael Knudsen | |
in a much more recent Marvell Linux sk98lin driver. From brad@. ok me and kettenis (via mglocker) | |||
2006-12-12 | Fix typo in comment. | Mark Kettenis | |
2006-12-12 | sync | Theo de Raadt | |
2006-12-12 | remove unused #defines; no binary change | Kevin Steves | |
2006-12-12 | <signal.h> not needed | Kevin Steves | |
2006-12-12 | Use appropriate macros to decode IGN. | Mark Kettenis | |
2006-12-12 | ignore bars which are 0; ok kettenis | Theo de Raadt | |
2006-12-12 | Fix a typo to clean M's out of my tree. | Michael Knudsen | |
2006-12-12 | There is no acpiec_notify() function so don't supply a prototype. | Michael Knudsen | |
While there, fix a typo. ok gwk | |||
2006-12-12 | - include <sys/proc.h> for tsleep(); | Tom Cosgrove | |
- change the defs of LHS, RHS, DST and DST2 to be AML_*. Noted by Marco S Hyman on misc@, these allow ACPI to be compiled into RAMDISK kernels. Suggestion for AML_ rename (to avoid name clash with TIMEZONE's DST, which was noted by someone else a while ago, but I forget who) from jordan@. ok marco@, jordan@ | |||
2006-12-12 | enable bgplg, the bgp looking glass | Reyk Floeter | |
ok henning@ deraadt@ | |||
2006-12-12 | Remove the BUGS section here, too. | Marc Balmer | |
requested by jmc. | |||
2006-12-12 | Remove the BUGS sections. It is not really a bug and it is explained | Marc Balmer | |
in watchdog(4) discussed with jmc and mk, ok jmc. | |||
2006-12-12 | ansify the enc code | Reyk Floeter | |
ok otto@ | |||
2006-12-12 | executed processes (like traceroute) will be killed after a hard limit | Reyk Floeter | |
of 60 seconds; add a CAVEATS section to the bgplg(8) and bgplgsh(8) manpages. thanks for the feedback ;) | |||
2006-12-12 | print the hostname in the HTML title. | Reyk Floeter | |
2006-12-12 | change the proposed permissions for the chroot'ed executables: use | Reyk Floeter | |
0555 instead of 0655, and 4555 for ping and traceroute (they require the setuid bit to open a raw socket before privilege revocation). | |||
2006-12-12 | spacing | Reyk Floeter | |
2006-12-12 | Valid XHTML 1.1! (according to http://validator.w3.org/) | Reyk Floeter | |
2006-12-12 | add a nice image (the openbgpd logo) | Reyk Floeter | |
2006-12-12 | Change nexthop_delete() to be more obvious what's going on. No functional | Claudio Jeker | |
change. OK henning@ | |||
2006-12-12 | Even IPv6 has a prefixlen limit. This ensures that we do not overflow the | Claudio Jeker | |
struct in6_addr later on. OK henning@ |