summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-07-09Fix classless-{ms-,}static-routes to comply RFC 3442. Number ofYASUOKA Masahiko
2014-07-09add a "no-dsn" listener option to disable DSN extension.Eric Faurot
2014-07-09config parser improvements:Eric Faurot
2014-07-09various fixes in experimental ldap backend and add support for mailaddr service.Eric Faurot
2014-07-08update filter configuration parsing (not plugged yet)Eric Faurot
2014-07-08send correct imsg when enabling profiling at runtimeEric Faurot
2014-07-08partially revert bogus commitEric Faurot
2014-07-08get rid of mfa leftoversEric Faurot
2014-07-08Fix a double free bug in parsing the config. It had occurred when aYASUOKA Masahiko
2014-07-08Fix npppd not to access freed memory when it is exiting.YASUOKA Masahiko
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08Cleanup of getopt argument: -p is not supported anymore.Tobias Stoeckmann
2014-07-08don't really bother cleaning up the callback, it will go away soon enoughMarc Espie
2014-07-08in case we say("Some parameter #1 blabla there") but weMarc Espie
2014-07-08Prettify the list of "required by" package names by sorting it.Vadim Zhukov
2014-07-08various queue improvements:Eric Faurot
2014-07-08remove dead code. these imsgs are handled in pony.c.Eric Faurot
2014-07-08make the filter API move forward (still not plugged).Eric Faurot
2014-07-08zap trailing tabEric Faurot
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-07-08make sure to clear the WAIT flag when cancelling the connector timeout.Eric Faurot
2014-07-08fatalx(errorstr) -> fatalx("%s", errorstr)Eric Faurot
2014-07-08Change fatal/fatalx to use a format string. Expand in a static bufferEric Faurot
2014-07-08Stop using uvm_extern.h to fetch uvm_param.h; so define local versionsTheo de Raadt
2014-07-08no need to send a stat update message when {inc,dec}rementing by 0.Eric Faurot
2014-07-08There really isn't a strict "heap" anymore, so just call everything likeTheo de Raadt
2014-07-08fix typos.Igor Sobrado
2014-07-08cleaner callback handlingMarc Espie
2014-07-08improve indentation.Igor Sobrado
2014-07-07sometimes, the callback happens when the archive isn't opened...Marc Espie
2014-07-07don't throw strange warnings during pkg_delete...Marc Espie
2014-07-07display saved size for now, to be disabled once I'm satisfied this is veryMarc Espie
2014-07-07record how many bytes we saved for statistics purposes.Marc Espie
2014-07-07restore progressmeter for big files.Marc Espie
2014-07-07Allow to enable profiling at runtime and fix timings output.Eric Faurot
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04It makes much more sense to do the loop checking on incoming mails ratherEric Faurot
2014-07-04always attempt to use tls for relaying to the primary server whenEric Faurot
2014-07-04Tcpdump did not show the OSPF router id of hello packets if it wasAlexander Bluhm
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-02Warnings. I haz them.Miod Vallat
2014-07-01Fix snprintf() return value tests. ok gilles@Matthieu Herrb
2014-07-01activate "out-of-order" archives based on historyMarc Espie
2014-07-01turn out-of-order extraction back on.Marc Espie
2014-07-01tweak the ProgressMeter code to always record sizes, even in the stub caseMarc Espie
2014-06-30remove backwards compat layer for alpha osf1. back then compilers andTheo de Raadt
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2014-06-27knf, no functional change.Andre de Oliveira