Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-15 | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | Martynas Venckus | |
2012-09-15 | Improve instructions for handling non-blocking I/O with poll(2) and | Stefan Sperling | |
the mio_* functions. As per suggestion from jmc tidy up spacing in RETURN VALUES section and Xr poll(2). ok jmc ratchov | |||
2012-09-14 | Don't read the xrun counter before the offset in the audio ring, | Alexandre Ratchov | |
otherwise we'd open a tiny time window during which a xrun may occur in turn making the sio_onmove() clock wrong during one tick. | |||
2012-09-14 | Have mio_open(3) document all return values in the RETURN VALUES section. | Stefan Sperling | |
And don't document the return value of mio_pollfd() twice, one instance of which was incorrect. ok jmc, ratchov | |||
2012-09-13 | specify the bounds of the dst to strlcat (both values were static and | Theo de Raadt | |
equal, but it is more correct) from Michal Mazurek | |||
2012-09-13 | Update to tzcode2012f. Now that tzcode is in git there are no moe | Todd C. Miller | |
SCCS ids. No actual code changes. | |||
2012-09-13 | Fix precedence bug (& has lower precedence than !=). | Paul Irofti | |
Okay otto@. Found by Michal Mazurek <akfaew at jasminek dot net>, thanks! | |||
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert | |
Makes "make build" build with WARNINGS=Yes on amd64. ok espie | |||
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky | |
Pointed out by Brad. | |||
2012-09-09 | Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can | Matthew Dempsky | |
be included in source files that specify POSIX source. libutil isn't a standard POSIX library, but no need to be gratuitously incompatible. Fixes x11/st. ok tedu, guenther, kettenis | |||
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 | Reverse the order that ctors and dtors are run in accordance with | Matthew Dempsky | |
GCC's documentation. Fixes GNU C++'s init_priority attribute. ok miod | |||
2012-09-08 | split asr_resolver.c into different files to overlay the libc/net | Eric Faurot | |
resolver implementation. | |||
2012-09-07 | add const where missing | Ted Unangst | |
2012-09-07 | return value has no use; make it void. | Eric Faurot | |
fix comment. | |||
2012-09-07 | unused variables | Eric Faurot | |
2012-09-07 | various fixes; | Jason McIntyre | |
2012-09-07 | tmpname -> tempnam; from Artturi Alm | Jason McIntyre | |
2012-09-06 | Move the commented out test program in pkcs5_pbkdf2.c into a proper | Matthew Dempsky | |
regress test. | |||
2012-09-06 | config parsing is done in one pass now. no need to use callback anymore. | Eric Faurot | |
2012-09-06 | some better phrasing, mostly via jsing | Ted Unangst | |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst | |
ok deraadt jsing matthew | |||
2012-09-06 | include yp headers if necessary. | Eric Faurot | |
remove unused variable. | |||
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 | |
directly into getaddrinfo_async_run. Simplifies everything by a great deal. | |||
2012-09-05 | Implement basic (blocking) YP support for getaddrinfo_async(). | Eric Faurot | |
YP is now supported on all relevant resolver functions. | |||
2012-09-05 | Make hostaddr_async() return a linked list of struct addrinfo. First | Eric Faurot | |
round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery. | |||
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 | |
ok kettenis | |||
2012-09-04 | implement basic YP support for gethostbyname_async()/gethostbyaddr_async() | Eric Faurot | |
by using the blocking YP API internally. | |||
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-02 | Be nice with the server and align data packets to audio block boundary | Alexandre Ratchov | |
2012-09-02 | tweaks; ok guenther | Jason McIntyre | |
2012-09-01 | Make this __STDC__ aware. | Miod Vallat | |
2012-09-01 | Strip out stuff specific to the old uthreads and add similar bits for | Philip Guenthe | |
rthreads, including the beginning of a HISTORY section Tweak name (and therefore order) of the Barrier Routines and Spinlock Routines sections Update the list of functions that aren't thread-safe Be consistent with other manpages by spelling 'thread-safe' with a hyphen | |||
2012-09-01 | sync comment with reality. | Federico G. Schwindt | |
2012-09-01 | So passes uthreads | Philip Guenthe | |
Like autumn leaves on water don't fear the tedu@ | |||
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt | |
grep help from sthen; discussion with brad ok guenther pascal | |||
2012-08-29 | Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctly | Matthew Dempsky | |
handle rlim_cur set to RLIM_INFINITY or values greater than LONG_MAX, as unlikely as those are to happen. Further limit _SC_STREAM_MAX to at most SHRT_MAX, because struct __sFILE uses a short int for storing the file descriptor. While here, also remove a dead label that Clang complains about. From FreeBSD via Brad. | |||
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky | |
executable and DSO (via crtbegin.c/crtbeginS.c). Not used yet, but needed before GCC can start emitting -fstack-protector code that uses them instead of __guard. | |||
2012-08-28 | Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew | Pascal Stumpf | |
out scary warnings if it's not there. Bump minor accordingly. Requested by and ok dcoppa@, ok nicm@ | |||
2012-08-27 | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad | Miod Vallat | |
2012-08-27 | let regen_headers also take care of sqlite3.pc.in => sqlite3.pc | Marc Espie | |
"moui" landry@ |