summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-04-21msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancientClaudio Jeker
2006-04-21Remove function prototype that was never used. From deraadt@Claudio Jeker
2006-04-21ami sysctl diff; from michael knudsenJason McIntyre
2006-04-20list must be sortedTheo de Raadt
2006-04-20Simplify the defaults handling. This is long overdue and necessary to addClaudio Jeker
2006-04-20More delint. -mojMats O Jansson
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
2006-04-18cannot see the string self in the ANNOUNCE STRING prod any more sinceHenning Brauer
2006-04-18struct kif_kr is not used in ospfd.Claudio Jeker
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2006-04-18Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader.Claudio Jeker
2006-04-18simple variable renaming to please lintTheo de Raadt
2006-04-17initialize program_name before we privsep, otherwise the child does notTheo de Raadt
2006-04-17Remove 'ipc' in PLT message and replace it with current hostname.Mats O Jansson
2006-04-17more cleanupTheo de Raadt
2006-04-17fd(4) -> fdc(4). ok jmc@Steven Mestdagh
2006-04-17Make the code lint friendly. -mojMats O Jansson
2006-04-17Only show a interface once. Some cleanup and silence lint. -mojMats O Jansson
2006-04-17setjmp.h not usedTheo de Raadt
2006-04-16Some cleanup and delint. -mojMats O Jansson
2006-04-16cleanup error handling to avoid two memleaks. found and ok pat@Moritz Jodeit
2006-04-16Add on which interface the packet arrived. Some cleanup and delint. -mojMats O Jansson
2006-04-16KNFHenning Brauer
2006-04-16only look at later rt_msghdr fields for those messages actually usingHenning Brauer
2006-04-15Fix some bugs in printing of MOP packets. -mojMats O Jansson
2006-04-13Fix pr 5073, httpd/mod_ssl can leak file descriptors in theBob Beck
2006-04-12If /dev/apm does not respond, use a fake (pre-built) response packetTheo de Raadt
2006-04-12do not pass uninitialized variable cpuspeed up; ok kettenisTheo de Raadt
2006-04-12messages on the routing socket have different headers - rt_msghdr,Henning Brauer
2006-04-12It is no longer allowed to change attributes in place. This corrupts theClaudio Jeker
2006-04-12delintDavid Hill
2006-04-08Add missing 'use OpenBSD::Error'.Bernd Ahlers
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
2006-04-08Plug memory leak when nitems == 0.Ray Lai
2006-04-08Since moritz@ says, ``this can't happen, because no fmt stringRay Lai
2006-04-07Add default case to prevent uninitialized variable usage, althoughRay Lai
2006-04-06Add missing break. Now bgpctl show rib det source-as 8271 shows all announcedClaudio Jeker
2006-04-06Document show rib detail and friends. Some input by jmc@ getting dust in oneClaudio Jeker
2006-04-05resolve conflictsJakob Schlyter
2006-04-05regen using autoconf 2.59Jakob Schlyter
2006-04-05resolve conflictsJakob Schlyter
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2006-04-05remote_bgpid is stored in host byte order so a htonl() is needed when puttingClaudio Jeker
2006-04-05Reap childs asynchronously in the signal handler.Alexander Yurchenko
2006-04-05ARGSUSED for signal handler to please lint.Alexander Yurchenko
2006-04-04dead code removalHenning Brauer
2006-04-04document set nexthop self, and improve that section whil eon it, claudio okHenning Brauer
2006-04-04add "set nexthop self", force nexthop to be set to own address even with IBGPHenning Brauer
2006-04-04nuke bundled regex lib, we have and always used the OpenBSD one of courseHenning Brauer
2006-04-04rip out bundled dbm, we've always used our dbmHenning Brauer