summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16Don't bother to initialize %g1; we don't do this on sparc either.Mark Kettenis
2015-01-16disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it isMiod Vallat
2015-01-16Use ">", not ">=" when comparing length to HOST_NAME_MAX sinceTodd C. Miller
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".Todd C. Miller
2015-01-16Add missing <limits.h> to file.c and remove definition of PATH_MAXTodd C. Miller
2015-01-16properly handle opening parentheses, correctly quote vertical bars,Ingo Schwarze
2015-01-16Add test that exchanges database description packets with ospfd.Alexander Bluhm
2015-01-16increasing the size of the namecache suddenly made the commentTed Unangst
2015-01-16Parse and ignore .IX (generate index entry) macros because pod2man(1)Ingo Schwarze
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-16More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3.Theo de Raadt
2015-01-16garbage collect empty .No macros mandoc warns aboutIngo Schwarze
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt
2015-01-16add missing .An macrosIngo Schwarze
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo de Raadt
2015-01-16manage spacing in a simpler way, removing some useless macros mandoc warns aboutIngo Schwarze
2015-01-16move to <limits.h> where possible, annotate <sys/param.h> otherwiseTheo de Raadt
2015-01-16regression: incorrect error message on otherwise-successfulDamien Miller
2015-01-16fix placement of opening parentheses, and drop some .Xo while hereIngo Schwarze
2015-01-16Move from <sys/param.h>. (The binary change is due to a line numberTheo de Raadt
2015-01-16Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }".Ingo Schwarze
2015-01-16switch to <limits.h>; ok millertTheo de Raadt
2015-01-16remove useless escaping; mandoc warned about some of thisIngo Schwarze
2015-01-16Properly escape punctuation when given as an argument to a macro;Ingo Schwarze
2015-01-16Less code, more better. No longer need to worry about what mysteriousTed Unangst
2015-01-16The make code has "bootstrap", to allow it to be brought up on otherTheo de Raadt
2015-01-16SSL_CTX_use_certificate_chain() has been added to LibreSSL and thereReyk Floeter
2015-01-16Adapt to <limits.h> universe.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h>Theo de Raadt
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16Tweak previous: Do not put punctuation on its own line, put it at the endIngo Schwarze
2015-01-16Add regression tests for syslog over TLS.Alexander Bluhm
2014-07-11Add a test framework for the ospfd routing daemon. For each testAlexander Bluhm
2015-01-16Binary code patching on amd64Stefan Fritsch
2015-01-16Clean up macros in isakmpd(8).Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h>Doug Hogan
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller
2015-01-16<sys/param.h> is not needed here either.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-16improve checksum parsing slightly. now handles filenames with spaces.Ted Unangst
2015-01-16just to be careful, add a cpp guard that the sscanf sizes are okTed Unangst
2015-01-16adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAXTheo de Raadt
2015-01-16If MAXPATHLEN is undefined, do not set it to 512. Dangerous.Theo de Raadt
2015-01-16Complete the list of functions in the paragraph that mentions thatLawrence Teo
2015-01-16Rename pcap_create()'s ebuf argument to errbuf to match the rest of theLawrence Teo
2015-01-16Add more missing argument names.Lawrence Teo
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2015-01-16The BPF paper referenced in the SEE ALSO section was most likely an unpublishedLawrence Teo
2015-01-16Fix a use after free, where the already freed p->opt.source was used byLawrence Teo