summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-15remove SNMP code from mrouted(8) because it is broken and it isRobert Nagy
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, m...Markus Friedl
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
2005-06-15Use scsi_size() as preferred disk size in all cases. Allow devicesKenneth R Westerback
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
2005-06-14split the dummy ruleset pfctl -f - -e into separate -f - and -e.Daniel Hartmeier
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
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
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding
2005-06-14add missing error check for decode_prefix4. ok deraadt@Moritz Jodeit
2005-06-14- catch up to recent pf changesJared Yanovich
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
2005-06-14remove speaker handling code. if you really want this, use the /etc/apm/*Theo de Raadt
2005-06-14update address for aalborg mirror;Jason McIntyre
2005-06-14Don't unref something that is used later. send_rtmsg() will callClaudio Jeker
2005-06-14Remove de(4) from cats, it does not work for any of the developers inDale Rahn
2005-06-14add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947Hans-Joerg Hoexer
2005-06-14rename function and define to reflect the external -> egress name changeHenning Brauer
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
2005-06-14at least allow the transmit checksum code to compileBrad Smith
2005-06-14fix prototypeBrad Smith
2005-06-14re-add part of rev 1.49...Brad Smith
2005-06-14Three more ereply that should be ereads. This fixes henning's "replaceKjell Wooding
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
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
2005-06-13free memory in show_src_nodes and show_states, as reported byJared Yanovich
2005-06-13Add regression test for writing old-style tar headers containing namesOtto Moerbeek
2005-06-13Fix writing of old-style tar headers. Filenames and linknames actuallyOtto Moerbeek
2005-06-13add copy method, and document it.Marc Espie
2005-06-13if this is not a `real' file, override the size entry with a zero.Marc Espie
2005-06-13better .Nd;Jason McIntyre