summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-11-26Add unix(4) to SEE ALSO.Michael Knudsen
2008-11-26Fix typo, okay jmc@.Pedro Martelletto
2008-11-24Correctly jump over routing headers and calculate the size of the if_dataClaudio Jeker
2008-11-21revert -fpie for now, it produces crashing executablesOtto Moerbeek
2008-11-21- make the .Nd of link(2) and symlink(2) a bit more consistentJasper Lievisse Adriaanse
2008-11-20float math functions: copysignf and logbf. ok millert@Martynas Venckus
2008-11-20make both aucat(1) and audio(4) backends use the AUDIODEVICE envAlexandre Ratchov
2008-11-20move allocations between half a page and a page as close to the end ofOtto Moerbeek
2008-11-20Reduce the leeway malloc allows when moving allocations to the end ofOtto Moerbeek
2008-11-20while setting the block size, try smaller blocks half of the retries andAlexandre Ratchov
2008-11-17occures -> occurs;Jason McIntyre
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
2008-11-16document that sio_revents() can return POLLHUPAlexandre Ratchov
2008-11-16when the aucat backend is used, sio_revents(3) should return POLLHUPAlexandre Ratchov
2008-11-13fix rcs tag.Jonathan Gray
2008-11-13To allow for easier playing with more strict settings introduceOtto Moerbeek
2008-11-12avoid a few strlen calls for constant strings; prompted by tg; ok djm@Otto Moerbeek
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requiresKurt Miller
2008-11-11tweak previous;Jason McIntyre
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-11-09typos; ok ratchov@ jmc@Christian Weisgerber
2008-11-09if the device is not started, make sio_pollfd() pass 0 events bitmapAlexandre Ratchov
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09sio_revents() should return 0 poll events if the device isn't startedAlexandre Ratchov
2008-11-09tweak previous;Jason McIntyre
2008-11-08Document the ddb.trigger sysctl.Chris Kuethe
2008-11-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-11-06if the freeprot flag (F) is set, do not do delayed frees for chunksOtto Moerbeek
2008-11-02fix markup of example line and description of G flag; partly from andOtto Moerbeek
2008-11-02remove distinction between warnings and errors, ok deraadt@ djm@Otto Moerbeek
2008-10-31Pass a pointer to warn2 so the warn2 == IN_ALL would not be anTodd C. Miller
2008-10-30only few (frequency, blocksize) pairs are compatible with both resamplingAlexandre Ratchov
2008-10-29if MALLOC_STATS is defined, record how many "cheap reallocs" wereOtto Moerbeek
2008-10-29document LIBSIO_DEBUGTodd T. Fries
2008-10-28fix missing n in error messageAlexandre Ratchov
2008-10-28sio_initpar() is supposed to return void like the documentationJonathan Gray
2008-10-27rename libsa to libsndioAlexandre Ratchov
2008-10-26add some audio/libsa cross refs;Jason McIntyre
2008-10-26rename libsa.3 to sa_open.3 and create mlinks for all other functionsAlexandre Ratchov
2008-10-26recored -> recordedMarc Espie
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-10-24some SEE ALSO additions from Ingo Schwarze;Jason McIntyre
2008-10-23Reword description of tm_zone and tm_gmtoff fieldsPhilip Guenthe
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
2008-10-21build w/ USE_LOCALE. ok millert@Martynas Venckus
2008-10-21use decimal point from locale. ok millert@Martynas Venckus
2008-10-20oops, assign errno the right way. caught by david running regress testsOtto Moerbeek
2008-10-19document fts_open error handling; from Tim van der MolenJason McIntyre
2008-10-19Document that strptime doesn't set the dst flag.Todd C. Miller
2008-10-17adjust asm to be pic compatible. okay kettenis@Kurt Miller