Age | Commit message (Expand) | Author |
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 |
2017-07-20 | Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte. | Alexander Bluhm |
2017-07-18 | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. | Alexander Bluhm |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-07-10 | one more instance of the previous commit; also initialize ->offset to a | Otto Moerbeek |
2017-07-10 | replace Fifos with FIFOs. | David Gwynne |
2017-07-08 | update the little endian processor list to give it a chance of matching | Ted Unangst |
2017-07-07 | Only access offset if canaries are enabled *and* size > 0, otherwise offset | Otto Moerbeek |
2017-07-06 | The 0x (or 0X) prefix in base 16 is optional so only skip over the | Todd C. Miller |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | void functions don't return 0 | Theo Buehler |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | 1. mild deprecation notice | Ingo Schwarze |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-13 | no need for branding in .Nd line | Theo de Raadt |
2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ | Todd C. Miller |
2017-06-11 | request -> promises; from scott cheloha | Jason McIntyre |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-01 | Remove branch prediction hint from conditional branch instruction. | Christian Weisgerber |
2017-05-31 | Add support for EV_RECEIPT and EV_DISPATCH flags | Mike Belopuhov |
2017-05-31 | install futex(2), ok mpi | Stuart Henderson |
2017-05-30 | getrlimit is now allowed by "stdio" | Theo de Raadt |
2017-05-30 | Don't fall back to heapsort() if we would otherwise switch to | Todd C. Miller |