| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag |  eric | 1 | -3/+4 |
| 2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place |  deraadt | 1 | -3/+3 |
| 2021-03-18 | Type-cast getpagesize() from int to size_t for the comparison with d. |  claudio | 1 | -2/+2 |
| 2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) |  bluhm | 1 | -4/+6 |
| 2021-03-09 | Change the implementation of the malloc cache to keep lists of |  otto | 1 | -152/+118 |
| 2021-03-02 | document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt |  deraadt | 1 | -4/+8 |
| 2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and |  otto | 2 | -49/+83 |
| 2021-02-12 | Some people still argue that rand(3) and random(3) have suitable deterministic |  deraadt | 2 | -4/+10 |
| 2021-02-04 | Referece trpt(8) from the SO_DEBUG section of getsockopt(2). |  bluhm | 1 | -2/+4 |
| 2021-02-03 | Adding a hard-trap instruction after the __threxit syscall instruction |  kurt | 1 | -2/+1 |
| 2021-02-02 | article fixes; from eddie youseph |  jmc | 2 | -6/+6 |
| 2021-01-26 | When checking for available address family for AI_ADDRCONFIG consider |  florian | 1 | -1/+16 |
| 2021-01-20 | Missing return value; ok jmc@ |  otto | 1 | -2/+3 |
| 2021-01-19 | Prevent an overflow in inet_net_pton(3) when the passed in buffer is |  florian | 1 | -11/+18 |
| 2021-01-13 | kernel, sysctl(8): remove dead variable: tickadj |  cheloha | 1 | -5/+4 |
| 2021-01-08 | Make fts_{alloc,safe_changed}() const correct |  tb | 1 | -5/+5 |
| 2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero |  cheloha | 1 | -4/+1 |
| 2021-01-06 | Fix two issues related to thread private data in asr. |  otto | 4 | -20/+49 |
| 2021-01-03 | Make consistent reference to pathname. |  rob | 10 | -35/+35 |
| 2021-01-03 | Make CHIN() Boolean-valued and use this to turn an expression with a |  tb | 2 | -5/+5 |
| 2021-01-03 | Turn macros into inline functions so that there is no need to document in |  tb | 1 | -5/+21 |
| 2021-01-02 | Remove two now-unused functions; a result of the categories removal. |  millert | 1 | -39/+2 |
| 2020-12-31 | More regular error handling with the REQUIRE macro. |  millert | 1 | -5/+4 |
| 2020-12-31 | Remove unused categories in re_guts; they are written to but never read. |  millert | 2 | -45/+3 |
| 2020-12-31 | Strings in struct parse can be const, they are never modified. |  millert | 1 | -15/+11 |
| 2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2 | -4/+7 |
| 2020-12-30 | regcomp.c uses the "start + count < end" idiom to check that there are |  tb | 1 | -13/+15 |
| 2020-12-30 | Constify the strings in regerror.c and make use of the strlcpy() |  tb | 1 | -14/+14 |
| 2020-12-30 | cclasses[] multis field is always an empty string. Remove it and code |  tb | 3 | -88/+16 |
| 2020-12-30 | Constify the strings in cnames[]. No functional change. |  tb | 2 | -5/+5 |
| 2020-12-29 | Document kern.video.record. |  mglocker | 1 | -2/+19 |
| 2020-12-28 | Fix an off-by-one error in the marking of the O_CH operator following |  millert | 1 | -2/+2 |
| 2020-12-21 | Always call endservent_r() after getservbyport_r(). |  eric | 2 | -13/+17 |
| 2020-12-13 | Geode CPU does not support SSE, so MXCSR does not exists there. As |  bluhm | 3 | -9/+3 |
| 2020-12-06 | On i386 setjmp(3) should store the FPU state and longjmp(3) restore |  bluhm | 3 | -3/+15 |
| 2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from |  bluhm | 3 | -76/+79 |
| 2020-12-03 | grammar fixes from Varik "The Genuine Article!!!" Valefor; |  jmc | 1 | -3/+3 |
| 2020-12-01 | Set type to DB_RECNO in __rec_open() for consistency with other db types. |  millert | 1 | -1/+2 |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 7 | -24/+24 |
| 2020-11-23 | mapalign() only handles allocations >= a page; problem found by and ok semarie@ |  otto | 1 | -1/+3 |
| 2020-11-14 | Constify dktypenames and fstypenames in libc. |  guenther | 1 | -3/+3 |
| 2020-11-14 | remove macro instances from arbitrary string width specifiers. for example |  jmc | 1 | -3/+3 |
| 2020-11-14 | EVFILT_EXCEPT operates on sockets (emil engler) |  jmc | 1 | -3/+4 |
| 2020-11-07 | Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. |  aoyama | 1 | -2/+4 |
| 2020-11-05 | double word fixes; |  jmc | 1 | -3/+3 |
| 2020-10-27 | The printf format string component %n is a nearly turning-complete gadget. |  deraadt | 2 | -4/+83 |
| 2020-10-26 | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 9 | -61/+84 |
| 2020-10-25 | clock_gettime.2: overhaul manpage |  cheloha | 1 | -76/+241 |
| 2020-10-21 | Save and restore the MXCSR register and the FPU control word such that |  kettenis | 3 | -3/+15 |
| 2020-10-20 | Align the basename(3) and dirname(3) prototypes with the POSIX spec: |  naddy | 4 | -10/+10 |