| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out last delta, it just unpolitely reverted some local changes. | ru | 2004-07-01 | 1 | -8/+8 |
* | Update libstand makefile for zlib 1.2.1. | tjr | 2004-07-01 | 1 | -3/+3 |
* | Update makefile for zlib 1.2.1. | tjr | 2004-06-30 | 1 | -2/+1 |
* | Resolve conflicts. | tjr | 2004-06-30 | 24 | -2711/+3319 |
* | This commit was generated by cvs2svn to compensate for changes in r131377, | tjr | 2004-06-30 | 11 | -441/+2290 |
|\ |
|
| * | Import zlib 1.2.1 (trimmed) | tjr | 2004-06-30 | 29 | -2214/+5639 |
* | | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 20 | -82/+121 |
* | | Fixed a typo. | ru | 2004-06-30 | 2 | -2/+2 |
* | | When a thread is created suspended have libthr suspend it explicitly | mtm | 2004-06-30 | 1 | -10/+3 |
* | | Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. | tjr | 2004-06-30 | 2 | -5/+5 |
* | | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | das | 2004-06-30 | 11 | -7/+570 |
* | | In case symlinks happen to already be sitting around, be sure to use | kientzle | 2004-06-30 | 1 | -6/+20 |
* | | Some implicit dirs were not having the umask correctly | kientzle | 2004-06-28 | 1 | -4/+13 |
* | | Remove libpthread_dbg, soon it will be replaced by libthread_db which | davidxu | 2004-06-28 | 7 | -943/+0 |
* | | Refuse to extract an entry from an archive on top of the archive being read. | kientzle | 2004-06-27 | 4 | -3/+34 |
* | | More cleanup work on permissions restore: | kientzle | 2004-06-27 | 3 | -179/+204 |
* | | Add two new convenience functions to query the uid/gid from an | kientzle | 2004-06-27 | 5 | -29/+121 |
* | | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 12 | -101/+176 |
* | | More tweaks to implicit directory creation. Even such abominations as | kientzle | 2004-06-27 | 1 | -4/+27 |
* | | Implement pthread_atfork in libthr. This is mostly from deichen's | mtm | 2004-06-27 | 5 | -0/+133 |
* | | In the case that the global thread list is being re-initialized after | mtm | 2004-06-27 | 1 | -4/+4 |
* | | * The mode for implicitly-created dirs is now 0777 modified by the | kientzle | 2004-06-27 | 1 | -4/+6 |
* | | Unify mkdirpath (used to automatically create missing parent dirs) and | kientzle | 2004-06-27 | 1 | -215/+126 |
* | | Read gtar-style sparse archives. | kientzle | 2004-06-27 | 7 | -61/+157 |
* | | Revert the last change. There are more 64bit platforms than amd64, and | kan | 2004-06-25 | 1 | -1/+1 |
* | | Remove the use of cast as lvalue. | kan | 2004-06-25 | 1 | -1/+1 |
* | | Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warning | kan | 2004-06-25 | 1 | -1/+1 |
* | | s/SS_CANTSENDMORE/SBS_CANTSENDMORE/ | rik | 2004-06-24 | 1 | -1/+1 |
* | | s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflicts | marcel | 2004-06-24 | 1 | -3/+3 |
* | | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | gad | 2004-06-23 | 1 | -1/+1 |
* | | Replace a call to strncpy() with a call to strlcpy() | gad | 2004-06-23 | 1 | -4/+2 |
* | | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 6 | -87/+90 |
* | | Be specific about which socket properties are inherited from the original | bms | 2004-06-23 | 1 | -10/+13 |
* | | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | | Spelling fixes. | mpp | 2004-06-21 | 6 | -7/+7 |
* | | PR: docs/67884 | mpp | 2004-06-21 | 1 | -1/+1 |
* | | Completely remove s_ilogb.S as the assembler implementation gives very little | stefanf | 2004-06-20 | 2 | -84/+1 |
* | | Uncomment some functions that we now support. | das | 2004-06-20 | 1 | -3/+3 |
* | | Cross-reference round(3) and trunc(3) as appropriate. | das | 2004-06-20 | 3 | -3/+8 |
* | | Connect scalbln(), trunc(), and the associated documentation to the build. | das | 2004-06-20 | 1 | -4/+6 |
* | | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | | Implement trunc() and truncf(). | das | 2004-06-20 | 3 | -0/+188 |
* | | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 2 | -4/+59 |
* | | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | | Document ilogb()'s return values in terms of the FP_ILOGB* macros. | stefanf | 2004-06-19 | 1 | -2/+5 |
* | | Return the same result as the MI version for 0.0, INFINITY and NaN. | stefanf | 2004-06-19 | 1 | -1/+31 |
* | | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |