| Commit message (Expand) | Author | Age | Files | Lines |
* | These files should include s_lround.c instead of s_lrint.c. | das | 2005-04-08 | 3 | -3/+3 |
* | Fix a (coincidentally harmless) bug. | das | 2005-04-08 | 1 | -5/+4 |
* | Use the new atomic_cmpset_32(). | cognet | 2005-04-07 | 4 | -50/+0 |
* | Adjust hash function for smaller pthread structure size. | davidxu | 2005-04-07 | 1 | -1/+1 |
* | Eliminate an unneeded instruction that is a vestige of mechanical | alc | 2005-04-07 | 1 | -7/+5 |
* | Fix strict-alias warnings by removing excessive (and wrong) casts. | peter | 2005-04-07 | 2 | -2/+2 |
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | alc | 2005-04-07 | 6 | -0/+212 |
* | - we are no longer shareing any resources to be locked between | ume | 2005-04-06 | 2 | -27/+12 |
* | MUTEX_INITIALIZER should be used instead of | ume | 2005-04-06 | 1 | -1/+1 |
* | Remove unique id field which is no longer used by debugger. | davidxu | 2005-04-06 | 3 | -15/+2 |
* | Remove debug symbol from installed library, one can always | davidxu | 2005-04-06 | 1 | -1/+1 |
* | separate gai_strerror(3) from getaddrinfo.c. | ume | 2005-04-06 | 3 | -28/+62 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 6 | -67/+338 |
* | Fix a long-standing bug in k_rem_pio2(), which led to large errors when | das | 2005-04-05 | 1 | -1/+1 |
* | make yp stuff re-entrant. | ume | 2005-04-05 | 1 | -26/+15 |
* | protect _yp_domain with mutex lock. | ume | 2005-04-05 | 1 | -3/+24 |
* | add missing mutex unlock. | ume | 2005-04-05 | 1 | -0/+1 |
* | natd core dumps when -reverse switch is used because of a bug in | phk | 2005-04-05 | 1 | -2/+2 |
* | Export thread address. | davidxu | 2005-04-05 | 3 | -0/+9 |
* | Build exp2(), exp2f(), and related documentation. | das | 2005-04-05 | 1 | -2/+3 |
* | Document exp2() and exp2f(), and make other minor tweaks and updates. | das | 2005-04-05 | 2 | -88/+37 |
* | Implement exp2() and exp2f(). | das | 2005-04-05 | 3 | -0/+532 |
* | Pass exact number of threads. | davidxu | 2005-04-04 | 1 | -1/+1 |
* | make _files_getaddrinfo() re-entrant. | ume | 2005-04-04 | 1 | -22/+19 |
* | Export pthread_condattr_getclock, pthread_condattr_setclock. | davidxu | 2005-04-03 | 1 | -0/+2 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 2 | -67/+79 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | das | 2005-04-02 | 1 | -0/+5 |
* | nuke the logic for AF_UNSPEC and simplify. once, it was introduced | ume | 2005-04-02 | 1 | -301/+47 |
* | Connect libthr and libthread_db to make buildworld. | davidxu | 2005-04-02 | 1 | -3/+3 |
* | Update debugger code for new libthr. | davidxu | 2005-04-02 | 1 | -216/+578 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 77 | -4641/+7200 |
* | Prepare for importing my 1:1 threading work, disconnect libthr and | davidxu | 2005-04-02 | 1 | -2/+2 |
* | Add over 32GB disk support on pc98 (userland part). | nyan | 2005-03-30 | 1 | -1/+24 |
* | Clean up the support for extracting very long pathnames. | kientzle | 2005-03-29 | 2 | -14/+18 |
* | Fix typo - link for bsde_add_rule(3) manual page was not created. | pjd | 2005-03-28 | 1 | -1/+1 |
* | Properly return rule number. | pjd | 2005-03-28 | 1 | -1/+1 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 12 | -20/+583 |
* | Eliminate plt relocation for kse_switchin. | davidxu | 2005-03-21 | 4 | -0/+4 |
* | Use __weak_reference macro to define weak symbols. | davidxu | 2005-03-21 | 1 | -31/+51 |
* | Teach fmtcheck() about the ' (thousands separator) flag. | das | 2005-03-21 | 1 | -1/+1 |
* | Add byteorder(9) to SEE ALSO. | simon | 2005-03-20 | 1 | -2/+3 |
* | Make kvm(3) aware of ki_jid field. | pjd | 2005-03-20 | 1 | -1/+17 |
* | Use the correct values for softfloat, in both the little endian and the big | cognet | 2005-03-20 | 2 | -8/+13 |
* | Fix the double rounding problem with subnormals, and | das | 2005-03-18 | 2 | -16/+36 |
* | Add missing prototypes for fma() and fmaf(), and remove an inaccurate | das | 2005-03-18 | 1 | -1/+2 |
* | Make the fenv.h routines work for programs that use SSE for | das | 2005-03-17 | 2 | -85/+262 |
* | Fix typo in comments (spell Linux correctly) | emax | 2005-03-17 | 1 | -1/+1 |
* | Regenerate for 9.3.1 | dougb | 2005-03-17 | 5 | -6/+12 |
* | bmake changes to handle the move of dns/sec and related files | dougb | 2005-03-17 | 2 | -17/+17 |
* | Spell 'fedisableexcept' correctly. | das | 2005-03-16 | 1 | -1/+1 |