| Commit message (Expand) | Author | Age | Files | Lines |
* | use sys/cdefs.h |  deraadt | 2008-12-10 | 2 | -4/+3 |
* | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions |  martynas | 2008-12-09 | 1 | -1/+2 |
* | these were not needed |  martynas | 2008-12-09 | 6 | -12/+6 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 15 | -16/+54 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 13 | -40/+38 |
* | remove unused |  martynas | 2008-12-09 | 6 | -201/+0 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 83 | -304/+4004 |
* | - add long double signbit |  martynas | 2008-12-09 | 59 | -73/+431 |
* | bugfix update to gdtoa 2008-10-10. ok millert@, tested by many |  martynas | 2008-12-09 | 23 | -152/+500 |
* | Commit requested by marco: |  otto | 2008-12-09 | 3 | -26/+206 |
* | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon |  otto | 2008-12-09 | 2 | -7/+7 |
* | Document that ethers_aton returns NULL for invalid addresses. |  weerd | 2008-12-07 | 1 | -2/+4 |
* | - man page name is keybound, not keyok |  jmc | 2008-12-07 | 1 | -3/+3 |
* | Add unix(4) to SEE ALSO. |  mk | 2008-11-26 | 1 | -3/+4 |
* | Fix typo, okay jmc@. |  pedro | 2008-11-26 | 1 | -3/+3 |
* | Correctly jump over routing headers and calculate the size of the if_data |  claudio | 2008-11-24 | 1 | -7/+14 |
* | revert -fpie for now, it produces crashing executables |  otto | 2008-11-21 | 1 | -7/+7 |
* | - make the .Nd of link(2) and symlink(2) a bit more consistent |  jasper | 2008-11-21 | 1 | -3/+3 |
* | float math functions: copysignf and logbf. ok millert@ |  martynas | 2008-11-20 | 1 | -1/+35 |
* | make both aucat(1) and audio(4) backends use the AUDIODEVICE env |  ratchov | 2008-11-20 | 2 | -7/+6 |
* | move allocations between half a page and a page as close to the end of |  otto | 2008-11-20 | 2 | -4/+5 |
* | Reduce the leeway malloc allows when moving allocations to the end of |  otto | 2008-11-20 | 1 | -2/+2 |
* | while setting the block size, try smaller blocks half of the retries and |  ratchov | 2008-11-20 | 1 | -5/+27 |
* | occures -> occurs; |  jmc | 2008-11-17 | 1 | -3/+3 |
* | allow aucat to run as server in play-only and record-only mode, so |  ratchov | 2008-11-17 | 1 | -11/+18 |
* | document that sio_revents() can return POLLHUP |  ratchov | 2008-11-16 | 1 | -2/+5 |
* | when the aucat backend is used, sio_revents(3) should return POLLHUP |  ratchov | 2008-11-16 | 1 | -1/+3 |
* | fix rcs tag. |  jsg | 2008-11-13 | 1 | -1/+1 |
* | To allow for easier playing with more strict settings introduce |  otto | 2008-11-13 | 1 | -5/+14 |
* | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ |  otto | 2008-11-12 | 1 | -10/+10 |
* | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 2008-11-11 | 8 | -54/+54 |
* | tweak previous; |  jmc | 2008-11-11 | 1 | -16/+16 |
* | expose a volume knob in the sndio API: add sio_setvol(3) and |  ratchov | 2008-11-11 | 8 | -59/+314 |
* | typos; ok ratchov@ jmc@ |  naddy | 2008-11-09 | 1 | -8/+8 |
* | if the device is not started, make sio_pollfd() pass 0 events bitmap |  ratchov | 2008-11-09 | 1 | -1/+3 |
* | typo fixed (overriden -> overridden) |  tobias | 2008-11-09 | 1 | -2/+2 |
* | sio_revents() should return 0 poll events if the device isn't started |  ratchov | 2008-11-09 | 1 | -1/+3 |
* | tweak previous; |  jmc | 2008-11-09 | 1 | -9/+14 |
* | Document the ddb.trigger sysctl. |  ckuethe | 2008-11-08 | 1 | -2/+17 |
* | expose the block size in the sndio API by making par->round writable |  ratchov | 2008-11-07 | 4 | -305/+91 |
* | if the freeprot flag (F) is set, do not do delayed frees for chunks |  otto | 2008-11-06 | 1 | -6/+10 |
* | fix markup of example line and description of G flag; partly from and |  otto | 2008-11-02 | 1 | -5/+4 |
* | remove distinction between warnings and errors, ok deraadt@ djm@ |  otto | 2008-11-02 | 2 | -73/+38 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an |  millert | 2008-10-31 | 1 | -2/+2 |
* | only few (frequency, blocksize) pairs are compatible with both resampling |  ratchov | 2008-10-30 | 1 | -66/+240 |
* | if MALLOC_STATS is defined, record how many "cheap reallocs" were |  otto | 2008-10-29 | 1 | -1/+8 |
* | document LIBSIO_DEBUG |  todd | 2008-10-29 | 1 | -2/+5 |
* | fix missing n in error message |  ratchov | 2008-10-28 | 1 | -2/+2 |
* | sio_initpar() is supposed to return void like the documentation |  jsg | 2008-10-28 | 3 | -6/+5 |
* | rename libsa to libsndio |  ratchov | 2008-10-27 | 10 | -460/+460 |