summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2011-04-26spring cleanup:Ingo Schwarze
2011-04-26fenv for mips64Martynas Venckus
2011-04-25Document amd64/i386 denormalization exception; after discusion w/ tedu@.Martynas Venckus
2011-04-25fenv for sparc; mostly cloned from sparc64Martynas Venckus
2011-04-25fenv for powerpcMartynas Venckus
2011-04-25Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for theStuart Henderson
2011-04-25Update to tzcode2011g from elsie.nci.nih.gov.Todd C. Miller
2011-04-24fenv for shMartynas Venckus
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling
2011-04-24remove STANDARDS section, as this function does not conform to any;Jason McIntyre
2011-04-24Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.Stefan Sperling
2011-04-24fenv for i386, and sparc64; from matthew@Martynas Venckus
2011-04-24fenv for armMartynas Venckus
2011-04-23Implement C99 floating-point environment for Alpha.Martynas Venckus
2011-04-23Enable the SIGWINCH handler in ncurses.Nicholas Marriott
2011-04-23Merge the same fix for hppa64; reminded by miod@:Martynas Venckus
2011-04-23Do not document FP_X_IOV--it's an alpha-only thing. Similarly likeMartynas Venckus
2011-04-22Sticky flags are in the left half of fpsr; not the undefined bitsMartynas Venckus
2011-04-22Clarify SO_SPLICE semantics in setsockopt(2).Alexander Bluhm
2011-04-21fenv for amd64; from matthew@Martynas Venckus
2011-04-21fenv for hppaMartynas Venckus
2011-04-21Make this code actually compile on hppa64.Joel Sing
2011-04-21Rework setjmp so that it works for hppa64.Joel Sing
2011-04-21Provide reasonable gdtoa headers.Joel Sing
2011-04-21Make SYS.h actually compile on hppa64.Joel Sing
2011-04-21Don't use 'n' for the length of multibyte chars, because it is the lengthYASUOKA Masahiko
2011-04-20fenv for m68kMartynas Venckus
2011-04-20Trick GCC optimizer into clipping any extra precision by making wMartynas Venckus
2011-04-20Implement correct prologue and epilogue for hppa64.Joel Sing
2011-04-19Fix spacing nit.Matthew Dempsky
2011-04-19Do not over-specify the return value.Ingo Schwarze
2011-04-18slightly cleanup by separating socket-specific code fromAlexandre Ratchov
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-17The {,l}lround{,f} implementations are based on {,l}lrint{,f},Martynas Venckus
2011-04-1720 -> DBL_FRACHBITSMartynas Venckus
2011-04-16Document what happens when x equals y.Martynas Venckus
2011-04-16C99: "The nextafter functions return y if x equals y."Martynas Venckus
2011-04-16remove aucat(1) and midicat(1) socket paths from the FILES sections.Alexandre Ratchov
2011-04-16for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHAlexandre Ratchov
2011-04-16Since aucat supports any parameter combination sio_getcap() doesn'tAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-15Remove wrong check.Ariane van der Steldt
2011-04-15p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() havePhilip Guenthe
2011-04-15wcwidth() must return -1 if the character is not printable.Stefan Sperling
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-12Use mio_<backend>_ prefix for private midi-related functions and putAlexandre Ratchov
2011-04-11document MAP_TRYFIXED. short version: don't use it. prodded by deraadt.Ted Unangst