Age | Commit message (Expand) | Author |
2012-08-21 | When deciding whether we're PIC in a (generated) asm file, check for both PIC | Pascal Stumpf |
2012-08-21 | - remove inconsistent/obsolete comments | Jason McIntyre |
2012-08-21 | flesh out the rfc sections; | Jason McIntyre |
2012-08-21 | Kill an old mips workaround; we don't support mips, just mips64. | Pascal Stumpf |
2012-08-21 | flesh out the rfc section; | Jason McIntyre |
2012-08-20 | rfc 4291 replaces rfcs 2373 and 3513; | Jason McIntyre |
2012-08-19 | Update version to 3.7.13 to match reality. | Landry Breuil |
2012-08-19 | Build static netent and hostent structure in a nicer and hopefully not | Eric Faurot |
2012-08-19 | When building dynamic hostent and netent, allocate a single linear buffer to | Eric Faurot |
2012-08-19 | Fix ranges in the method description. | Martynas Venckus |
2012-08-18 | ensure that async_run() and async_run_sync() always preserve errno. | Eric Faurot |
2012-08-18 | RFC updates: | Jason McIntyre |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-08-18 | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. | Eric Faurot |
2012-08-18 | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. | Eric Faurot |
2012-08-18 | Improve error reporting in getnameinfo_async() and getaddrinfo_async(). | Eric Faurot |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-15 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-15 | Oops, on a.out architectures __cerror() is called _cerror(). Fix | Matthew Dempsky |
2012-08-14 | remove unused variable | Charles Longeau |
2012-08-13 | Add explicit references from rthread.o to all of the weak symbol | Matthew Dempsky |
2012-08-12 | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal | Miod Vallat |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-08-04 | Fix caching of stacks allocated with the default attributes. | Philip Guenthe |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-29 | must be zero'd (found by regress) | Eric Faurot |
2012-07-26 | remove reference to no longer existing description of nonexistent devices; | Christian Weisgerber |
2012-07-17 | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent | Matthew Dempsky |
2012-07-17 | Document new pathconf() variables. | Matthew Dempsky |
2012-07-16 | revert previous, it was hardly tested and is causing too many issues too clos... | Jasper Lievisse Adriaanse |
2012-07-16 | Add a man page describing pcap grammar | giovanni |
2012-07-13 | properly report EAI_SERVICE when the given servname is not defined for | Eric Faurot |
2012-07-13 | Use same (lame) verbiage to explain ifa_dstaddr as is used for | Kenneth R Westerback |
2012-07-12 | Skip printing another SSLv2-only command in s_client's usage text. | Stuart Henderson |
2012-07-12 | unused variables | Eric Faurot |
2012-07-12 | add support to get signed/unsigned HID data | Yojiro Uo |
2012-07-11 | make -j# fix, I had this forever actually. | Marc Espie |
2012-07-11 | implement res_mkquery | Eric Faurot |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo |
2012-07-11 | Disable SSLv2 in OpenSSL. No objections from djm. | Stuart Henderson |
2012-07-11 | fix an off-by-one error where the return value would point to the | Christian Weisgerber |
2012-07-11 | sem_timedwait() needs the struct timespec tag to be pre-declared here. | Philip Guenthe |
2012-07-10 | same code update and fix as for gethostnamadr_async | Eric Faurot |
2012-07-10 | simplify the code, improve error handling and plug a potential fd leak on error | Eric Faurot |
2012-07-10 | use the value actually passed to the function | Eric Faurot |
2012-07-10 | Better handling of servname in getaddrinfo_async. Do not necessarily | Eric Faurot |
2012-07-09 | ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in | Nicholas Marriott |
2012-07-09 | Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, | Theo de Raadt |
2012-07-09 | use PAGE_SHIFT instead of PGSHIFT, in preperation for future | Theo de Raadt |