summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Fix description: the argument to setcontext(3) must have been previouslyrse2004-12-031-1/+1
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-182-54/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-041-1/+6
* Remove __isnanl() to avoid conflicting with the same function in libm.das2004-09-241-10/+0
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Septepber -> Septembertjr2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
* Add cross-reference to ftw(3).tjr2004-08-291-0/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-243-193/+208
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Always allocate a TLS area even if its empty - libpthread relies ondfr2004-08-181-7/+4
* Add support for TLS in statically linked programs.dfr2004-08-151-2/+225
* Avoid using void pointers in additive expressions.stefanf2004-08-141-1/+1
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-032-3/+73
* Remove an implicit int parameter by using prototypes.stefanf2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.stefanf2004-08-021-4/+4
* Use newly added __used attribute to keep static function symbols from beingkan2004-07-291-8/+8
* Add support for multibyte characters.tjr2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
* Add support for multibyte characters.tjr2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationstjr2004-07-281-1/+6
* ANSIfy and constify; this now builds with GCC 3.4.des2004-07-281-22/+19
* Add an nftw(3) link.tjr2004-07-251-0/+1
* Remove unused variable.das2004-07-231-9/+1
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-193-100/+2
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-1/+58
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-7/+12
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-3/+7
* Fix typo: carat -> caret.tjr2004-07-171-1/+1
* Unbreak alpha: On alpha a long double is the same as a double andmarcel2004-07-101-0/+4
* Bump document date for recent changes.das2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themdas2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-093-1/+134
* Fixed markup.ru2004-07-071-16/+22
* Add implementations of ftw(3) and nftw(3) and the corresponding headerdas2004-07-052-2/+211
* Documentation for ftw(3) and nftw(3).das2004-07-051-0/+210
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-052-7/+6
* Eliminate double whitespace.ru2004-07-0310-17/+20
* Mechanically kill hard sentence breaks.ru2004-07-0227-124/+237
* Removed trailing whitespace.ru2004-07-021-1/+1
* Markup tidying.ru2004-07-026-16/+37
* Markup, grammar, and spelling fixes.ru2004-06-301-2/+8
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-302-5/+5
* Spelling fixes.mpp2004-06-212-3/+3
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-082-4/+0
* Finally document the option to avoid zombie creationyar2004-06-071-1/+22
OpenPOWER on IntegriCloud