Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | set glitch correctly | Marc Espie | |
2016-05-15 | Add END() to match ENTRY() macros | Philip Guenther | |
ok kettenis@ | |||
2016-05-15 | remove 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-15 | make 'make clean' clean up the .ldadd file, in case LIBREBUILD was set | Philip Guenther | |
ok deraadt@ | |||
2016-05-15 | TIB conversion is complete, so set errno in the syscall stub and eliminate | Philip Guenther | |
__cerror ok ketternis@ | |||
2016-05-14 | Since GetTime() doesn't work on U-Boot, use timer events to simulate a clock | Mark Kettenis | |
that ticks at every second. This makes the boot prompt timeout work. | |||
2016-05-14 | Move rpm read to a own function analog pwm read. No functional change. | Marcus Glocker | |
ok kettenis | |||
2016-05-14 | use twice the same code for prepare_long and verify_modes so that it can't | Marc Espie | |
diverge. tested for a few days and okay aja@ | |||
2016-05-14 | Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless. | Mark Kettenis | |
2016-05-14 | Add support for pwm fans. | Marcus Glocker | |
ok kettenis | |||
2016-05-14 | Handle boot options, and pass the boot device to the kernel. The boot device | Mark 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-14 | Make getsecs() return 0 if EFI doesn't tell us the time. | Mark Kettenis | |
2016-05-14 | Tell the kernel where its symbols are. | Mark Kettenis | |
2016-05-14 | Load the kernel at the address pre-allocated by the EFI bootloader. | Mark Kettenis | |
2016-05-14 | Need some startup assembly code as well. | Mark Kettenis | |
2016-05-14 | Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD | Mark 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-14 | Be gone /var/sysmerge/examplessum. | Antoine Jacoutot | |
2016-05-14 | some misplaced man pages spotted by aja | Theo de Raadt | |
2016-05-14 | Return correct rpm values for all fans. | Marcus Glocker | |
ok kettenis | |||
2016-05-14 | Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messages | Antoine 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-14 | Revert previous commit. Converting bcopy into memcpy is never safe when | Mark Kettenis | |
there is a big fat comment saying "Avoid alignment issues" immediately above them. | |||
2016-05-14 | add 6.1 firmware key | Stuart Henderson | |
2016-05-14 | unhphenate the world: re-order -> reorder | Jason McIntyre | |
sthen does not object | |||
2016-05-14 | ftp:// -> http:// for main ftp site example. | T.J. Townsend | |
2016-05-14 | another ftp:// to http:// | T.J. Townsend | |
2016-05-14 | switch ftp:// mirror to http:// | T.J. Townsend | |
2016-05-13 | remove extra argument; from rafael neves | Jason McIntyre | |
2016-05-13 | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format | Alexandre Ratchov | |
mistakes. | |||
2016-05-13 | overzealous use of errx() hides useful information about errors. | Ted Unangst | |
ok benno millert | |||
2016-05-13 | contrary to documentation and other implementations, kevent was preventing | Ted 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-13 | no more hppa64; | Jason McIntyre | |
2016-05-13 | spelling and usage() fixes; | Jason McIntyre | |
2016-05-13 | have sinclude/include be more compatible with sysv, handle list of files | Marc Espie | |
small improvement and okay millert@ | |||
2016-05-13 | re-add the check we have in revision 1.12. | Remi Pointel | |
ok jca@ (thanks). | |||
2016-05-13 | -F is nonstandard as well. from Caspar Schutijser | Ted Unangst | |
2016-05-13 | add a stub log for signify, problem noticed by tedu | Marc Espie | |
2016-05-13 | fix logging. | Ted Unangst | |
1. va must be restarted before reuse. 2. don't syslog in debug. assume someone is watching stderr. | |||
2016-05-12 | Add -F option to install(1) that calls fsync(2) on the installed | Todd C. Miller | |
file right before closing it. OK tedu@ phessler@ | |||
2016-05-12 | If 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-12 | more hppa64 cleaning | Theo de Raadt | |
2016-05-12 | Fix "comma at end of enumerator list" warnings | David 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-12 | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle | Theo 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-12 | Remove bogus rw_exit() call. | Mark Kettenis | |
2016-05-12 | set-hook needs CANFAIL like the other set commands. | Nicholas Marriott | |
2016-05-12 | Disable EIGRPv6 on an interface when it loses its link-local address. | Renato Westphal | |
2016-05-12 | Improve support for config reloading. | Renato Westphal | |
2016-05-11 | delete SROP mitigation debug code; it works | Theo de Raadt | |
2016-05-11 | remove 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-11 | sync | Theo de Raadt | |