Age | Commit message (Expand) | Author |
2012-09-16 | remove some wacky Xo/Xc; | Jason McIntyre |
2012-09-15 | remove tahoe-specific makefile machinery, no such hardware is known to be | Miod Vallat |
2012-09-15 | Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bit | Martynas Venckus |
2012-09-15 | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | Martynas Venckus |
2012-09-13 | specify the bounds of the dst to strlcat (both values were static and | Theo de Raadt |
2012-09-13 | Update to tzcode2012f. Now that tzcode is in git there are no moe | Todd C. Miller |
2012-09-13 | Fix precedence bug (& has lower precedence than !=). | Paul Irofti |
2012-09-09 | tweak options | Eric Faurot |
2012-09-09 | allow to disable some features at build time | Eric Faurot |
2012-09-09 | cleanup asr_debug.c | Eric Faurot |
2012-09-09 | use proper macros for debug traces. | Eric Faurot |
2012-09-08 | split asr_resolver.c into different files to overlay the libc/net | Eric Faurot |
2012-09-07 | add const where missing | Ted Unangst |
2012-09-07 | return value has no use; make it void. | Eric Faurot |
2012-09-07 | unused variables | Eric Faurot |
2012-09-07 | tmpname -> tempnam; from Artturi Alm | Jason McIntyre |
2012-09-06 | config parsing is done in one pass now. no need to use callback anymore. | Eric Faurot |
2012-09-06 | include yp headers if necessary. | Eric Faurot |
2012-09-06 | make it easy to build without debug code | Eric Faurot |
2012-09-06 | add a strsplit() helper to factorize code a bit. | Eric Faurot |
2012-09-06 | YP is now supported. | Eric Faurot |
2012-09-06 | remove unused member, reorganize a bit and sync manpage. | Eric Faurot |
2012-09-05 | Get rid of the hostaddr_async subquery and merge its behaviour | Eric Faurot |
2012-09-05 | Implement basic (blocking) YP support for getaddrinfo_async(). | Eric Faurot |
2012-09-05 | Make hostaddr_async() return a linked list of struct addrinfo. First | Eric Faurot |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst |
2012-09-04 | Add support for -fPIC | Theo de Raadt |
2012-09-04 | implement basic YP support for gethostbyname_async()/gethostbyaddr_async() | Eric Faurot |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-09-04 | these are no longer used; ok guenther | Theo de Raadt |
2012-09-01 | Make this __STDC__ aware. | Miod Vallat |
2012-09-01 | sync comment with reality. | Federico G. Schwindt |
2012-08-29 | Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctly | Matthew Dempsky |
2012-08-27 | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad | Miod Vallat |
2012-08-24 | Don't attempt to warn about uninitialized __guard values yet. It's | Matthew Dempsky |
2012-08-23 | crank due to nnpfspioctl() syscall stub removal | Theo de Raadt |
2012-08-23 | no more nnpfspioctl() system call; ok guenther | Theo de Raadt |
2012-08-22 | We cannot just copy mcount.o to mcount.po, since the former may be PIE and | Pascal Stumpf |
2012-08-22 | Fix missing PIC -> __PIC__ conversions; ok pascal | Theo de Raadt |
2012-08-22 | rfc 2553 (not 2533) has been replaced by rfc 3493; | Jason McIntyre |
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 |