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