summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-15set glitch correctlyMarc Espie
2016-05-15Add END() to match ENTRY() macrosPhilip Guenther
ok kettenis@
2016-05-15remove chroot(2) from allowed syscalls under pledge(2).Sebastien Marie
please note that chrooted process are still possible with pledge(2), but only if the chroot(2) is done *before* calling pledge(2). Once pledged, no more chroot(2) call are permitted.
2016-05-15make 'make clean' clean up the .ldadd file, in case LIBREBUILD was setPhilip Guenther
ok deraadt@
2016-05-15TIB conversion is complete, so set errno in the syscall stub and eliminatePhilip Guenther
__cerror ok ketternis@
2016-05-14Since GetTime() doesn't work on U-Boot, use timer events to simulate a clockMark Kettenis
that ticks at every second. This makes the boot prompt timeout work.
2016-05-14Move rpm read to a own function analog pwm read. No functional change.Marcus Glocker
ok kettenis
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
diverge. tested for a few days and okay aja@
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
ok kettenis
2016-05-14Handle boot options, and pass the boot device to the kernel. The boot deviceMark Kettenis
is currently hardcoded to be sd0. Still need to figure out how we will do proper boot device selection when we start using the FDT.
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
and our amd64 EFI bootloader. The current code works on a 2GB CuBox-i, but probably not on anything else. It needs a u-boot with EFI loader support.
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
ok kettenis
2016-05-14Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messagesAntoine Jacoutot
about pkg.conf isn't really that helpful and if a big syntax change comes along well we have current.html. it was disabled during p2k16 and no one complained so far discussed with and ok deraadt@
2016-05-14Revert previous commit. Converting bcopy into memcpy is never safe whenMark Kettenis
there is a big fat comment saying "Avoid alignment issues" immediately above them.
2016-05-14add 6.1 firmware keyStuart Henderson
2016-05-14unhphenate the world: re-order -> reorderJason McIntyre
sthen does not object
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
mistakes.
2016-05-13overzealous use of errx() hides useful information about errors.Ted Unangst
ok benno millert
2016-05-13contrary to documentation and other implementations, kevent was preventingTed Unangst
a process from watching other users' procs. but there are no secrets here. remove that check. at the same time, note that as far as pledge is concerned, while most of kevent is a "stdio" type operation, process monitoring belongs to the "proc" family, so add an additional check here. ok deraadt millert
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
small improvement and okay millert@
2016-05-13re-add the check we have in revision 1.12.Remi Pointel
ok jca@ (thanks).
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
1. va must be restarted before reuse. 2. don't syslog in debug. assume someone is watching stderr.
2016-05-12Add -F option to install(1) that calls fsync(2) on the installedTodd C. Miller
file right before closing it. OK tedu@ phessler@
2016-05-12If writing the control register fails, bail out without attaching any sensors.Mark Kettenis
From Marcus Glocker, who has an Apple G5 machine where an advertised sensor isn't there, and plodding on creates annoying dmesg spam.
2016-05-12more hppa64 cleaningTheo de Raadt
2016-05-12Fix "comma at end of enumerator list" warningsDavid Coppa
Sure stsp@
2016-05-12- Rework load_cfg() error handling a little.Tim van der Molen
- Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@
2016-05-12Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzleTheo de Raadt
the PC/FP/SP registers in the jmpbuf. An old idea (around 1999?) but the random segment sure makes it easy. Lots of help from kettenis ok kettenis
2016-05-12Remove bogus rw_exit() call.Mark Kettenis
2016-05-12set-hook needs CANFAIL like the other set commands.Nicholas Marriott
2016-05-12Disable EIGRPv6 on an interface when it loses its link-local address.Renato Westphal
2016-05-12Improve support for config reloading.Renato Westphal
2016-05-11delete SROP mitigation debug code; it worksTheo de Raadt
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2016-05-11syncTheo de Raadt