Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. | |||||
2017-08-26 | Use copyin32() instead of a direct memory load when fetching a branch | 3 | -24/+73 | ||
instruction for branch emulation. This ensures the userspace memory access is properly guarded and that TLB faults are handled. In order not to complicate the interface of MipsEmulateBranch(), each caller now has to provide the branch instruction for the function. Feedback from miod@ | |||||
2017-08-26 | Make log_debug() more likely to do something by | 1 | -1/+5 | ||
calling log_setverbose(1) when DEBUG is defined. | |||||
2017-08-26 | Use macros for Config1 bits. | 4 | -12/+41 | ||
2017-08-26 | Add supporting for adjusting the CPU core clock frequency on RK3399. | 1 | -24/+227 | ||
Use this to bump up the clock of the "LITTLE" cluster on the Firefly-RK3399 to 1.2 GHz to make the board a bit more usable. | |||||
2017-08-26 | mention U-Boot file/offset for Marvell ARMADA 38x | 1 | -1/+6 | ||
ok patrick@ | |||||
2017-08-26 | No need to fork and exec rm(1) -rf, we know that we have exactly | 1 | -21/+4 | ||
one file and exactly one directory to remove. While here, increase the size of the buffer such that the file name actually fits. Minus 17 lines of code, no functional change. Opportunity for simplification reported by George Brown <321 dot george at gmail dot com> on misc@. | |||||
2017-08-26 | regen | 2 | -4/+9 | ||
2017-08-26 | Add device ID for Altusmetrum ChaosKey 1.0 | 1 | -1/+2 | ||
OK jasper@ |