Age | Commit message (Expand) | Author |
2012-11-10 | raise() sends the signal to the current thread and only one error can occur. | Philip Guenthe |
2012-11-10 | Per POSIX, fix raise() and abort() to send the signal to the current thread. | Philip Guenthe |
2012-11-02 | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | Damien Miller |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-17 | reword this sentence to avoid ambiguity; | Jason McIntyre |
2012-10-16 | Make sleep(3) and usleep(3) more consistent and remove extraneous | Todd C. Miller |
2012-10-12 | For consistency with other OSes and ease of porting, make | Philip Guenthe |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko |
2012-10-03 | tweak text for consistency; from artturi alm | Jason McIntyre |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-26 | Remove the first paragraph. The first sentence is already stated in the | Brad Smith |
2012-09-23 | Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed | Jeremy Evans |
2012-09-23 | uint32_t is the integer type defined in stdint.h | Marc Espie |
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 |