Age | Commit message (Expand) | Author |
2018-01-20 | Fix uninitialized variable. | rob |
2018-01-20 | Re-enable the code that unmaps the startup code once more now that lld is | Mark Kettenis |
2018-01-20 | sync | Theo de Raadt |
2018-01-20 | Remove code that has been disabled since 1999. From Michael W. Bombardieri who | anton |
2018-01-20 | oops, no chomp, so get rid of the extra blank line by using print | Marc Espie |
2018-01-19 | dwiic: cleanup function prototypes after ACPI/PCI split | Joshua Stein |
2018-01-19 | sync | Mark Kettenis |
2018-01-19 | Build clang on sparc64. | Mark Kettenis |
2018-01-19 | Switch the default compiler on armv7 to clang. | Mark Kettenis |
2018-01-19 | Use static inline such that the functions are guaranteed to be present when | Mark Kettenis |
2018-01-19 | In pfioctl() a pf unlock was missing in the error path. | Alexander Bluhm |
2018-01-19 | VMD: vioscsi - fix large ISO support in Linux | ccardenas |
2018-01-19 | Use the pf state key linking functions in two more places instead | Alexander Bluhm |
2018-01-19 | display the actual redirect message, as that's informative. | Marc Espie |
2018-01-19 | Partial revert of rev. 1.7, fixes build with clang | Jeremie Courreges-Anglas |
2018-01-19 | /etc/snmpd.conf may contain passwords or other sensitive | Gleydson Soares |
2018-01-18 | Wow, it cannot even be in .data... | Theo de Raadt |
2018-01-18 | Zap the rotor, it was a wrong idea. Cluebat applied by kshe who | Otto Moerbeek |
2018-01-18 | Sorry, the PIC macros cannot reach to .rodata.... | Theo de Raadt |
2018-01-18 | Remove quirk matching all Yamaha devices, as this prevents non-MIDI | Alexandre Ratchov |
2018-01-18 | While booting it does not make sense to wait for memory, there is | Alexander Bluhm |
2018-01-18 | Make URL redirection sticky in the installer | job |
2018-01-18 | Discard all but the last line when reading from a #() command - the | Nicholas Marriott |
2018-01-18 | Make the installer use the multiprocessor kernel if there is more | Visa Hankala |
2018-01-18 | Fix the computation of `ncpusfound' on !MULTIPROCESSOR kernels so that | Visa Hankala |
2018-01-18 | Fix an off-by-one uncovered by the recent free(9) change | Mike Belopuhov |
2018-01-18 | Mark up mount(8) options with Cm. | Anthony J. Bentley |
2018-01-18 | Move to ffs(3) for bitmask scanning. I played with this earlier, | Otto Moerbeek |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2018-01-18 | Unlike other archs, mips64 needs ld.so to know about symbol visibility and | Philip Guenther |
2018-01-18 | Remove unused hooks_run function, from Thomas Adam. | Nicholas Marriott |
2018-01-17 | sync | Theo de Raadt |
2018-01-17 | Add sizes for free() in wscons(4). | Frederic Cambus |
2018-01-17 | Found a .data variable that can be in .rodata | Theo de Raadt |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2018-01-17 | Remove erreneous and leftover slash that was part of the regex before | Patrick Wildt |
2018-01-17 | Process redirection messages from http. | Marc Espie |
2018-01-17 | Defend agains branch predictor target injection (Spectre "variant 2") | Mark Kettenis |
2018-01-17 | Implement support for the PSCI_VERSION call and export the function such that | Mark Kettenis |
2018-01-17 | Implement basic padding support in libsa so we can do zero-padding | Patrick Wildt |
2018-01-17 | Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes. | Anthony J. Bentley |
2018-01-16 | On armv7, remove symbols that are also present in our libc. Because of the | Mark Kettenis |
2018-01-16 | Introduce internal_warningf() and mark internal_errorf() as noreturn | Jeremie Courreges-Anglas |
2018-01-16 | g/c unused defines that were only used by nacl's SHA-512 implementation | Christian Weisgerber |
2018-01-16 | Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since | anton |
2018-01-16 | garbage collect an unused variable | Sebastian Benoit |
2018-01-16 | One minor scan-build warning | Jeremie Courreges-Anglas |
2018-01-16 | Use the monotonic clock to compute the session duration. | cheloha |
2018-01-16 | Fix drawing of ACS characters (they need to go character-at-a-time), | Nicholas Marriott |
2018-01-16 | GETTY_SLEEP is 30 seconds, not 10 | cheloha |