Age | Commit message (Expand) | Author |
2017-10-04 | iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIX | Ingo Schwarze |
2017-10-04 | pasto in function name in the SYNOPSIS; from semarie@ | Ingo Schwarze |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair | Alexander Bluhm |
2017-09-25 | sendsyslog should take a const char * everywhere. | Marc Espie |
2017-09-23 | Kill unused function | Jeremie Courreges-Anglas |
2017-09-23 | Make delayed free non-optional and make F do an extensive double free check. | Otto Moerbeek |
2017-09-21 | tweak previous: remove trailing blank and improve a wording; | Ingo Schwarze |
2017-09-20 | Properly document the typical write(2) loop, | Ingo Schwarze |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-12 | mapalign returns MAP_FAILED for failuer; from George Koehler | Otto Moerbeek |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-11 | check double free before canary for chunks; ok millert@ | Otto Moerbeek |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-02 | delete pointless .Tn ASCII found by jca@ with mandoc -Tlint | Ingo Schwarze |
2017-08-31 | Mention strtok_r in STANDARDS | Jeremie Courreges-Anglas |
2017-08-29 | It is confusing to talk about priorities being ordered from high | Todd C. Miller |
2017-08-29 | isunordered() returns true if at least one of the arguments is NaN | Todd C. Miller |
2017-08-22 | Remove mpool.libtp, it was part of the Berkeley DB tarball but not | Todd C. Miller |
2017-08-20 | two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clang | Otto Moerbeek |
2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments | Theo de Raadt |
2017-08-19 | Don't need .text before ENTRY(), also minor spacing cleanups | Theo de Raadt |
2017-08-19 | Put _map table into .rodata instead of .text | Theo de Raadt |
2017-08-15 | s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthread | Philip Guenther |
2017-08-15 | Wrap <sched.h> and <sys/futex.h> so that internal calls go direct | Philip Guenther |
2017-08-15 | Sort headers per style(9) | Philip Guenther |
2017-08-15 | Copy files from ../librthread in preparation for moving functionality | Philip Guenther |
2017-08-15 | Copy files from ../librthread in preparation for moving functionality | Philip Guenther |
2017-08-15 | fmt0 is a wchar_t *, so use %ls to report | Theo de Raadt |
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | Philip Guenther |
2017-08-13 | add fktrace to libc | Ted Unangst |
2017-08-12 | Minimize #includes, particularly to avoid thread_private.h | Philip Guenther |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-08-07 | Since sendsyslog(2) handles the LOG_CONS parameter, the variable | Alexander Bluhm |
2017-08-05 | We only support ASCII and UTF-8, so we never need to | Ingo Schwarze |
2017-08-01 | delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr rather | Ingo Schwarze |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-27 | Use stdrup, to avoid clang whining about the length parameters being | Theo de Raadt |
2017-07-22 | Favor err() over perror() in example. | anton |
2017-07-22 | zap trailing whitespace; | Jason McIntyre |
2017-07-22 | rework the page a bit, clarify a few things, maybe better wording | Ted Unangst |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |