Age | Commit message (Expand) | Author |
2008-12-18 | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | Philip Guenthe |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai |
2008-12-17 | tweak previous; | Jason McIntyre |
2008-12-17 | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | space | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |
2008-12-12 | strcpy -> strlcpy; ok mbalmer@ martynas@ | Otto Moerbeek |
2008-12-12 | - document and mlink frexpf, ldexpf, modff added 13 years ago | Martynas Venckus |
2008-12-12 | document and mlink long double functions. ok jmc@ | Martynas Venckus |
2008-12-11 | remove an unneccessary addition to SEE ALSO: all the information | Jason McIntyre |
2008-12-10 | no spaces allowed in the macro arguments. completely insanity! | Theo de Raadt |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-10 | use sys/cdefs.h | Theo de Raadt |
2008-12-09 | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions | Martynas Venckus |
2008-12-09 | these were not needed | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | remove unused | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-12-09 | bugfix update to gdtoa 2008-10-10. ok millert@, tested by many | Martynas Venckus |
2008-12-09 | Commit requested by marco: | Otto Moerbeek |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | Otto Moerbeek |
2008-12-07 | Document that ethers_aton returns NULL for invalid addresses. | Paul de Weerd |
2008-12-07 | - man page name is keybound, not keyok | Jason McIntyre |
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen |
2008-11-26 | Fix typo, okay jmc@. | Pedro Martelletto |
2008-11-24 | Correctly jump over routing headers and calculate the size of the if_data | Claudio Jeker |
2008-11-21 | revert -fpie for now, it produces crashing executables | Otto Moerbeek |
2008-11-21 | - make the .Nd of link(2) and symlink(2) a bit more consistent | Jasper Lievisse Adriaanse |
2008-11-20 | float math functions: copysignf and logbf. ok millert@ | Martynas Venckus |
2008-11-20 | make both aucat(1) and audio(4) backends use the AUDIODEVICE env | Alexandre Ratchov |
2008-11-20 | move allocations between half a page and a page as close to the end of | Otto Moerbeek |
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | Otto Moerbeek |
2008-11-20 | while setting the block size, try smaller blocks half of the retries and | Alexandre Ratchov |
2008-11-17 | occures -> occurs; | Jason McIntyre |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | document that sio_revents() can return POLLHUP | Alexandre Ratchov |
2008-11-16 | when the aucat backend is used, sio_revents(3) should return POLLHUP | Alexandre Ratchov |
2008-11-13 | fix rcs tag. | Jonathan Gray |
2008-11-13 | To allow for easier playing with more strict settings introduce | Otto Moerbeek |
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | Otto Moerbeek |
2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires | Kurt Miller |
2008-11-11 | tweak previous; | Jason McIntyre |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |