summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-01-16when parsing ASN, don't \0-split the original string, as it may be neededTheo de Raadt
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-16Implement "start -c" to automatically connect to the consolekn
2020-01-15Guest VMs require some resources that are managed outside of vmm(4), soPeter Hessler
2020-01-14Pick the value for "max requests number" from the correct server {}Sebastian Benoit
2020-01-13nit, use "fatal" with parameters as intendedMarc Espie
2020-01-13Add BUGS section for hypervisor memory requirementkn
2020-01-11Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,Stuart Henderson
2020-01-11debug-> pkg-debug definesMarc Espie
2020-01-10Handle documentation of the remaining, more complicated defaultsIngo Schwarze
2020-01-10Reorder assignements a bit so that all hashed values are togetherClaudio Jeker
2020-01-10'export default-route' still requires an output filter rule to announceClaudio Jeker
2020-01-10Convert the vnode list at the mount point into a tailq. DuringAlexander Bluhm
2020-01-09resend the current block if the other end acks the previous block again.David Gwynne
2020-01-09Fail on incomplete guest parameterskn
2020-01-09Mention that automatic selection upon "download" is firmware dependentkn
2020-01-09does not need a chroot wrapper; ok florianTheo de Raadt
2020-01-09Remove various unused bits and pieces from lib/isc.Florian Obser
2020-01-09Remove unused attempts variable whose probable intended use would haveTheo Buehler
2020-01-09Zap unused ktent variable in functionskn
2020-01-09Forgot to remove the file with the weird int type definitions in theFlorian Obser
2020-01-09Remove readline support from nslookup.Florian Obser
2020-01-09Use normal int types like int32_t instead of isc_int32_t.Florian Obser
2020-01-09We use __dead for functions that do not return.Florian Obser
2020-01-09Nuke atomics support. This gets rid of 4k lines of code including a bunchFlorian Obser
2020-01-09Instead of calling SipHash24_Update() in path_hash for each element ofClaudio Jeker
2020-01-09Clean up header a bit, remove peer_recv_eor and peer_send_eor prototypesClaudio Jeker
2020-01-09avoid use of sprintf, this is 2020Theo de Raadt
2020-01-09Replace entropy.c, random.c and an outdated arc4random copy withFlorian Obser
2020-01-09First round of OPENSSL unifdef:Florian Obser
2020-01-09unifdef WITH_IDN; prodding deraadt@Florian Obser
2020-01-09Assorted unifdefs:Florian Obser
2020-01-09unifdef gss-api:Florian Obser
2020-01-09unifdef pkcs11:Florian Obser
2020-01-09unifdef printf and string functions:Florian Obser
2020-01-09unifdef network defines:Florian Obser
2020-01-09Move peer related code from rde.c to rde_peer.c.Claudio Jeker
2020-01-09Adjust time printing to the changes done in bgpd. Most timestamps areClaudio Jeker
2020-01-09Convert the lastchange of a prefix from time(NULL) to getmonotime() whichClaudio Jeker
2020-01-09Convert last_updown and last_read from time(3) to use getmonotime()Claudio Jeker
2020-01-09have ask_tree be more specific in its error reporting.Marc Espie
2020-01-09Bail earlier on duplicate domainskn
2020-01-08eye burning whitespaceTheo de Raadt
2020-01-08Document OBP boot-device and boot-file variableskn
2020-01-08remove literal tab from a column list;Jason McIntyre
2020-01-08Area-wide interface parameters need to be defined before the interfacesremi
2020-01-08allow using the session username in builtin filters when availableGilles Chehade
2020-01-08enable builtin filtering for commit phaseGilles Chehade
2020-01-08emable builtin filtering for phase DATA, no idea why we didn't earlier asGilles Chehade
2020-01-08reorder reporting events so they are triggered _after_ protocol-serverGilles Chehade