summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-18Unbreak *grep -w -l. ok millert@Otto Moerbeek
2004-01-18make sure ln.len gets initialized. Okay millert@Marc Espie
2004-01-18Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogusOtto Moerbeek
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-18print link state for RTM_IFINFO messages, flush stdout correctlyMarkus Friedl
2004-01-18send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@Markus Friedl
2004-01-18document port specific systrace.filterNikolay Sturm
2004-01-18sort options;Jason McIntyre
2004-01-18this is where dhclient will start surgeryTheo de Raadt
2004-01-18spacingTheo de Raadt
2004-01-17Add _PATH_SSH, remove the restTodd C. Miller
2004-01-17Now that the phys_map_vaddr bug is out of the way, it's time to bring backMiod Vallat
2004-01-17Exec ssh not rlogin or telnet if the user calls us as "rsh host"Todd C. Miller
2004-01-17Read product id and revision from pci conf space only onceAlexander Yurchenko
2004-01-17keep track of interface link state and invalidate connected routes dependingHenning Brauer
2004-01-17add a couple of new RR types; ok deraadt@Jakob Schlyter
2004-01-17Kill kerberos4 code; OK deraadt@Todd C. Miller
2004-01-17Make it possible to announce own networks. In the RDE these prefixes areClaudio Jeker
2004-01-17KNFHenning Brauer
2004-01-17print interface name instead of indexHenning Brauer
2004-01-17keep & track interface names as well, not only indicesHenning Brauer
2004-01-17implement "show interfaces"Henning Brauer
2004-01-17allow the interfaces as bgpd sees 'em to be queried via imsgsHenning Brauer
2004-01-17actually update interface flags in if_change()Henning Brauer
2004-01-17use the new RTM_IFANNOUNCE messages to track interface (de-)appearance,Henning Brauer
2004-01-17NetBSD-current (1.6ZH) with ip_id randomization signature from itojun@Mike Frantzen
2004-01-17Major stability improvement. Fix a variety of systems and problemsKenneth R Westerback
2004-01-17Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better.Kenneth R Westerback
2004-01-17prettyTheo de Raadt
2004-01-17syncTheo de Raadt
2004-01-17Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.Kenneth R Westerback
2004-01-16Do not switch to the fpsp exception vectors if we are not running on anMiod Vallat
2004-01-16Use __packed instead of __attribute__((packed)).Alexander Yurchenko
2004-01-16spacingTheo de Raadt
2004-01-16Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer.Ryan Thomas McBride
2004-01-16Remove this farce.Miod Vallat
2004-01-16Do not print CHS info for LBA drives, it's useless for drives withAlexander Yurchenko
2004-01-16Include correct includes to unbreak compilation on macppc. ok miod@Otto Moerbeek
2004-01-16Test more ways of producing a positive infinity, and then test negativeMiod Vallat
2004-01-16enable french calendar and add some rcs tags there; from Pedro Martelletto <p...Michael Shalayeff
2004-01-16- point people to vi.ref now that it's installed (and get its name right);Jason McIntyre
2004-01-16fix printf formats, unsigned wants %uMarc Espie
2004-01-16missing #includeHenning Brauer
2004-01-16Added -v option. Enables logging of successful exchange completion.Hans-Joerg Hoexer
2004-01-16- standard option orderJason McIntyre
2004-01-16cia* is not needed on floppyB, all these machines use tsc*. but at leastTheo de Raadt
2004-01-16fix .Xr and SEE ALSO;Jason McIntyre
2004-01-16add some commas;Jason McIntyre
2004-01-16sync with raw socket API change. reported by Esben Norby, tested by teduJun-ichiro itojun Hagino