| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop | csjp | 2005-12-30 | 1 | -0/+5 |
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 86 | -1/+10705 |
* | Updated versions of header files generated per the instructions | dougb | 2005-12-29 | 6 | -14/+61 |
* | gmon now supported on powerpc | grehan | 2005-12-29 | 1 | -2/+0 |
* | The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms. | grehan | 2005-12-29 | 1 | -1/+1 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 4 | -5/+290 |
* | Add abort2 manual page. | phk | 2005-12-23 | 2 | -1/+100 |
* | Explicitely use a "signed char" instead of a "char", for those archs where | cognet | 2005-12-22 | 1 | -2/+2 |
* | Let _mutex_cv_lock call internal functiona mutex_lock_common. | davidxu | 2005-12-21 | 1 | -1/+2 |
* | Hide umtx API symbols as well. | davidxu | 2005-12-21 | 2 | -6/+9 |
* | 1. Retire macro SCLASS, instead simply use language keyword and | davidxu | 2005-12-21 | 2 | -109/+124 |
* | Follow the mistake in libpthread, the first version name in libpthread | davidxu | 2005-12-21 | 1 | -1/+1 |
* | Extract the high and low words together. With gcc-3.4 on uniformly | bde | 2005-12-20 | 1 | -8/+6 |
* | Clear return code to zero if joiner successfully waited joinee. | davidxu | 2005-12-19 | 1 | -0/+1 |
* | Use a minimax polynomial approximation instead of a Pade rational | bde | 2005-12-19 | 2 | -37/+30 |
* | Fixed code to match comments and the algorithm: | bde | 2005-12-18 | 2 | -20/+42 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -0/+9 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -3/+3 |
* | Update copyright. | davidxu | 2005-12-17 | 6 | -113/+84 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 9 | -0/+2054 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 3 | -9/+19 |
* | Added comments about the apparently-magic rational function used in | bde | 2005-12-15 | 1 | -1/+15 |
* | Optimize by not doing excessive conversions for handling the sign bit. | bde | 2005-12-13 | 2 | -15/+9 |
* | Fixed some especially horrible style bugs (indentation that is neither | bde | 2005-12-13 | 2 | -12/+14 |
* | [mdoc] add missing space before a punctuation type argument. | ru | 2005-12-13 | 1 | -1/+1 |
* | Sort .Xr by section number. | davidxu | 2005-12-13 | 8 | -14/+14 |
* | /* You're not supposed to hit this problem */ | phk | 2005-12-13 | 1 | -2/+2 |
* | Add cross references to siginfo.3. | davidxu | 2005-12-13 | 10 | -3/+13 |
* | Remove unused _get_curthread() call. | davidxu | 2005-12-12 | 1 | -2/+0 |
* | Added comments about the magic behind | bde | 2005-12-11 | 2 | -14/+25 |
* | Fixed the unexpectedly large maximum error after the previous commit. | bde | 2005-12-11 | 1 | -2/+2 |
* | Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64. | bde | 2005-12-11 | 1 | -1/+13 |
* | Fixed some magic numbers. | bde | 2005-12-11 | 1 | -8/+8 |
* | "Create" ldexpf for non-i386 architectures. | obrien | 2005-12-06 | 1 | -0/+2 |
* | Fix markeup. | davidxu | 2005-12-06 | 1 | -1/+2 |
* | Fix markup. | davidxu | 2005-12-05 | 1 | -5/+13 |
* | Document SIGEV_NONE and SIGEV_SIGNAL. | davidxu | 2005-12-05 | 1 | -0/+15 |
* | Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since it | bde | 2005-12-04 | 1 | -1/+1 |
* | For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 and | bde | 2005-12-04 | 2 | -8/+22 |
* | Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing | stefanf | 2005-12-04 | 1 | -12/+34 |
* | Use the usual volatile hack to trick gcc into clipping any extra precision | bde | 2005-12-04 | 1 | -1/+1 |
* | Fixed fdlibm[+cygnus] logbf() and logb() on denormals. Adjustment | bde | 2005-12-03 | 2 | -8/+20 |
* | Fix prototype. | ru | 2005-12-03 | 1 | -1/+1 |
* | Fix type of argument. | ru | 2005-12-03 | 1 | -1/+1 |
* | Restored removal of the special handling needed for a result of +-0. | bde | 2005-12-03 | 1 | -0/+2 |
* | Break hard sentence break. | ru | 2005-12-03 | 1 | -1/+2 |
* | Simplified the fix in rev.1.3. Instead of using long double for | bde | 2005-12-03 | 1 | -8/+2 |
* | Fixed rint(x) in the following cases: | bde | 2005-12-03 | 1 | -0/+9 |
* | Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. | ambrisko | 2005-12-03 | 3 | -6/+42 |
* | Remove implementation-defined, it has already been described in NOTES | davidxu | 2005-12-03 | 1 | -5/+0 |