Age | Commit message (Expand) | Author |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-02 | The "always hint that getpw operation is happening with access() the YP | Theo de Raadt |
2019-07-01 | kevent(2): remove 24hr timeout limit | cheloha |
2019-06-30 | tweak previous; ok guenther | Jason McIntyre |
2019-06-29 | Document that getcwd() and realpath() are built on system calls that | Philip Guenther |
2019-06-29 | two more syscall == -1 checks | Theo de Raadt |
2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | delete duplicate .Xr below SEE ALSO | Ingo Schwarze |
2019-06-27 | The C89 standard only requires that atexit(3) returns a non-zero value | Ingo Schwarze |
2019-06-27 | Simplify the description of [v]snprintf(3), move the description | Ingo Schwarze |
2019-06-27 | If we don't receive a reply packet the res_send subquery will already have | Martijn van Duren |
2019-06-26 | an -> a; | Jason McIntyre |
2019-06-26 | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) | Theo de Raadt |
2019-06-25 | Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3). | Todd C. Miller |
2019-06-25 | POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc. | Ingo Schwarze |
2019-06-24 | add missing RETURN VALUES section; | Ingo Schwarze |
2019-06-21 | Fix conversions to long double on sparc64 | Jeremie Courreges-Anglas |
2019-06-20 | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically | Theo de Raadt |
2019-06-17 | Allow setting of retransmission intervasl via _res.retrans. Ugly API but | Otto Moerbeek |
2019-06-17 | Remove old realpath(3), and the userland-vs-kernel realpath verification | Theo de Raadt |
2019-06-15 | oops - missing .El in previous; | Jason McIntyre |
2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | Theo de Raadt |
2019-06-07 | Cast bitcount to u_in64_t before bit shifting to prevent integer overflow | Darren Tucker |
2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from | Philip Guenther |
2019-05-31 | Note closefrom(2)'s origins in Solaris 9. | cheloha |
2019-05-30 | __realpath(2) appears to have improved, so re-enable the code that | Theo de Raadt |
2019-05-29 | There are some bugs in __realpath(2) -- it isn't quite ready so disable | Theo de Raadt |
2019-05-28 | _thread_sys___realpath must be exported like _thread_sys___getcwd obviously. | Theo de Raadt |
2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. | Bob Beck |
2019-05-26 | Tweak "RETURN VALUES" sections to mention setting errno, as so many | Kenneth R Westerback |
2019-05-23 | Only override size of chunk if we're not given the actual length. | Otto Moerbeek |
2019-05-19 | clarify that later flags modify earlier flags; | Ingo Schwarze |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-05-15 | delete two stray blank lines | Ingo Schwarze |
2019-05-13 | Add missing word in comment. | Theo Buehler |
2019-05-13 | Move 'how this works' details from namespace.h to DETAILS | Philip Guenther |
2019-05-13 | The fd used by nlist() isn't application visible, so mark it close-on-exec | Philip Guenther |
2019-05-13 | explicitly mention that RES_NOALIASES has no effect; | Ingo Schwarze |
2019-05-13 | Mention introduction of *_conceal. | Otto Moerbeek |
2019-05-12 | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | Ingo Schwarze |
2019-05-10 | trim trailing whitespace (reported by Hiltjo Posthuma) | Ingo Schwarze |
2019-05-10 | repair %z: store seconds into tm_gmtoff, not centihours; | Ingo Schwarze |
2019-05-10 | repair %Z: write seconds into tm_gmtoff, not hours; | Ingo Schwarze |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2019-05-10 | Delete support for military timezones in %z (A-I and K-Y). | Ingo Schwarze |
2019-05-10 | Apply retpoline protection to the indirect call to the thread startfunc | Philip Guenther |
2019-05-09 | Document KERN_PFSTATUS | Claudio Jeker |
2019-05-07 | add an extra m where needed. spotted by Kent Watsen | Ted Unangst |
2019-05-05 | sync the description of bufcachepercent; ok deraadt | Jason McIntyre |