summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28Do not close the relay if data is still in the output buffer.Alexander Bluhm
2017-08-28Add %option noinput to suppress an unused function warning.Todd C. Miller
2017-08-28Update due to removal of original chacha20-poly1305 cipher suites.Joel Sing
2017-08-28Remove the original (pre-IETF) chacha20-poly1305 cipher suites.Joel Sing
2017-08-28fix char ** to const char ** conversion warning; ok mikeb@Otto Moerbeek
2017-08-28add -z and -Z options to auto suspend or hibernate when low on battery.Ted Unangst
2017-08-28print id first to make this symetrical to address proposalsFlorian Obser
2017-08-28Fix exit value when diffing directories with missing files and the -NTodd C. Miller
2017-08-28whitespaceTheo de Raadt
2017-08-28whitespaceTheo de Raadt
2017-08-28Fix unchecked return nitBob Beck
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-28spelling/grammar fixes;Jason McIntyre
2017-08-28Inform the user when we are relinking the kernel.Antoine Jacoutot
2017-08-28regenStefan Sperling
2017-08-28Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC.Stefan Sperling
2017-08-28Display that we are running the upgrade scripts when they exist. On slowishAntoine Jacoutot
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-08-28Fix clang warnings; ok guenther@ deraadt@Otto Moerbeek
2017-08-28sync list of supported machines with arm64.htmlJonathan Gray
2017-08-28fix arm64 buildJonathan Gray
2017-08-27syncTheo de Raadt
2017-08-27Place all .o files, Symbols.map, and the test program into /usr/libdata/ld.so.a.Theo de Raadt
2017-08-27The test program run before ld.so is installed was encoding the $OBJDIRTheo de Raadt
2017-08-27Link the ~45 .o which become ld.so in a random order.Theo de Raadt
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27hppa & sh use support functions from libgcc. Rather than linking againstTheo de Raadt
2017-08-27Replace heaps of hand-written syscall stubs with a simpler frameworkTheo de Raadt
2017-08-27Add mvpxa(4), a driver for the SDHC compliant controller onPatrick Wildt
2017-08-27Enable generic sdhc(4) on FDT attachment driver.Patrick Wildt
2017-08-27arm64 performance: use cache zeroing function in pmap_zero_page()Dale Rahn
2017-08-27Free history entries when resizing/reloadingJeremie Courreges-Anglas
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-27Clear second return register on exec.Mark Kettenis
2017-08-27Add RK3399 i2c-related clocks and fix a typo.Mark Kettenis
2017-08-27Do not allow the current line of screen when the preview is toggled,Nicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-08-27always use %s to print a non-constant string; ok deraadt@ guenther@Otto Moerbeek
2017-08-27Rely on the hardware to clear hazards on octeon.Visa Hankala
2017-08-27Rewrite SRTP extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-27check return value from CBB_initBob Beck
2017-08-27Revisit 2q queue sizes. Limit the hot queue to 1/20th the cache size upBob Beck
2017-08-27Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsBob Beck
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-27Remove unused copy_non_glob() in ksh.Nayden Markatchev
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Rewrite ALPN extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-26Since we no longer try to uniquely label routes addedKenneth R Westerback