summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Markup, grammar, and spelling fixes.ru2004-06-3020-82/+121
* Fixed a typo.ru2004-06-302-2/+2
* When a thread is created suspended have libthr suspend it explicitlymtm2004-06-301-10/+3
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-302-5/+5
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-3011-7/+570
* In case symlinks happen to already be sitting around, be sure to usekientzle2004-06-301-6/+20
* Some implicit dirs were not having the umask correctlykientzle2004-06-281-4/+13
* Remove libpthread_dbg, soon it will be replaced by libthread_db whichdavidxu2004-06-287-943/+0
* Refuse to extract an entry from an archive on top of the archive being read.kientzle2004-06-274-3/+34
* More cleanup work on permissions restore:kientzle2004-06-273-179/+204
* Add two new convenience functions to query the uid/gid from ankientzle2004-06-275-29/+121
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-2712-101/+176
* More tweaks to implicit directory creation. Even such abominations askientzle2004-06-271-4/+27
* Implement pthread_atfork in libthr. This is mostly from deichen'smtm2004-06-275-0/+133
* In the case that the global thread list is being re-initialized aftermtm2004-06-271-4/+4
* * The mode for implicitly-created dirs is now 0777 modified by thekientzle2004-06-271-4/+6
* Unify mkdirpath (used to automatically create missing parent dirs) andkientzle2004-06-271-215/+126
* Read gtar-style sparse archives.kientzle2004-06-277-61/+157
* Revert the last change. There are more 64bit platforms than amd64, andkan2004-06-251-1/+1
* Remove the use of cast as lvalue.kan2004-06-251-1/+1
* Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warningkan2004-06-251-1/+1
* s/SS_CANTSENDMORE/SBS_CANTSENDMORE/rik2004-06-241-1/+1
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsmarcel2004-06-241-3/+3
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.gad2004-06-231-1/+1
* Replace a call to strncpy() with a call to strlcpy()gad2004-06-231-4/+2
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-236-87/+90
* Be specific about which socket properties are inherited from the originalbms2004-06-231-10/+13
* Spelling fixes.mpp2004-06-212-3/+3
* Spelling fixes.mpp2004-06-211-1/+1
* Spelling fixes.mpp2004-06-211-1/+1
* Spelling fixes.mpp2004-06-212-3/+3
* Spelling fixes.mpp2004-06-216-7/+7
* PR: docs/67884mpp2004-06-211-1/+1
* Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-202-84/+1
* Uncomment some functions that we now support.das2004-06-201-3/+3
* Cross-reference round(3) and trunc(3) as appropriate.das2004-06-203-3/+8
* Connect scalbln(), trunc(), and the associated documentation to the build.das2004-06-201-4/+6
* Declare scalbln(), scalblnf(), trunc(), and truncf().das2004-06-201-0/+4
* Implement trunc() and truncf().das2004-06-203-0/+188
* Add trivial implementations of scalbln() and scalblnf().das2004-06-202-4/+59
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-5/+29
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.stefanf2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherstefanf2004-06-191-2/+3
* Ignore file flag bits that we don't support. In particular, thiskientzle2004-06-191-0/+2
* Memory's free, but all the world ain't a VAX anymore. Bring math.3das2004-06-191-364/+206
* CLOCK_PROF and CLOCK_VIRTUAL are implemented now.kbyanc2004-06-171-7/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Add reference to mac_get_link() in man page, which was omitted whenrwatson2004-06-172-1/+10
* Always restore permissions for regular files, even if thekientzle2004-06-171-1/+3
OpenPOWER on IntegriCloud