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