| Commit message (Expand) | Author | Age | Files | Lines |
| * | sranddev() is not magic pixie dust. While it gives a good random | Warner Losh | 2004-11-10 | 1 | -2/+4 |
| * | Use the RET macro. | Olivier Houchard | 2004-11-09 | 17 | -52/+52 |
| * | Add a week alias __siglongjmp => siglongjmp. | Olivier Houchard | 2004-11-09 | 1 | -0/+1 |
| * | MFKernel: Implement ffs with clz on Xscale. | Olivier Houchard | 2004-11-07 | 1 | -0/+6 |
| * | When building the custom i386 libraries for use on amd64 kernels, we | Peter Wemm | 2004-11-06 | 6 | -0/+170 |
| * | Don't define SOFTFLOAT directly in source files, it's now done in the Makefile. | Olivier Houchard | 2004-11-05 | 2 | -2/+1 |
| * | Fix signalcontext and makecontext. | Olivier Houchard | 2004-11-05 | 3 | -14/+17 |
| * | Remove getcontext.S, it is not needed. | Olivier Houchard | 2004-11-05 | 2 | -64/+1 |
| * | Import a Makefile for arm. | Olivier Houchard | 2004-11-05 | 1 | -0/+8 |
| * | Protect against local flooder of /var/run/log. Do not loop forever in | Gleb Smirnoff | 2004-11-04 | 1 | -13/+41 |
| * | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | Xin LI | 2004-11-04 | 2 | -21/+79 |
| * | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | Peter Wemm | 2004-10-27 | 1 | -0/+1 |
| * | Add necessary whitespace to correct cross references. | Ceri Davies | 2004-10-27 | 1 | -2/+2 |
| * | Reword the last change a bit, add mdoc(7) markup. | Yaroslav Tykhiy | 2004-10-25 | 2 | -2/+6 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 5 | -6/+6 |
| * | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | David E. O'Brien | 2004-10-18 | 2 | -0/+8 |
| * | Since sendfile(2) works on regular files only, | Yaroslav Tykhiy | 2004-10-18 | 1 | -1/+1 |
| * | Remove setrunelocale() | Andrey A. Chernov | 2004-10-18 | 1 | -23/+0 |
| * | Document EMSGSIZE return from recvmsg due to insufficient free files | Alfred Perlstein | 2004-10-17 | 1 | -1/+10 |
| * | Remove the obsolete <rune.h> interface. | Tim J. Robbins | 2004-10-17 | 11 | -846/+11 |
| * | Remove support for the obsolete UTF2 encoding. | Tim J. Robbins | 2004-10-17 | 9 | -317/+3 |
| * | Bump the libc major version number to 6. | Tim J. Robbins | 2004-10-17 | 1 | -1/+1 |
| * | Document that the length modifier l is ignored for floating point | Stefan Farfeleder | 2004-10-16 | 1 | -1/+3 |
| * | Explain it is a negative offset that EINVAL may indicate. | Yaroslav Tykhiy | 2004-10-16 | 2 | -4/+4 |
| * | Improve mdoc(7) markup. | Yaroslav Tykhiy | 2004-10-16 | 1 | -3/+9 |
| * | Give details on what will happen if the `offset' argument | Yaroslav Tykhiy | 2004-10-16 | 1 | -2/+6 |
| * | Enable building with LIBC_SCCS defined. | David E. O'Brien | 2004-10-16 | 10 | -13/+10 |
| * | Try to bring some sanity to the SCM ID's. | David E. O'Brien | 2004-10-16 | 44 | -71/+67 |
| * | Remove extra closing parenthesis added in revision 1.4. | Stefan Farfeleder | 2004-10-14 | 1 | -1/+1 |
| * | Correctly document the return value of strerror() and strerror_r() and | Giorgos Keramidas | 2004-10-12 | 1 | -11/+10 |
| * | o Backout rev. 1.16, see 1.3 commit log for more info. | Maxim Konovalov | 2004-10-09 | 1 | -6/+4 |
| * | When send()ing to syslogd return ENOBUFS keep trying until success. | Gleb Smirnoff | 2004-10-08 | 1 | -8/+18 |
| * | Make less wrong for desciptions of signal handling | Julian Elischer | 2004-10-08 | 1 | -40/+52 |
| * | Mutually cross-reference sysexits(3) and err(3). Add text to err(3) | Joseph Koshy | 2004-10-04 | 1 | -1/+6 |
| * | Don't add integers to void pointers. | Stefan Farfeleder | 2004-10-03 | 1 | -1/+2 |
| * | Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't | Stefan Farfeleder | 2004-10-03 | 1 | -0/+1 |
| * | Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.h | Maxim Konovalov | 2004-09-29 | 1 | -0/+1 |
| * | Remove __isnanl() to avoid conflicting with the same function in libm. | David Schultz | 2004-09-24 | 1 | -10/+0 |
| * | Arbitraly choose the Variant II for arm. | Olivier Houchard | 2004-09-23 | 1 | -1/+2 |
| * | Make setjmp()/longjmp() use sigprocmask. | Olivier Houchard | 2004-09-23 | 1 | -9/+9 |
| * | Add a dummy set_tp(). | Olivier Houchard | 2004-09-23 | 2 | -1/+36 |
| * | Always use bx for returning on Xscale. | Olivier Houchard | 2004-09-23 | 1 | -76/+76 |
| * | Fix the align-to-32-bits code. | Olivier Houchard | 2004-09-23 | 1 | -2/+2 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -3/+3 |
| * | Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama | 2004-09-13 | 1 | -4/+2 |
| * | I found "portsdb -u" dumps core with recent INDEX file, and this is | Jun Kuriyama | 2004-09-10 | 1 | -0/+2 |
| * | Fix format strings to unbreak with -DDEBUG option. | Jun Kuriyama | 2004-09-10 | 4 | -19/+20 |
| * | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | Yaroslav Tykhiy | 2004-09-09 | 1 | -1/+1 |
| * | Fix two problems with REG_ICASE that were introduced with the addition of | Tim J. Robbins | 2004-09-05 | 1 | -13/+10 |
| * | Unbreak memmove(). Return the dst argument. While here, fix the END | Marcel Moolenaar | 2004-09-04 | 1 | -7/+6 |