summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-01-05Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() andClaudio Jeker
2006-01-05Show attribute cache total reference count.Claudio Jeker
2006-01-05Cache optional BGP attributes (mostly communities) and use a simpleClaudio Jeker
2006-01-05Make ospfd respect carp(4) interfaces and their weird behaviour. They willClaudio Jeker
2006-01-05Improve how ospfd copes with time changes.Esben Norby
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2006-01-04Fix a mem leak of the unusual kind. In some cases a new aspath was addedClaudio Jeker
2006-01-04Simplify shutdown function and sprinkle some rde_quit checks into functionsClaudio Jeker
2006-01-04If the decision process is turned of but a prefix is still active decrease theClaudio Jeker
2006-01-04Use new BGP attribute counter.Claudio Jeker
2006-01-04Correctly count the number of allocated BGP attributes. Needs a own counter.Claudio Jeker
2006-01-04Document "show rib mem" with jmc@'s helpClaudio Jeker
2006-01-03Show RIB statistics via "bgpctl show rib mem".Claudio Jeker
2006-01-03Track some (memory) statistics in the RDE. Accessible via bgpctl.Claudio Jeker
2006-01-03Cope with new util.cClaudio Jeker
2006-01-03Move functions shared with bgpctl into new file util.c. Simplifies theClaudio Jeker
2006-01-03Don't use fatal() and friend in bgpctl. The log system does not work here.Claudio Jeker
2006-01-03include signal.h not sys/signal.h and remove a useless cast; OK deraadt@Todd C. Miller
2006-01-03Plug some mem leaks.Claudio Jeker
2006-01-03Kill WFLAG macro. Should have been included in the rde_attr_parse() merge.Claudio Jeker
2006-01-03in EXAMPLES:Jason McIntyre
2006-01-03Move the signal handler flags check between the poll() call and the pollClaudio Jeker
2006-01-03No need to check the poll fds in case of EINTR. OK dlg@Claudio Jeker
2006-01-03check getnameinfo() return for 0 and use errx() vs. err(); old ok markus@Kevin Steves
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2005-12-31Make useradd -p slightly less dangerous by overwriting the encryptedTodd C. Miller
2005-12-30Fix parse_prefix() for IPv4 addresses. Looks like fallout after IPv6 addition.Claudio Jeker
2005-12-30There is no attr_mp_nexthop() function, remove the prototype.Claudio Jeker
2005-12-30Remove unused attr_optlen()Claudio Jeker
2005-12-30Use sys/hash.h instead of own built functions that work similar.Claudio Jeker
2005-12-30Merge rde_attr_error() into rde_attr_parse() it is no longer necessary toClaudio Jeker
2005-12-29More correct cleanup on exit. OK norby@Claudio Jeker
2005-12-29Instead of a simple timer per neighbor for the LS retransmition list useClaudio Jeker
2005-12-29add an 'include' rule to hostapd.conf(5); based on an older diff fromReyk Floeter
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-12-26have pkg_create warn about shared libs which have a version number hardcodedMarc Espie
2005-12-24bzero the pfd array before setting it up and calling poll because on errorClaudio Jeker
2005-12-24Don't use bzero(&pfd, sizeof(pfd)); pfd is an array so bzero(pfd, sizeof(pfd));Claudio Jeker
2005-12-23- no need to use .Bk/.Ek after every optionJason McIntyre
2005-12-23fill in the blanks for -r;Jason McIntyre
2005-12-23adjust the description of -r to that in freebsd's traceroute6(8),Jason McIntyre
2005-12-22`option', not `options';Jason McIntyre
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-20some wording improvements;Jason McIntyre
2005-12-19Better English in comment.Claudio Jeker
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-17remove extra space in output of router LSA; ok claudio@Kevin Steves
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
2005-12-16rm kerberosIV remnantTodd T. Fries