summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-15remove whiteout supportTodd C. Miller
2005-06-15Disable hardware vlan decapsulation.Camiel Dobbelaar
ok brad henning jason
2005-06-15Disable hardware vlan decapsulation, but not really. Because of a firmwareCamiel Dobbelaar
bug the vlan tag is always stripped off, so restore the encapsulation in software. ok deraadt, "looks ok" jason brad
2005-06-15remove y.tab.c on make clean tooMichael Shalayeff
2005-06-15more music dates; from eric@catastrophe.netMichael Shalayeff
2005-06-15remove SNMP code from mrouted(8) because it is broken and it isRobert Nagy
higly unlike that anyone will use this. ok otto@ millert@ henning@
2005-06-15no more whiteoutsTodd C. Miller
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-06-15add descritpion of the watch/watchers commands;Xavier Santolaria
2005-06-15remove from "attempted source route ..." message; ok deraadt, mpf, henning, ↵Markus Friedl
millert
2005-06-15RegenMiod Vallat
2005-06-15Wrong major for lpt.Miod Vallat
2005-06-15add pdc203xx support.Federico G. Schwindt
2005-06-15promise pdc203xx support; from bouyer@netbsd.org via grange@ with a fewFederico G. Schwindt
tweaks by me. grange@ ok who cannot commit atm.
2005-06-15Use scsi_size() as preferred disk size in all cases. Allow devicesKenneth R Westerback
using FLEX GEOMETRY mode sense page to use the existing heads * sectors * cyls calculation if scsi_size() fails. Fixes jolan@'s iPod Shuffle, and presumably other devices lying or confused about their geometry and it's relation to the number of blocks. Also save any supplied rpm and blocksize when faking, as previous code tried to do. ok jolan@ fgsch@ tdeval@
2005-06-15Typo. 'dp->cyls' -> 'dp->sectors'.Kenneth R Westerback
2005-06-15Match RTL8255 transceiver and stub out related support functions.Jonathan Gray
2005-06-15zap usage of __LINE__ so we can do KNF without binary changes.Niall O'Higgins
ok henning@
2005-06-14split the dummy ruleset pfctl -f - -e into separate -f - and -e.Daniel Hartmeier
relevant when the dummy ruleset can't be loaded, we still want to enable pf, otherwise the real ruleset (even if that does load correctly) won't be active. might happen on a non-GENERIC kernel or after an update (before /etc is manually updated). reported by Jim Rees. ok frantzen@
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
SMM lockdown breaks apm on a few machines.
2005-06-14Kill whiteout support. OK deraadt@ and beck@Todd C. Miller
2005-06-14whiteouts are goneTodd C. Miller
2005-06-14the need to use stateful rules for tagging is goneHenning Brauer
2005-06-14no need to restrict tagging to stateful rules any more, dhartmei okHenning Brauer
From: "Alexey E. Suslikov" <cruel@texnika.com.ua>
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
ok millert@, deraadt@
2005-06-14add missing error check for decode_prefix4. ok deraadt@Moritz Jodeit
2005-06-14- catch up to recent pf changesJared Yanovich
- clarify description of DIOCGETSTATES, as reported by Henrik Gustafsson <openbsd@fnord.se> via tech@ ok henning, jmc
2005-06-14do not confuse bytes with bits, noted by marcus.popp at paranoidbsd.orgHans-Joerg Hoexer
2005-06-14finish pruning support, this has been sittingJoris Vink
in my tree since c2k5 ok xsa@
2005-06-14remove speaker handling code. if you really want this, use the /etc/apm/*Theo de Raadt
scripts to do it. as it is, for most people this is terribly annoying and unneccessary; toby ok
2005-06-14update address for aalborg mirror;Jason McIntyre
from michael knudsen;
2005-06-14Don't unref something that is used later. send_rtmsg() will callClaudio Jeker
rtlabel_id2name() so call rtlable_unref() after that. OK henning@
2005-06-14Remove de(4) from cats, it does not work for any of the developers inDale Rahn
the (rather picky) cats board. It is also the last device to use vtophys on arm.
2005-06-14add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947Hans-Joerg Hoexer
ok markus
2005-06-14rename function and define to reflect the external -> egress name changeHenning Brauer
so it is clear what it is all about
2005-06-14missing closedir() on error path; ok joris xsaPatrick Latifi
2005-06-14use "egress" instead of "external" for the interface group containing theHenning Brauer
interfaces the default route(s) point to, proposed deraadt some days ago, ok djm deraadt
2005-06-14at least allow the transmit checksum code to compileBrad Smith
though this hasn't been re-enabled yet.
2005-06-14fix prototypeBrad Smith
2005-06-14re-add part of rev 1.49...Brad Smith
sync em_receive_checksum() closer to the FreeBSD driver ok millert@ msf@
2005-06-14Three more ereply that should be ereads. This fixes henning's "replaceKjell Wooding
with null string is busted" observation. ok henning@, cloder@
2005-06-14regenBrad Smith
2005-06-14add Intel PCI-E to PCI-X bridgesBrad Smith
2005-06-13Typo. ${version} -> ${VERSION}. Spotted by David Krause.Kenneth R Westerback
2005-06-13route label support, kroute part and ID allocator as well as the internalHenning Brauer
interface changes. support in the filter language and rde to come. claudio ok
2005-06-13check wether mask is NULL in if_group_routechange before dereferencingHenning Brauer
2005-06-13spurious XXX comment left over from interface abstraction code whackingHenning Brauer
2005-06-13document extended pfctl -sl formatHenning Brauer
2005-06-13make the packet and byte counters on rules and src nodes per direction,Henning Brauer
matches the counters on states now. also fix the counting on scrub rules where we previously did not handle the byte counters at all. extend pfctl -sl output to include the new seperate in/out counters hacked on the ferry from Earls Cove to Saltery Bay ok ryan
2005-06-13free memory in show_src_nodes and show_states, as reported byJared Yanovich
Henrik Gustafsson <openbsd@fnord.se> via tech@. ok henning