summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-07-05zap; it's pointless and badly outdated.Jasper Lievisse Adriaanse
2013-07-04have FILES format a bit better;Jason McIntyre
2013-07-04some very minor tweaking;Jason McIntyre
2013-07-04somehow a return; was removedGilles Chehade
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-06-26paragraph still mentions an interface name when the example below no longerGilles Chehade
2013-06-25Since the "better kmem pointer hiding" commit, procmap does not workDavid Coppa
2013-06-23Put back r1.7Miod Vallat
2013-06-21Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()Gerhard Roth
2013-06-19Disable SPDY until we have a better understanding about code andReyk Floeter
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2013-06-15Fix typo.Mark Kettenis
2013-06-14grammar. ok jmc@Mark Lumsden
2013-06-14update the internal pcre library to 8.33Robert Nagy
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09oops! one more instance of previous...Jason McIntyre
2013-06-09the argument name for "source" is "source", not "table";Jason McIntyre
2013-06-05Fix build on vaxMiod Vallat
2013-06-05Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passingPhilip Guenther
2013-06-04tabs are not so expensive we can't intent this file properlyTed Unangst
2013-06-04tweak the headers header tooTed Unangst
2013-06-04not sure who uses the "alternate" display, but the columns look like assTed Unangst
2013-06-04I screwed up and forgot to commit this new file :(Claudio Jeker
2013-06-04Fix "\" escape handling in read_string().Kenneth R Westerback
2013-06-04we are at 5.3.3 now.Eric Faurot
2013-06-04fix use-after-free in debug tracesEric Faurot
2013-06-04tweak previous;Jason McIntyre
2013-06-04Introduce the 'ldpctl show discovery' commandClaudio Jeker
2013-06-04Speed-up the session establishment processClaudio Jeker
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Tiny typo. "Just commit" -- claudio@Ian Darwin
2013-06-04Adjust to the latest changes on the ctl_iface structClaudio Jeker
2013-06-04Cleanup ctl commands and remove unused variables inherited from ospfdClaudio Jeker
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Properly implement the exponential backoff timer on session initializationClaudio Jeker
2013-06-04Minor adjustments in the initialization FSMClaudio Jeker
2013-06-04Minor adjustments in the startup of the lde and ldpe processesClaudio Jeker
2013-06-04fix some minor issues before proceeding with the remaining patches fromClaudio Jeker
2013-06-03Stop doing pipex ioctl if no tunnel interface is configured.YASUOKA Masahiko
2013-06-03Remove the IMSG_NEIGHBOR_CHANGE messageClaudio Jeker
2013-06-03Fix bug in the fib-update commandClaudio Jeker
2013-06-03Advertise the implicit-null label for routes attached to loopbackClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-03plug a couple of memleaksEric Faurot
2013-06-03call SSL_read() again if there is data pending in the SSL buffer.Eric Faurot
2013-06-03remove bogus id tagEric Faurot
2013-06-03lowercase the key when adding an entry to a static table, since theEric Faurot
2013-06-03remove dead makefileEric Faurot
2013-06-03No need to set backend var here, it's always set before to the same value.Vadim Zhukov
2013-06-02With HTTP keepalive, relayd only filtered the first request andReyk Floeter