Age | Commit message (Expand) | Author |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-21 | - remove inconsistent/obsolete comments | 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 | 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-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 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-14 | remove unused variable | Charles Longeau |
2012-08-12 | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal | Miod Vallat |
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-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 | unused variables | Eric Faurot |
2012-07-11 | implement res_mkquery | Eric Faurot |
2012-07-11 | fix an off-by-one error where the return value would point to the | Christian Weisgerber |
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 | use PAGE_SHIFT instead of PGSHIFT, in preperation for future | Theo de Raadt |
2012-07-08 | implement res_querydomain() required by sendmail | Eric Faurot |
2012-07-08 | add stub function for gethostent(), and move things around a bit while here. | Eric Faurot |
2012-07-08 | Zap extra spaces from function pointer arguments | Philip Guenthe |
2012-07-08 | Describe tdelete()'s return value correctly and update the related CAVEAT | Philip Guenthe |
2012-07-07 | rename function to avoid symbol clash | Eric Faurot |
2012-07-07 | remove bogus include of bsd.lib.mk | Eric Faurot |
2012-07-03 | adapt the NetBSD code to make sigpending work on sh | Jonathan Gray |
2012-07-01 | The kernel returns the pending set; this stub has to save it through | Philip Guenthe |
2012-07-01 | make this actually work | Mark Kettenis |
2012-06-26 | after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of | Ted Unangst |
2012-06-26 | simplify a little of the posix standards talk. ok deraadt guenther jmc | Ted Unangst |
2012-06-26 | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in | Matthew Dempsky |
2012-06-25 | Do not use <machine/float.h>, that is an deformed BSD-ism. | Theo de Raadt |
2012-06-24 | In sysconf(), don't bother querying the kernel for userspace-only | Matthew Dempsky |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-24 | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | Gilles Chehade |
2012-06-22 | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | Gilles Chehade |