Age | Commit message (Expand) | Author |
2014-04-30 | minor++ because of AI_ADDRCONFIG | sperreault |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
2014-04-27 | zap trailing whitespace; | Jason McIntyre |
2014-04-27 | Document net.inet6.ip6.dad_pending. | Loganaden Velvindron |
2014-04-24 | uses ssh these days, not rsh; ok tedu | Jason McIntyre |
2014-04-23 | tweak previous; sorry ingo, my review was pretty poor; | Jason McIntyre |
2014-04-23 | remove Z option and default to something halfway to J. | Ted Unangst |
2014-04-23 | more info about HISTORY; ok jmc@ | Ingo Schwarze |
2014-04-23 | explain a bit more what's going on for stupid me. | Marc Espie |
2014-04-23 | Better, cleaner hash function that computes the same on be and le archs. | Otto Moerbeek |
2014-04-22 | add closing parenthesis. | Igor Sobrado |
2014-04-22 | - one more mallocarray -> reallocarray | Jason McIntyre |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |
2014-04-22 | Oh yeah, MLINKS for errc family | Philip Guenther |
2014-04-22 | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno | Philip Guenther |
2014-04-21 | correct man page section | Theo de Raadt |
2014-04-21 | crank minor | Theo de Raadt |
2014-04-21 | Introducing: void *mallocarray(size_t nmemb, size_t size); | Theo de Raadt |
2014-04-21 | Correctly document the return value of getenv(3) | Philip Guenther |
2014-04-19 | change some rsh references to ssh. poke by jmc | Ted Unangst |
2014-04-19 | tweak previous; | Jason McIntyre |
2014-04-19 | need to escape %U, since it is used in Re/Rs blocks; | Jason McIntyre |
2014-04-19 | zap trailing whitespace; | Jason McIntyre |
2014-04-19 | Add missing description for IPv6 mtudisctimeout sysctl and | logan |
2014-04-19 | one small tweak to avoid ever going off the end of a string. | Ted Unangst |
2014-04-19 | improved checking for invalid hashes. from solar designer | Ted Unangst |
2014-04-19 | kill a stray \ | Theo de Raadt |
2014-04-19 | Add missing man page descriptions for the following IPv6 sysctls: | logan |
2014-04-19 | Use somewhat harsher language and better examples; demonstrate that | Theo de Raadt |
2014-04-19 | Demonstrate correct usage of snprintf (regarding overflow detection) | Theo de Raadt |
2014-04-19 | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | Philip Guenther |
2014-04-18 | remove references to rshd; | Jason McIntyre |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-04-17 | Don't default enable the debug functionality with its unprotected getenv(). | Philip Guenther |
2014-04-17 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-04-14 | print pid in error messages; ok reyk@ | Otto Moerbeek |
2014-04-08 | use char * for strings, saving casts. add return codes to base64 functions | Ted Unangst |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-03 | put $OpenBSD$ back.. notice by philip. | Bob Beck |
2014-04-03 | Update Copyright notice; ok otto@ beck@ deraadt@. | Ingo Schwarze |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-04-01 | Use setresuid() and setresgid(). OK guenther@ deraadt@ | Todd C. Miller |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | Eric Faurot |
2014-03-26 | update manpage | Eric Faurot |
2014-03-25 | Cleanup and simplify the API to be exposed. Use better names for | Eric Faurot |