Age | Commit message (Expand) | Author |
2006-01-03 | Show RIB statistics via "bgpctl show rib mem". | Claudio Jeker |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2006-01-03 | Cope with new util.c | Claudio Jeker |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker |
2006-01-03 | Don't use fatal() and friend in bgpctl. The log system does not work here. | Claudio Jeker |
2006-01-03 | include signal.h not sys/signal.h and remove a useless cast; OK deraadt@ | Todd C. Miller |
2006-01-03 | Plug some mem leaks. | Claudio Jeker |
2006-01-03 | Kill WFLAG macro. Should have been included in the rde_attr_parse() merge. | Claudio Jeker |
2006-01-03 | in EXAMPLES: | Jason McIntyre |
2006-01-03 | Move the signal handler flags check between the poll() call and the poll | Claudio Jeker |
2006-01-03 | No need to check the poll fds in case of EINTR. OK dlg@ | Claudio Jeker |
2006-01-03 | check 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-31 | Make useradd -p slightly less dangerous by overwriting the encrypted | Todd C. Miller |
2005-12-30 | Fix parse_prefix() for IPv4 addresses. Looks like fallout after IPv6 addition. | Claudio Jeker |
2005-12-30 | There is no attr_mp_nexthop() function, remove the prototype. | Claudio Jeker |
2005-12-30 | Remove unused attr_optlen() | Claudio Jeker |
2005-12-30 | Use sys/hash.h instead of own built functions that work similar. | Claudio Jeker |
2005-12-30 | Merge rde_attr_error() into rde_attr_parse() it is no longer necessary to | Claudio Jeker |
2005-12-29 | More correct cleanup on exit. OK norby@ | Claudio Jeker |
2005-12-29 | Instead of a simple timer per neighbor for the LS retransmition list use | Claudio Jeker |
2005-12-29 | add an 'include' rule to hostapd.conf(5); based on an older diff from | Reyk Floeter |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-26 | have pkg_create warn about shared libs which have a version number hardcoded | Marc Espie |
2005-12-24 | bzero the pfd array before setting it up and calling poll because on error | Claudio Jeker |
2005-12-24 | Don'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 option | Jason McIntyre |
2005-12-23 | fill in the blanks for -r; | Jason McIntyre |
2005-12-23 | adjust the description of -r to that in freebsd's traceroute6(8), | Jason McIntyre |
2005-12-22 | `option', not `options'; | Jason McIntyre |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-20 | some wording improvements; | Jason McIntyre |
2005-12-19 | Better English in comment. | Claudio Jeker |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-17 | remove extra space in output of router LSA; ok claudio@ | Kevin Steves |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-16 | rm kerberosIV remnant | Todd T. Fries |
2005-12-15 | No need to call the nbr_fsm for unexpected LS requests. The RFC tells to | Claudio Jeker |
2005-12-15 | Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@ | Claudio Jeker |
2005-12-15 | Simpify iface_del() and nbr_del(). make them void funtions as they can not fail | Claudio Jeker |
2005-12-15 | Fix memory leaks in the parser. Make the string passed with area more strict. | Claudio Jeker |
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker |
2005-12-12 | correct err() usage and remove the do_death which is unneeded in | Bob Beck |
2005-12-12 | Backout previous change back to 1.92 - My fault, committed diff | Bob Beck |
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto |
2005-12-10 | tweak: ok reyk | Jason McIntyre |
2005-12-10 | add an option to increase the multicast ttl which is currently limited | Reyk Floeter |
2005-12-10 | make lint more happy | Reyk Floeter |
2005-12-09 | Mine, so modernize license | Bob Beck |