Age | Commit message (Expand) | Author |
2021-05-09 | Change offsets to (N * 8) to reduce chance of register clobber and mistakes. | Dale Rahn |
2021-05-08 | Revert previous commit. | Martijn van Duren |
2021-05-08 | In the C locale make codepoints > 0x7f return EILSEQ, since these aren't | Martijn van Duren |
2021-05-04 | sigpending(2) will never fail. Optimize the syscall stub accordingly like | Mark Kettenis |
2021-05-04 | Remove cerror dependancy from riscv64 asm syscalls. | Dale Rahn |
2021-05-04 | riscv64 brk()/sbrk() implementations, | Dale Rahn |
2021-05-02 | riscv64, fix HANDLE_ERROR | Dale Rahn |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-04-30 | Fix linkage error due to fp* functions. | Dale Rahn |
2021-04-29 | riscv64 libc | Dale Rahn |
2021-04-29 | riscv64 libc | Dale Rahn |
2021-04-29 | riscv64 libc, more pieces. | Dale Rahn |
2021-04-29 | Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the | Mark Kettenis |
2021-04-28 | Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since it | Mark Kettenis |
2021-04-28 | riscv64 libc setjmp functions, | Dale Rahn |
2021-04-28 | Add signbitl.c that was missed as part of an earlier commit. | Mark Kettenis |
2021-04-28 | RISC-V does not implement trapping of floating point exceptions, so use | Mark Kettenis |
2021-04-28 | riscv64 gdtoa support | Dale Rahn |
2021-04-28 | riscv64 libc string support, | Dale Rahn |
2021-04-27 | riscv64 libc floating point, a portion of the files are ready. | Dale Rahn |
2021-04-22 | kqueue: Make timer re-addition reset existing timer | Visa Hankala |
2021-04-09 | An extra internal consistency check and a missing stats adjustment. ok tb@ | Otto Moerbeek |
2021-04-09 | Cache implementation has changed, we do not hold on to an exact number | Otto Moerbeek |
2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag | Eric Faurot |
2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place | Theo de Raadt |
2021-03-18 | Type-cast getpagesize() from int to size_t for the comparison with d. | Claudio Jeker |
2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) | Alexander Bluhm |
2021-03-09 | Change the implementation of the malloc cache to keep lists of | Otto Moerbeek |
2021-03-02 | document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt | Theo de Raadt |
2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and | Otto Moerbeek |
2021-02-12 | Some people still argue that rand(3) and random(3) have suitable deterministic | Theo de Raadt |
2021-02-04 | Referece trpt(8) from the SO_DEBUG section of getsockopt(2). | Alexander Bluhm |
2021-02-03 | Adding a hard-trap instruction after the __threxit syscall instruction | Kurt Miller |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2021-01-26 | When checking for available address family for AI_ADDRCONFIG consider | Florian Obser |
2021-01-20 | Missing return value; ok jmc@ | Otto Moerbeek |
2021-01-19 | Prevent an overflow in inet_net_pton(3) when the passed in buffer is | Florian Obser |
2021-01-13 | kernel, sysctl(8): remove dead variable: tickadj | cheloha |
2021-01-08 | Make fts_{alloc,safe_changed}() const correct | Theo Buehler |
2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero | cheloha |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2021-01-03 | Make consistent reference to pathname. | rob |
2021-01-03 | Make CHIN() Boolean-valued and use this to turn an expression with a | Theo Buehler |
2021-01-03 | Turn macros into inline functions so that there is no need to document in | Theo Buehler |
2021-01-02 | Remove two now-unused functions; a result of the categories removal. | Todd C. Miller |
2020-12-31 | More regular error handling with the REQUIRE macro. | Todd C. Miller |
2020-12-31 | Remove unused categories in re_guts; they are written to but never read. | Todd C. Miller |
2020-12-31 | Strings in struct parse can be const, they are never modified. | Todd C. Miller |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-30 | regcomp.c uses the "start + count < end" idiom to check that there are | Theo Buehler |