summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* use sys/cdefs.hderaadt2008-12-102-4/+3
* pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitionsmartynas2008-12-091-1/+2
* these were not neededmartynas2008-12-096-12/+6
* ditto frexpl and ldexplmartynas2008-12-0915-16/+54
* alias fabsl to fabs on these archsmartynas2008-12-0913-40/+38
* remove unusedmartynas2008-12-096-201/+0
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-0983-304/+4004
* - add long double signbitmartynas2008-12-0959-73/+431
* bugfix update to gdtoa 2008-10-10. ok millert@, tested by manymartynas2008-12-0923-152/+500
* Commit requested by marco:otto2008-12-093-26/+206
* fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonotto2008-12-092-7/+7
* Document that ethers_aton returns NULL for invalid addresses.weerd2008-12-071-2/+4
* - man page name is keybound, not keyokjmc2008-12-071-3/+3
* Add unix(4) to SEE ALSO.mk2008-11-261-3/+4
* Fix typo, okay jmc@.pedro2008-11-261-3/+3
* Correctly jump over routing headers and calculate the size of the if_dataclaudio2008-11-241-7/+14
* revert -fpie for now, it produces crashing executablesotto2008-11-211-7/+7
* - make the .Nd of link(2) and symlink(2) a bit more consistentjasper2008-11-211-3/+3
* float math functions: copysignf and logbf. ok millert@martynas2008-11-201-1/+35
* make both aucat(1) and audio(4) backends use the AUDIODEVICE envratchov2008-11-202-7/+6
* move allocations between half a page and a page as close to the end ofotto2008-11-202-4/+5
* Reduce the leeway malloc allows when moving allocations to the end ofotto2008-11-201-2/+2
* while setting the block size, try smaller blocks half of the retries andratchov2008-11-201-5/+27
* occures -> occurs;jmc2008-11-171-3/+3
* allow aucat to run as server in play-only and record-only mode, soratchov2008-11-171-11/+18
* document that sio_revents() can return POLLHUPratchov2008-11-161-2/+5
* when the aucat backend is used, sio_revents(3) should return POLLHUPratchov2008-11-161-1/+3
* fix rcs tag.jsg2008-11-131-1/+1
* To allow for easier playing with more strict settings introduceotto2008-11-131-5/+14
* avoid a few strlen calls for constant strings; prompted by tg; ok djm@otto2008-11-121-10/+10
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-118-54/+54
* tweak previous;jmc2008-11-111-16/+16
* expose a volume knob in the sndio API: add sio_setvol(3) andratchov2008-11-118-59/+314
* typos; ok ratchov@ jmc@naddy2008-11-091-8/+8
* if the device is not started, make sio_pollfd() pass 0 events bitmapratchov2008-11-091-1/+3
* typo fixed (overriden -> overridden)tobias2008-11-091-2/+2
* sio_revents() should return 0 poll events if the device isn't startedratchov2008-11-091-1/+3
* tweak previous;jmc2008-11-091-9/+14
* Document the ddb.trigger sysctl.ckuethe2008-11-081-2/+17
* expose the block size in the sndio API by making par->round writableratchov2008-11-074-305/+91
* if the freeprot flag (F) is set, do not do delayed frees for chunksotto2008-11-061-6/+10
* fix markup of example line and description of G flag; partly from andotto2008-11-021-5/+4
* remove distinction between warnings and errors, ok deraadt@ djm@otto2008-11-022-73/+38
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anmillert2008-10-311-2/+2
* only few (frequency, blocksize) pairs are compatible with both resamplingratchov2008-10-301-66/+240
* if MALLOC_STATS is defined, record how many "cheap reallocs" wereotto2008-10-291-1/+8
* document LIBSIO_DEBUGtodd2008-10-291-2/+5
* fix missing n in error messageratchov2008-10-281-2/+2
* sio_initpar() is supposed to return void like the documentationjsg2008-10-283-6/+5
* rename libsa to libsndioratchov2008-10-2710-460/+460