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