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