summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2014-06-25Apply/fix OpenBSD tag.Tobias Stoeckmann
2014-06-25Check malloc return value for NULL.Tobias Stoeckmann
2014-06-25I did enough significant changes and/or additions since 2007 afterReyk Floeter
2014-06-25sync copyright to reality according to my last changesReyk Floeter
2014-06-25revert for now. Some aspects of tied code are currently broken in a funMarc Espie
2014-06-25Alexander Schrijver posted a diff to remove references to the c_rehash script,Jason McIntyre
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-06-22missing .Pa macro below FILES;Ingo Schwarze
2014-06-20Instead of showing the difference between a bad checksum and a goodLawrence Teo
2014-06-20Import in_cksum_shouldbe() from mainline tcpdump; this is needed by myLawrence Teo
2014-06-17oops, committed debug version, to the tied hash was not used at all,Marc Espie
2014-06-17Convert malloc/memset to calloc, and remove pointless casts while here.Lawrence Teo
2014-06-16tweak extraction for out-of-order archives: do a first passMarc Espie
2014-06-16tweak the size_and support to be able to do stuff out of orderMarc Espie