summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-28add City of Derry AirportSebastian Benoit
2017-04-28Default for xterm-keys was wrong, stop documenting it.Nicholas Marriott
2017-04-28Install a few more x86 intrinsics header files.Mark Kettenis
2017-04-28add some comments. no functional changeMike Larkin
2017-04-28rename i8253 "counter" to "channel", a better name for what we areMike Larkin
2017-04-28vmm: don't use invvpid if we didn't detect vpid capability duringMike Larkin
2017-04-28sort;Jason McIntyre
2017-04-28Merge missing bits from Colin Watson's patch in bz#2658 which make integrityDarren Tucker
2017-04-28Pull back some shell portability fixes from -portable to make future syncsDarren Tucker
2017-04-28include key fingerprint in "Offering public key" debug messageDamien Miller
2017-04-28Avoid relying on implementation-specific behavior when detectingTodd C. Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-04-27ntohl() returns uint32_t so it cannot be < 0. Since we're storingTodd C. Miller
2017-04-27Remove "len < 0" check; len is socklen_t (uint32_t) so can't beTodd C. Miller
2017-04-27Bring over the changes to mainbus(4) and simplebus(4) from arm64.Mark Kettenis
2017-04-27Merge trivial patches from pkgsrc to get rid of gratuitious differences;Ingo Schwarze
2017-04-27Detect links to self by parsing .Nm in SYNOPSIS.Ingo Schwarze
2017-04-27Enforce that sysctl kern.somaxconn and sominconn can only be setAlexander Bluhm
2017-04-27Change len arg of getidle() from size_t to int since it is used asTodd C. Miller
2017-04-27challenge is an array, not a pointer, therefore cannot be NULL.Todd C. Miller
2017-04-27tls_free(3) and tls_config_free(3) accept NULL;Ingo Schwarze
2017-04-27syspatch needs to create shared libs with the same object sequence insteadRobert Nagy
2017-04-27track size of pss allocation, so that length can be passed to free(9)Theo de Raadt
2017-04-27clang warns about some of the strlcpy arguments here, which aren't theTed Unangst
2017-04-27Remove the "volatile" attribute from bpf_error(). The "volatile"Todd C. Miller
2017-04-27Remove useless check for ks_env_table being NULL. Since ks_env_tableTodd C. Miller
2017-04-27remove a static array unused since rev 1.306 spotted by clangJonathan Gray
2017-04-27Don't send multiple error messages in response to a single commandMike Belopuhov
2017-04-27Avoid potential signed int overflow when parsing the file size.Todd C. Miller
2017-04-27Unifdef KADB.Martin Pieuchot
2017-04-27Use (32-bit) word-sized access in the a4x bus space routine even if onlyMark Kettenis
2017-04-27Add code to identify the CPUs on arm64 systems. The primary CPU is attachedMark Kettenis
2017-04-27rename a struct that was denoted as "VMX only" to make it more clearMike Larkin
2017-04-27use a more descriptive value from the VEI_DIR_xxx enum instead of aMike Larkin
2017-04-27spelling;Jason McIntyre
2017-04-27vmm(4): proper save/restore of FPU context during entry/exit.Mike Larkin
2017-04-27Restore if_iwm.c r1.173 (mira retry change) which got incarcerated byStefan Sperling
2017-04-27iwm(4) monitor mode support was backed out for now.Stefan Sperling
2017-04-27Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE.Stefan Sperling
2017-04-27add support for -msave-args in gcc on amd64David Gwynne
2017-04-26silence clang warnings: add an extra pair of parentheses and stopChristian Weisgerber
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2017-04-26In -C mode, process all checksums that match the specified file(s),Todd C. Miller
2017-04-26remove some repetitive text chunks; ok krwJason McIntyre
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-26Remove extraneous ", NULL" in the assignment of msgstr which wasTodd C. Miller
2017-04-26cope with IP address changes. before, we were trying to resend the msgHenning Brauer
2017-04-26Convert some hardcoded function names in printfs into %s / __func__.Mike Larkin
2017-04-26Get rid of convoluted macros in iwm's receive code path.Stefan Sperling