Age | Commit message (Expand) | Author |
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 |
2017-05-29 | sort SEE ALSO; | Jason McIntyre |
2017-05-29 | sort SEE ALSO; | Jason McIntyre |
2017-05-29 | It is distasteful to have manual pages which don't refer to real | Theo de Raadt |
2017-05-27 | move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ | Christian Weisgerber |
2017-05-24 | Support swapping 32-bit aligned elements on 64-bit platforms. | Todd C. Miller |
2017-05-20 | Document that qsort falls back to heapsort() if the recursion depth | Todd C. Miller |
2017-05-20 | Use David Musser's introsort algorithm to fall back to heapsort(3) | Todd C. Miller |
2017-05-17 | The BSD qsort() performs tail recursion elimination on the second | Todd C. Miller |
2017-05-15 | Typo: freezeo -> freezero | Theo Buehler |
2017-05-13 | - fix bug wrt posix_memalign(3) of blocks between half a page and a page | Otto Moerbeek |
2017-05-08 | Fix exponential CPU use with repeated '*' operators by changing '*' | Todd C. Miller |
2017-05-08 | Update STANDARDS section, these are now in XSI BASE. | Todd C. Miller |
2017-05-07 | killpg() is covered by XSI so add a STANDARDS section to that effect | Todd C. Miller |
2017-05-07 | Don't allow a negative process group ID, it would turn into a | Todd C. Miller |
2017-05-06 | Move info about group handling via a negative pid into the list | Todd C. Miller |