summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-08-10print checksum differences on -vv; ok otto@Markus Friedl
2004-08-10print ip/port for truncated tcp packets; ok otto@Markus Friedl
2004-08-10print the original ip packet on -vv; based on tcpdump.org; ok otto@Markus Friedl
2004-08-10order #includes, Brian Poole <raj@cerias.purdue.edu>Henning Brauer
2004-08-10wrong sizeof; Brian Poole <raj@cerias.purdue.edu>Henning Brauer
2004-08-10Gahhh, why is this still around? It was never necessary to inform the parentClaudio Jeker
2004-08-10Always free message buffer on error.Claudio Jeker
2004-08-10Support IPv6 in message and state transition dumps. Table dumps stillClaudio Jeker
2004-08-10style, use sizeof() instead of a hardcoded value.Claudio Jeker
2004-08-10switch nexthop in struct filter_set form struct in_addr to struct bgpd_addrClaudio Jeker
2004-08-10Correctly set the MED in outgoing UPDATEs. OK henning@Claudio Jeker
2004-08-10Document @man, @info, @lib, @mandir, @fontdir.Marc Espie
2004-08-10in the pool case ("servers somepool.somewhere"), we add new peers whileHenning Brauer
2004-08-10move memory allocation for new peers into a new function, makes ID allocationHenning Brauer
2004-08-10typoMarc Espie
2004-08-10cosmetic tweak: ensure all dirs always get exactly one / at the end.Marc Espie
2004-08-09document new list expansion syntax & add examplesJared Yanovich
2004-08-09Do not fill uae_error[] out of its bounds; this is especially dangerousMiod Vallat
2004-08-09record remaining DirRms.Marc Espie
2004-08-08do the right math to find out what the average kbytes per transfer isPedro Martelletto
2004-08-08should have been removed when I removed the old pkg tools.Brad Smith
2004-08-08spacingTheo de Raadt
2004-08-07use chroot DESTDIR ldconfig in DESTDIR case.Marc Espie
2004-08-07sgiTheo de Raadt
2004-08-06Use .Dl instead of a literal block when we only have a single line. HasTodd C. Miller
2004-08-06Fix typo (.Bd that should be .Ed)Todd C. Miller
2004-08-06protect makewhatis calls inside eval.Marc Espie
2004-08-06use OpenBSD::Makewhatis, avoid forking extra makewhatis.Marc Espie
2004-08-06Monster diff to get one step closer to IPv6 support.Claudio Jeker
2004-08-06In bgpctl show summary report the current and max prefix count if state isClaudio Jeker
2004-08-06Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can reportClaudio Jeker
2004-08-06fix one of the most bizarre bugs in a while...Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06Document filename semantics, @sample, @extra.Marc Espie
2004-08-06unneeded switch to main package.Marc Espie
2004-08-06avoid pulling in OpenBSD::md5 and File::Copy if we can.Marc Espie
2004-08-06block-scoped require is way simpler than weird AUTOLOAD hack.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-06Extradir name.Marc Espie
2004-08-06deinstall DirRm like DirBase.Marc Espie
2004-08-05kill 3 lines of unused codeMarc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-08-05comapring -> comparing noticed by brad@.Claudio Jeker
2004-08-05The peer_l is not needed in the rde but still allocated, free them andClaudio Jeker
2004-08-05As usual cleanup on exit. OK henning@Claudio Jeker
2004-08-05Get rid of some statistics stuff that is no longer needed but helped in theClaudio Jeker
2004-08-05Cleanup aspath specific functions and api. Mainly switch to a refcnt basedClaudio Jeker
2004-08-05tab at EOLClaudio Jeker
2004-08-05struct prefix has a pointer to the peer so use it everywhere directly insteadClaudio Jeker
2004-08-05rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1Claudio Jeker