Age | Commit message (Expand) | Author |
2017-04-14 | Define __dead and __pure even if __STRICT_ANSI__ for compilers that | Mark Kettenis |
2017-04-14 | correct path; from Klemens Nanni | Theo de Raadt |
2017-04-14 | SVM: calculate max ASID value and save for later use. This will be used in | Mike Larkin |
2017-04-14 | Update a man page example to reflect recent changes. | Mike Larkin |
2017-04-13 | A little bit more trivial cleanup. | Mark Kettenis |
2017-04-13 | Xr sigprocmask(2) not the obsolete sigsetmask(3) | Todd C. Miller |
2017-04-13 | Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng | Mark Kettenis |
2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, | Bryan Steele |
2017-04-13 | allow clearing less than allocated and document freezero(3) better | Otto Moerbeek |
2017-04-13 | moving some code into a switch meant that break no longer stopped the loop. | Ted Unangst |
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback |
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-04-13 | Add a NAT-T keepalive timer in case we are behind a NAT gateway. | Patrick Wildt |
2017-04-13 | regen | Philip Guenther |
2017-04-13 | Delete the getlogin59 syscall, which was last used one year, two releases, | Philip Guenther |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback |
2017-04-12 | The kernel has to slightly different version of SipHash_Final but with | Florian Obser |
2017-04-12 | Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). | Theo Buehler |
2017-04-12 | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in | Theo de Raadt |
2017-04-12 | New strstr() implementation from musl libc by Rich Felker. This | Todd C. Miller |
2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while | Todd C. Miller |
2017-04-12 | isblank() is ANSI C since C99, no need to provide a replacement. | Todd C. Miller |
2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation | Theo de Raadt |
2017-04-12 | Add comment what the test does. | Alexander Bluhm |
2017-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | The pledge sigkill test is an outdated copy of sigabrt. Remove the | Alexander Bluhm |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-12 | Add comment how the test works. | Alexander Bluhm |
2017-04-12 | explicitly set the ownership on installed include files as well | Jonathan Gray |
2017-04-12 | Invoke install -d for each directory in the /usr/lib/clang hierarchy | Jonathan Gray |
2017-04-12 | Correct a format string | Philip Guenther |
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson |
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson |
2017-04-11 | Ensure that the version part of $_url_base is correctly removed by | Robert Peichaer |
2017-04-11 | sync | Theo de Raadt |
2017-04-11 | shorten introductory sentence and make deprecation clearer; | Ingo Schwarze |
2017-04-11 | Add SIOCATMARK to allow pledge("inet") programs to call sockatmark(3). | Alexander Bluhm |
2017-04-11 | Recognize break conditions and enter ddb if ddb.console is set. | Mark Kettenis |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-11 | Revert ssl_asn1.c r1.50 - CBB and freezero(3) do not play nicely together. | Joel Sing |
2017-04-11 | document more thoroughly the special status of modules gnu, imake, perl5 | Marc Espie |
2017-04-11 | Fold priv_write_file() into its only remaining user | Kenneth R Westerback |
2017-04-11 | Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3). | Reyk Floeter |
2017-04-11 | Revise 'struct fpreg' and dump floating-point register in core dumps. Also | Mark Kettenis |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |