Age | Commit message (Expand) | Author |
2008-10-30 | only few (frequency, blocksize) pairs are compatible with both resampling | Alexandre Ratchov |
2008-10-29 | if MALLOC_STATS is defined, record how many "cheap reallocs" were | Otto Moerbeek |
2008-10-29 | document LIBSIO_DEBUG | Todd T. Fries |
2008-10-28 | fix missing n in error message | Alexandre Ratchov |
2008-10-28 | sio_initpar() is supposed to return void like the documentation | Jonathan Gray |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | add some audio/libsa cross refs; | Jason McIntyre |
2008-10-26 | rename libsa.3 to sa_open.3 and create mlinks for all other functions | Alexandre Ratchov |
2008-10-26 | recored -> recorded | Marc Espie |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-10-24 | some SEE ALSO additions from Ingo Schwarze; | Jason McIntyre |
2008-10-23 | Reword description of tm_zone and tm_gmtoff fields | Philip Guenthe |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-10-21 | build w/ USE_LOCALE. ok millert@ | Martynas Venckus |
2008-10-21 | use decimal point from locale. ok millert@ | Martynas Venckus |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | Otto Moerbeek |
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre |
2008-10-19 | Document that strptime doesn't set the dst flag. | Todd C. Miller |
2008-10-17 | adjust asm to be pic compatible. okay kettenis@ | Kurt Miller |
2008-10-13 | use calloc() instead of malloc() and memset() | Kevin Lo |
2008-10-07 | - noieee_src: adapt complex versions of the functions it already | Martynas Venckus |
2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made | Kurt Miller |
2008-10-06 | update to tzcode2008g from elsie.nci.nih.gov | Todd C. Miller |
2008-10-05 | Fix conversion of numbers without an exponent. | Mark Kettenis |
2008-10-03 | reduce rbyte cache to 512 bytes, no measurable slowdown (even in the | Otto Moerbeek |
2008-10-03 | save and restore errno on success. while it is not stricly needed for | Otto Moerbeek |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | Otto Moerbeek |
2008-10-03 | when increasing the size of a larger than a page allocation try | Otto Moerbeek |
2008-10-03 | avoid spitting up regions when purging stuff from the cache, it puts | Otto Moerbeek |
2008-10-03 | Make sigwait() work correctly. In particular, it'll work when the | Philip Guenthe |
2008-10-02 | the license on this is PD; david leonard says so | Theo de Raadt |
2008-10-02 | Fix PR #5942: preserve errno across fd flag updates, so that successful | Theo de Raadt |
2008-10-02 | the license on this is PD; david leonard says so | Theo de Raadt |
2008-10-02 | simplify and clarify login_getstyle; ok deraadt@ | Todd C. Miller |
2008-10-01 | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | Todd C. Miller |
2008-10-01 | Simplify the loop used for bp overflow detection to match what I'm | Todd C. Miller |
2008-10-01 | Fix for sequential retrieval failure when using large key/data pairs. | Todd C. Miller |
2008-10-01 | Assert my copyright on files I gave to d@ back in 1998. | Dale Rahn |
2008-09-29 | Use large pic asm for access to errno (needed for pie). Originally from | Kurt Miller |
2008-09-26 | Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk. | Dale Rahn |
2008-09-19 | fix some cause of bad TEXTREL on i386 and amd64 | Otto Moerbeek |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-16 | typo: is -> if. ok millert@ | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-13 | document strtold. ok millert@ | Martynas Venckus |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus |