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