summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-16fix perms (previous cleanup commit introduced part of an unrelated change)Mike Larkin
2016-05-16enable reception and transmission of jumbo frames.David Gwynne
2016-05-16spaces -> tabsMike Larkin
2016-05-16syncTheo de Raadt
2016-05-16default to int3 padding if we ever introduce ENTRY/NENTRY pads hereMike Larkin
2016-05-16place .globals further up, to reduce confusionTheo de Raadt
2016-05-16Pad end of code in the MP trampoline with int3 instead of 0x0 as it isMike Larkin
2016-05-16Use int3 padding instead of nop in the ACPI resume trampoline, as it isMike Larkin
2016-05-15Implement TCB_{GET,SET} using PAL_{rd,wr}unique.Philip Guenther
2016-05-15Give the 32-bit and 64-bit EFI boatloaders different names such that we canMark Kettenis
2016-05-15Sync with the ADMA2 implementation in imxesdhc(4):Mark Kettenis
2016-05-15Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missingMark Kettenis
2016-05-15set glitch correctlyMarc Espie
2016-05-15Add END() to match ENTRY() macrosPhilip Guenther
2016-05-15remove chroot(2) from allowed syscalls under pledge(2).Sebastien Marie
2016-05-15make 'make clean' clean up the .ldadd file, in case LIBREBUILD was setPhilip Guenther
2016-05-15TIB conversion is complete, so set errno in the syscall stub and eliminatePhilip Guenther
2016-05-14Since GetTime() doesn't work on U-Boot, use timer events to simulate a clockMark Kettenis
2016-05-14Move rpm read to a own function analog pwm read. No functional change.Marcus Glocker
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
2016-05-14Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless.Mark Kettenis
2016-05-14Add support for pwm fans.Marcus Glocker
2016-05-14Handle boot options, and pass the boot device to the kernel. The boot deviceMark Kettenis
2016-05-14Make getsecs() return 0 if EFI doesn't tell us the time.Mark Kettenis
2016-05-14Tell the kernel where its symbols are.Mark Kettenis
2016-05-14Load the kernel at the address pre-allocated by the EFI bootloader.Mark Kettenis
2016-05-14Need some startup assembly code as well.Mark Kettenis
2016-05-14Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSDMark Kettenis
2016-05-14Be gone /var/sysmerge/examplessum.Antoine Jacoutot
2016-05-14some misplaced man pages spotted by ajaTheo de Raadt
2016-05-14Return correct rpm values for all fans.Marcus Glocker
2016-05-14Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messagesAntoine Jacoutot
2016-05-14Revert previous commit. Converting bcopy into memcpy is never safe whenMark Kettenis
2016-05-14add 6.1 firmware keyStuart Henderson
2016-05-14unhphenate the world: re-order -> reorderJason McIntyre
2016-05-14ftp:// -> http:// for main ftp site example.T.J. Townsend
2016-05-14another ftp:// to http://T.J. Townsend
2016-05-14switch ftp:// mirror to http://T.J. Townsend
2016-05-13remove extra argument; from rafael nevesJason McIntyre
2016-05-13Unbreak build when AUDIO_DEBUG is defined: fix printf(9) formatAlexandre Ratchov
2016-05-13overzealous use of errx() hides useful information about errors.Ted Unangst
2016-05-13contrary to documentation and other implementations, kevent was preventingTed Unangst
2016-05-13no more hppa64;Jason McIntyre
2016-05-13spelling and usage() fixes;Jason McIntyre
2016-05-13have sinclude/include be more compatible with sysv, handle list of filesMarc Espie
2016-05-13re-add the check we have in revision 1.12.Remi Pointel
2016-05-13-F is nonstandard as well. from Caspar SchutijserTed Unangst
2016-05-13add a stub log for signify, problem noticed by teduMarc Espie
2016-05-13fix logging.Ted Unangst
2016-05-12Add -F option to install(1) that calls fsync(2) on the installedTodd C. Miller