Age | Commit message (Expand) | Author |
2006-04-08 | Add missing 'use OpenBSD::Error'. | Bernd Ahlers |
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback |
2006-04-08 | Plug memory leak when nitems == 0. | Ray Lai |
2006-04-08 | Since moritz@ says, ``this can't happen, because no fmt string | Ray Lai |
2006-04-07 | Add default case to prevent uninitialized variable usage, although | Ray Lai |
2006-04-06 | Add missing break. Now bgpctl show rib det source-as 8271 shows all announced | Claudio Jeker |
2006-04-06 | Document show rib detail and friends. Some input by jmc@ getting dust in one | Claudio Jeker |
2006-04-05 | resolve conflicts | Jakob Schlyter |
2006-04-05 | regen using autoconf 2.59 | Jakob Schlyter |
2006-04-05 | resolve conflicts | Jakob Schlyter |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter |
2006-04-05 | remote_bgpid is stored in host byte order so a htonl() is needed when putting | Claudio Jeker |
2006-04-05 | Reap childs asynchronously in the signal handler. | Alexander Yurchenko |
2006-04-05 | ARGSUSED for signal handler to please lint. | Alexander Yurchenko |
2006-04-04 | dead code removal | Henning Brauer |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer |
2006-04-04 | nuke bundled regex lib, we have and always used the OpenBSD one of course | Henning Brauer |
2006-04-04 | rip out bundled dbm, we've always used our dbm | Henning Brauer |
2006-04-03 | Change an int to size_t | David Hill |
2006-04-03 | more careful getting port number | Theo de Raadt |
2006-04-03 | spreading the lint love (very minimal things..) | Theo de Raadt |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-01 | when I initially hacked sensorsd, sensors started at hw.sensors.0 and | Henning Brauer |
2006-03-31 | Plug memory leak on error path; ok ho@ moritz@ | Patrick Latifi |
2006-03-31 | kill trailing whitespace; | Jason McIntyre |
2006-03-31 | lint | Theo de Raadt |
2006-03-30 | i am stunned how little was needed to make lint happy in this | Theo de Raadt |
2006-03-30 | For correct operation, ospfd needs net.inet.ip.forwarding=1 so add a | Claudio Jeker |
2006-03-30 | Add a warning about "fib-update no" similar to the fib decouple description | Claudio Jeker |
2006-03-28 | better way to print the management address, add support for ipv6 addresses. | Reyk Floeter |
2006-03-28 | it doesn't need full words, shorter output | Reyk Floeter |
2006-03-28 | Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery | Reyk Floeter |
2006-03-27 | Check for syncer vnodes before the file system specific routine gets | Pedro Martelletto |
2006-03-27 | More specific warning. | Claudio Jeker |
2006-03-26 | Pretty-print addresses on 64-bit architectures; with input and ok deraadt@ | Uwe Stuehler |
2006-03-26 | add mime type for atom | Henning Brauer |
2006-03-26 | nat, rdr, binat and scrub are valid pf actions to filter on | Camiel Dobbelaar |
2006-03-26 | Back out -r1.59. I did not follow the process. | Uwe Stuehler |
2006-03-26 | Set the width of address columns based on the machine word width. | Uwe Stuehler |
2006-03-26 | Show the neighbor uptime in "show nei detail". | Esben Norby |
2006-03-26 | Show the link status of interfaces for real, I guess most users don't know | Esben Norby |
2006-03-25 | Kill double word | Pedro Martelletto |
2006-03-25 | Handle syncer vnodes gracefully, okay deraadt@ | Pedro Martelletto |
2006-03-25 | unused variable | Camiel Dobbelaar |
2006-03-25 | Highlight that running an OSPF router without forwarding enabled is | Esben Norby |