Age | Commit message (Expand) | Author |
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 |
2008-11-09 | typos; ok ratchov@ jmc@ | Christian Weisgerber |
2008-11-09 | if the device is not started, make sio_pollfd() pass 0 events bitmap | Alexandre Ratchov |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-09 | sio_revents() should return 0 poll events if the device isn't started | Alexandre Ratchov |
2008-11-09 | tweak previous; | Jason McIntyre |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-06 | if the freeprot flag (F) is set, do not do delayed frees for chunks | Otto Moerbeek |
2008-11-02 | fix markup of example line and description of G flag; partly from and | Otto Moerbeek |
2008-11-02 | remove distinction between warnings and errors, ok deraadt@ djm@ | Otto Moerbeek |
2008-10-31 | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | Todd C. Miller |
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 |