Age | Commit message (Expand) | Author |
2017-01-05 | Pass value as input instead of output register, otherwise we write | Patrick Wildt |
2017-01-05 | Build with -fno-builtin to keep clang from optimizing the _dl_memset() | Christian Weisgerber |
2017-01-05 | Document cargo module. | Daniel Jakots |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2017-01-05 | Complete idle PCB allocation for secondary processors so that it makes | Patrick Wildt |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Avoid a side-channel cache-timing attack that can leak the ECDSA private | Joel Sing |
2017-01-05 | Checking whether mbuf list is empty is done by the if_input now | Mike Belopuhov |
2017-01-05 | Microsoft has allocated us a SubID that we can use to identify OpenBSD | Mike Belopuhov |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2017-01-05 | Remove some unnecessary code abstractions and while here remove a | Rafael Zalamena |
2017-01-05 | Don't let producer index become equal with the consumer when writing | Mike Belopuhov |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2017-01-05 | sync | Stuart Henderson |
2017-01-05 | sort options list; | Jason McIntyre |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2017-01-05 | minor tweaks; | Jason McIntyre |
2017-01-05 | Complete rewrite, documenting 16 additional constructor/destructor pairs. | Ingo Schwarze |
2017-01-05 | sync | Theo de Raadt |
2017-01-04 | Convert ARM assembly to unified syntax. Clang demands it, binutils | Patrick Wildt |
2017-01-04 | Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from scratch. | Ingo Schwarze |
2017-01-04 | With clang as cross-compiler we need to tell it where our cross | Patrick Wildt |
2017-01-04 | With clang as cross-compiler we need to make it pass the library path | Patrick Wildt |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2017-01-04 | Remove superfluous datatype that is 32 by default. Clang complains | Patrick Wildt |
2017-01-04 | Avoid an out of bounds read when the environment variable LESSBINFMT | Todd C. Miller |
2017-01-04 | Fix a crash when "sort -m" is given no files. From Julien Ramseier. | Todd C. Miller |
2017-01-04 | Remove unnecessary casts of 'a' to char * since 'a' is already char *. | Todd C. Miller |
2017-01-04 | Support https for the url to the autopartitioning template for | Robert Peichaer |
2017-01-04 | Enforce https for connections to ftplist.cgi and ftpinstall.cgi on | Robert Peichaer |
2017-01-04 | As noticed by bluhm@ the netlock is required for the multicast cleanup | Mike Belopuhov |
2017-01-04 | Remove modular exponential groups specified in RFC5114 | Mike Belopuhov |
2017-01-04 | Cleanup gpio(4) support code. | Mark Kettenis |
2017-01-04 | Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins. | Stefan Sperling |
2017-01-04 | Remove a check for empty option strings from our fuse regress tests. | Stefan Sperling |
2017-01-04 | Update compiler-rt to version 3.9.1. There has only been a single | Patrick Wildt |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2017-01-04 | modfier -> modifier | Theo Buehler |
2017-01-04 | If find(1) may end up calling execve(2), it needs "proc exec" in addition | Theo Buehler |
2017-01-04 | Complete rewrite: | Ingo Schwarze |
2017-01-04 | In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case | Alexandre Ratchov |
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller |
2017-01-04 | Describe what ASN1_OBJECT_new(3), ASN1_OBJECT_free(3), OBJ_dup(3), | Ingo Schwarze |
2016-09-05 | Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc. | Pascal Stumpf |
2017-01-04 | convert igmp_stat into per-cpu counters | David Gwynne |
2017-01-04 | dont assume setting IFF_UP will succeed. | David Gwynne |
2017-01-04 | shuffle the last change slightly. | David Gwynne |
2017-01-04 | s/Signaled/Signalled/ | David Gwynne |
2017-01-04 | make if_input return early if the mbuf list is empty. | David Gwynne |
2017-01-04 | relax PKCS#11 whitelist a bit to allow libexec as well as lib | Damien Miller |