summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-08syncVisa Hankala
2017-10-08be a bit clearer about -l: original diff from jan stary, but i'veJason McIntyre
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
2017-10-08Fix typo.Visa Hankala
2017-10-08ramdisks do not contain MROUTING, so the local variable becomes unused.Theo de Raadt
2017-10-08Move the assignment to cmdname up before its first use.Theo Buehler
2017-10-08Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup.Ulf Brosziewski
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-10-08hyphenate DER/PEM-encoded, for consistency;Jason McIntyre
2017-10-08Revert: libsa lacks memmove currently; a more thorough rename/change isPhilip Guenther
2017-10-07delete #ifdef SYSV code, along with a beautiful #define bcopy memcpyTheo de Raadt
2017-10-07bcopy() is expected to be overlap safe, so it implement it with memmove()Philip Guenther
2017-10-07Prefer memset() over bzero()Philip Guenther
2017-10-07Format fktrace(2) argumentsPhilip Guenther
2017-10-07Delete pointless casts from void*Philip Guenther
2017-10-07Document tls_peer_cert_chain_pem().Joel Sing
2017-10-07kill reporting old signature schemes, they've been gone for long enoughMarc Espie
2017-10-07Adjust verbose message in case PKG_PATH is undefined.Marc Espie
2017-10-07The 'dumps' option only accepts a single devicePhilip Guenther
2017-10-07Add fktrace to the NAME sectionPhilip Guenther
2017-10-07Fix cast-pasto's in commentsPhilip Guenther
2017-10-07In "tty", permitting TIOCSTART is fineTheo de Raadt
2017-10-07permit SYS___set_tcb, upcoming code will require thisTheo de Raadt
2017-10-07vmd: retain ownership on vm rebootMike Larkin
2017-10-06Unfortunately I removed too much in my previous commit and brokeAlexander Bluhm
2017-10-06Kill the divert-packet socket option IP_DIVERTFL to filter packets.Alexander Bluhm
2017-10-06Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs andChristian Weisgerber
2017-10-06The mount point flags were displayed in octal when printed by ddb.Alexander Bluhm
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubNicholas Marriott
2017-10-06missing quote in previous;Jason McIntyre
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-10-06The problem when npppd receives a zero length 1701/udp packet seemed toYASUOKA Masahiko
2017-10-06vmm: handle 32 bit guest w/PAE when guest enables PAE first then paging,Mike Larkin
2017-10-06Revert previous video mode when setting GOP SetMode is failed. ThisYASUOKA Masahiko
2017-10-05vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR.Mike Larkin
2017-10-05Check the state value within the assert statement, do not set it.Alexander Bluhm
2017-10-05When installing sets from disk, change the default answer for the questionChristian Weisgerber
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-10-05Check that the dropped during initialization message appears inAlexander Bluhm
2017-10-05When syslogd writes some startup errors to stderr or console, theyAlexander Bluhm
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-05clang does not search /usr/local;Jason McIntyre
2017-10-05tables.c was unhooked from the build a while ago.Kenneth R Westerback
2017-10-05'DENY' is a dhcpd-only thing. No need to parse it inKenneth R Westerback
2017-10-05Add -- to some key bindings so leading -s work.Nicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-10-05%C is hashed; from klemens nanniJason McIntyre
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-10-05Sync with libc malloc, doing delayed free double-free check alwaysOtto Moerbeek