Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-28 | Fix exit value when diffing directories with missing files and the -N | 1 | -7/+11 | ||
or -P options are not used. From Ibrahim Khalifa | |||||
2017-08-28 | whitespace | 2 | -5/+5 | ||
2017-08-28 | whitespace | 4 | -10/+10 | ||
2017-08-28 | Fix unchecked return nit | 1 | -2/+5 | ||
ok bcook@ jsing@ | |||||
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | 4 | -35/+27 | ||
visibility are better where the target is used. GitHub issue 1049. | |||||
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | 4 | -3/+283 | ||
driver only provides support for the RTC embedded on this device. Support for the voltage regulators will come later. With this diff the Firefly-RK3399 gains a proper clock (if you connect a battery to the board). | |||||
2017-08-28 | spelling/grammar fixes; | 1 | -3/+3 | ||
2017-08-28 | Inform the user when we are relinking the kernel. | 1 | -2/+8 | ||
2017-08-28 | regen | 2 | -2/+12 | ||
2017-08-28 | Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC. | 1 | -1/+3 | ||
ok jsg@ kettenis@ | |||||
2017-08-28 | Display that we are running the upgrade scripts when they exist. On slowish | 1 | -1/+2 | ||
machines, running sysmerge(8) can take a little while so don't let people wonder about why the output seems stuck. ok sthen@ tb@ rpe@ | |||||
2017-08-28 | 65535 is a valid port to listen on. | 6 | -12/+12 | ||
Off-by-one pointed out by and diff from Kris Katterjohn katterjohn AT gmail, thanks! chris@ pointed out that more than httpd(8) is effected. OK gilles@ | |||||
2017-08-28 | Fix clang warnings; ok guenther@ deraadt@ | 2 | -6/+6 | ||
(guenther says: code could need a rewrite using writev(2) though) | |||||
2017-08-28 | sync list of supported machines with arm64.html | 1 | -6/+12 | ||
2017-08-28 | fix arm64 build | 1 | -2/+2 | ||
ok deraadt@ | |||||
2017-08-27 | sync | 1 | -0/+1 | ||
2017-08-27 | Place all .o files, Symbols.map, and the test program into /usr/libdata/ld.so.a. | 1 | -1/+10 | ||
My work is done; the next piece is coming from rpe. ok visa kettenis | |||||
2017-08-27 | The test program run before ld.so is installed was encoding the $OBJDIR | 1 | -2/+2 | ||
path to ld.so. Since the testprogram is run from inside $OBJDIR, encode with a ./ path instead. ok kettenis visa | |||||
2017-08-27 | Link the ~45 .o which become ld.so in a random order. | 1 | -3/+4 | ||
ok kettenis visa | |||||
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | 4 | -3/+386 | ||
2017-08-27 | hppa & sh use support functions from libgcc. Rather than linking against | 3 | -6/+17 | ||
the library, extract the specific pieces and link them directly. ok kettenis visa | |||||
2017-08-27 | Replace heaps of hand-written syscall stubs with a simpler framework | 39 | -801/+683 | ||
which is largely MI. ok visa kettenis | |||||
2017-08-27 | Add mvpxa(4), a driver for the SDHC compliant controller on | 4 | -3/+189 | ||
the ARMADA 38x series (SolidRun ClearFog, Turris Omnia). ok kettenis@ | |||||
2017-08-27 | Enable generic sdhc(4) on FDT attachment driver. | 2 | -2/+8 | ||
ok kettenis@ | |||||
2017-08-27 | arm64 performance: use cache zeroing function in pmap_zero_page() | 2 | -4/+5 | ||
This improves page zeroing (a rather common occurance) by over 8x. ok kettenis@, phessler@, tom@ | |||||
2017-08-27 | Free history entries when resizing/reloading | 1 | -7/+23 | ||
Cluebat & ok tb@ | |||||
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | 7 | -46/+148 | ||
of the /chosen node in the device tree to decide whether the framebuffer should be used as the console device. Most, if not all, machines will have that set to use a serial console and there is no easy way yet to change that. ok jsg@ | |||||
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | 2 | -18/+28 | ||
a process context. In interrupt context, schedule the init task instead of calling iwm_stop() directly. ok procter@ | |||||
2017-08-27 | Clear second return register on exec. | 1 | -1/+3 | ||
ok guenther@ | |||||
2017-08-27 | Add RK3399 i2c-related clocks and fix a typo. | 2 | -6/+126 | ||
2017-08-27 | Do not allow the current line of screen when the preview is toggled, | 1 | -1/+10 | ||
from Thomas Adam. | |||||
2017-08-27 | Use kind and kri for S-Up/Down as well as kUP and kDN. | 3 | -24/+30 | ||
2017-08-27 | always use %s to print a non-constant string; ok deraadt@ guenther@ | 2 | -4/+4 | ||
2017-08-27 | Rely on the hardware to clear hazards on octeon. | 1 | -1/+12 | ||
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | 6 | -275/+652 | ||
input + ok beck@, jsing@ | |||||
2017-08-27 | check return value from CBB_init | 1 | -2/+3 | ||
2017-08-27 | Revisit 2q queue sizes. Limit the hot queue to 1/20th the cache size up | 1 | -3/+11 | ||
to a max of 4096 pages. Limit the warm and cold queues to half the cache. This allows us to more effectively notice re-interest in buffers instead of losing it in a large hot queue. Discussed and shown with claudio@ and benno@ at tk217 | |||||
2017-08-27 | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | 4 | -5/+10 | ||
can get at it, so libtls can also deal with notafter's past the realm of 32 bit time in portable | |||||
2017-08-27 | Increase the buffer sizes for user prompts to ensure that they won't be | 1 | -3/+3 | ||
truncated by snprintf. Based on patch from cjwatson at debian.org via bz#2768, ok djm@ | |||||
2017-08-27 | Remove unused copy_non_glob() in ksh. | 1 | -43/+1 | ||
Report and diff by David Crosby <dave@dafyddcrosby.com> OK otto@ | |||||
2017-08-26 | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | 1 | -6/+6 | ||
Bug pointed out by tedu@. | |||||
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | 5 | -144/+540 | ||
ok bcook@ beck@ input + ok jsing@ | |||||
2017-08-26 | Since we no longer try to uniquely label routes added | 1 | -9/+5 | ||
by dhclients, there is no need to retry adding a route if the first attempt fails with EEXIST. And EUNREACHABLE should be considered final since the address if any is already configured. Use log_getverbose() to allow logging of EEXIST errors. | |||||
2017-08-26 | bug fix | 1 | -2/+2 | ||
2017-08-26 | For exceptional cases of mathematical formulae that can't reasonably | 2 | -18/+23 | ||
be represented otherwise, use eqn(7). Idea originally from bentley@, feedback and OK bentley@, OK tb@, and no objection from jmc@. | |||||
2017-08-26 | Remove -fno-stack-protector; works fine without it. | 1 | -2/+2 | ||
ok deraadt@ | |||||
2017-08-26 | Mark decimal constants as unsigned to avoid gcc warning. | 1 | -22/+22 | ||
2017-08-26 | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | 1 | -38/+52 | ||
compare the files directly, allowing a much stricter pledge(2), at very little cost: merely 15 additional lines of very simple code. Suggested by George Brown <321 dot george at gmail dot com> on misc@. | |||||
2017-08-26 | Remove inadvertantly included param names in | 1 | -2/+2 | ||
get_rtaddrs() prototype. | |||||
2017-08-26 | Change currently unused populate_rti_info() with | 1 | -9/+6 | ||
the get_rtaddrs() everyone is using. Soon to be used or deleted. |