summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-10-01Do not `return' in void functions.Miod Vallat
2009-09-29remove unsupported LIBRARY section; from Alan R. S. BuenoJason McIntyre
2009-09-27rfork_thread() lacked PIC handling for CERROR, resulting in a text relocationPhilip Guenthe
2009-09-27Minor bump for safety, due to the mips cachectl() addition.Miod Vallat
2009-09-27Add an implementation of IRIX-compatible cacheflush() routine to mips ports,Miod Vallat
2009-09-24Test for MACHINE_ARCH to decide whether to build stuff in libarch/arm, insteadMiod Vallat
2009-09-24rfork_thread() lacked PIC handling for CERROR, resulting in a text relocationPhilip Guenthe
2009-09-18Zero out IPv6 mask before using it. This fixes expressions likeAlexander Bluhm
2009-09-10cvs log message from ed@freebsd, revision 197045:Jason McIntyre
2009-09-09Palm: Integration into the treeMarek Vasut
2009-09-09maxzis -> maxsize; from Han BoetesJason McIntyre
2009-09-08I had not enough oks to commit this diff.Michele Marchetto
2009-09-08Add support for divert sockets. They allow you to:Michele Marchetto
2009-09-02make getaddrinfo(3) accept numeric servname when ai_socktype is notFederico G. Schwindt
2009-08-28Change cap_mkdb and curses to be a better about reformatting terminfo entriesNicholas Marriott
2009-08-28don't consider calling sio_close() without calling sio_stop() firstAlexandre Ratchov
2009-08-28when using aucat backend, wait for the server to drop the connectionAlexandre Ratchov
2009-08-28add a new AMSG_BYE, sent by the client to requst the server toAlexandre Ratchov
2009-08-27Don't stop traversing a directory hierarchy if we reach SHRT_MAX,Todd C. Miller
2009-08-26handle incoming AMSG_SETVOL messages, allows the client to be notifiedAlexandre Ratchov
2009-08-21make aucat(1) expose a MIDI device to control server behaviour inAlexandre Ratchov
2009-08-20add SF_ARCHIVED. ok millert@, tedu@Martynas Venckus
2009-08-13We do not do vm86 mode on amd64Theo de Raadt
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-08-13function is named int des_string_to_2key, not int des_string_to_2keys;Jason McIntyre
2009-08-08remove expired certificates and add startcom ltd.Federico G. Schwindt
2009-08-07define substitution in some cases might happen after prototypes areMartynas Venckus
2009-08-07pull string for memcpy; ok hshoexer@Martynas Venckus
2009-08-03use random; ok millert@Martynas Venckus
2009-08-03remove, or replace Xr of ieee to either ilogb, nextafter or scalbnMartynas Venckus
2009-08-01Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@Todd C. Miller
2009-08-01honor non-blocking flag in mio_open_rmidi(), fixes programsAlexandre Ratchov
2009-07-29now that the pages are split and we track separate HISTORY:Martynas Venckus
2009-07-29ieee, and ieeef aren't real, and the amount of functions it documentsMartynas Venckus
2009-07-29ieee_test isn't real; rename header to logb, tooMartynas Venckus
2009-07-28document scalbln, scalblnf, scalblnlMartynas Venckus
2009-07-28this is happier if it pulls in a few more includesTheo de Raadt
2009-07-27don't use ``return'' in sio_close() and mio_close()Alexandre Ratchov
2009-07-26more style improvemets, from Thomas PfaffAlexandre Ratchov
2009-07-26use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticAlexandre Ratchov
2009-07-26remove the (bogus) special case when mio_open() is called withAlexandre Ratchov
2009-07-26rephrase description of (MIO_IN | MIO_OUT) modeAlexandre Ratchov
2009-07-26Make ``static'' few functions that are prototyped as static but are notAlexandre Ratchov
2009-07-26sort and space headers as per style(9)Alexandre Ratchov
2009-07-25int is big enough to fully represent exponents of all supported fpMartynas Venckus
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25add sndio.7, forgotten in last commitAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-07-25- add a symbol to help gdb location pthread internals (_thread_ctx_offset)Kurt Miller