summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2010-01-27fix behavior in case of +-Inf or NaN input: return the properdrochner
2010-01-01POSIX says realpath(NULL, foo) is supposed to yield EINVAL rather thandholland
2009-12-14Make sure the kernel doesn't pass back 0 for pagesize.matt
2009-11-24guard single-dot from modification by the applicationtnozaki
2009-11-23fix VIS_HTTPSTYLE to not convert "safe" ($-_.+) and "extra" (!*'(),)plunky
2009-11-02Make sure fts_statp is NULL when FTS_NOSTAT is setstacktic
2009-10-22Remove closes 3 and 4 from my copyright.bouyer
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-09-26CTLFLAG_READONLY[12] are long gone.elad
2009-08-21Introduce a new accessor macro N_NAME() to access the n_name fieldhe
2009-08-20forward declare struct nlist before including nlist_private.h to avoid amartin
2009-08-20Actually, when we really need the a.out defines from <nlist.h>, wehe
2009-08-20Instead of including <a.out.h> to get at "struct nlist" (with a commenthe
2009-08-19Fix markup.joerg
2009-08-16Version fts one more time! This is the most versioned API ever... Bumpchristos
2009-08-16Only include <sys/exec_aout.h> if NLIST_AOUT is defined.matt
2009-07-22Bump date.alc
2009-07-22Constify the fourth argument of sysctlbtname(3) (ie. `newp', the pointer toalc
2009-05-18Bump date for last effective change (2008).wiz
2009-04-20Remove duplicate 'the' found by Jukka Salmi.wiz
2009-04-19add some code to cope with dev.db's that have 32 bit time_t's in them.mrg
2009-04-16Add CAVEATS section:wiz
2009-04-11Fix markup.joerg
2009-04-08Link glob(3) to glob_pattern_p(3).wiz
2009-04-08Add glob_pattern_p to NAME section.wiz
2009-04-08add glob_pattern_p for glibc because cvs needs it and it is a huge messchristos
2009-03-24minor fix in description of an error conditiondrochner
2009-03-15Remove redundant markup as .Bl does vertical spacing already.joerg
2009-03-11Give the full prototype for all ctype functions/macros.joerg
2009-03-10Remove redundant .Ppjoerg
2009-03-10Use .An for the author instead of more physical .Bl.joerg
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2009-03-01no more weak here.christos
2009-02-28Avoid possible integer overflow and subsequent collateral damage.pgoyette
2009-02-16A variation on the sign-compare fix for these.lukem
2009-02-16Fix -Wsign-compare issue (on NetBSD/sparc64).tron
2009-02-16fix -Wsign-compare issue (on alpha)lukem
2009-02-12sign-compare fixeslukem
2009-02-12sign-compare fixlukem
2009-02-11fix typo * -> & from enami.christos
2009-02-11remove debugging. pointed by enamichristos
2009-02-10Add RFC 2045 MIME Quoted-Printable support.christos
2009-02-06sign-compare fixlukem
2009-02-05sign-compare fixlukem
2009-02-03fix sign-compare issuelukem
2009-01-30Remove empty trailing line.wiz
2009-01-30Update for SUSv2 compliance.ad
2009-01-29Change raise(3) to be thread-aware - send the signal to current LWP.rmind
2009-01-29Put back rev. 1.20 so that nbpwd_mkdb built on 32bit time_t host generatesenami
2009-01-20cleanup after devmajor_t:drochner