summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-08-30provide a complete prototype for xdrproc_tplunky
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-28Remove crypto/dist/heimdal and its associated build infrastructure aselric
2011-08-28prototype for strpctchristos
2011-08-26Build and install ppath(3), property-list paths library.dyoung
2011-08-26pw_error is documented to be deadjoerg
2011-08-26__assert and __assert13 are deadjoerg
2011-08-22Don't pollute the namespace with stdint.h. (This file is included fromdholland
2011-08-16Add macros to hide OpenGroup extened API set 2 from GNU configure. Thismanu
2011-08-08First stage of support for Extended API set 2. Most of the think ismanu
2011-07-28Add ilogbl(3).joerg
2011-07-26Add scalbnl to libm.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-04Import xdr_sizeof() from FreeBSDmanu
2011-06-26* Arrange for interfaces that create new file descriptors to be able tochristos
2011-06-25PR/45015: ld.elf_so: support ELF symbol versioningnonaka
2011-06-17Add mount -o extattr option to enable extended attributs (corrently onlymanu
2011-05-20Add fenv support for sparc. Mostly copied from sparc64 and share with it.nakayama
2011-05-16Actually test for sparc v9 architecture, doesn't matter if we are buildingmartin
2011-05-16The support of <fenv.h> is actually for __sparc64__, not for __sparc__he
2011-03-27finish the ieeefp.h vs fp_prec_t hack from the previous change andmrg
2011-03-26add fpgetprec/fpsetprecchristos
2011-03-24Add a new libquota library, which contains some blocks to build and/orbouyer
2011-03-16remove commaize_number.christos
2011-03-15put in a proto for commaize_number()pooka
2011-03-12Fix various vis/unvis issues:christos
2011-02-21Redo the SSP wrappers to be transparent on the resulting object files.joerg
2011-02-16handle sspchristos
2011-02-06remquo{,f} from FreeBSD via Stathis Kamperischristos
2011-02-04add arc4random_{buf,uniform}, from OpenBSD.christos
2011-01-31new error.christos
2011-01-31fenv support for sparc64 from Stathis Kamperischristos
2011-01-26provide a way to override the weak name.christos
2011-01-26fix readlink prototype.christos
2011-01-25proved an __ssp_check macro.christos
2011-01-20Use the _sys alias instead of the _ alias as the way to access the baselinechristos
2011-01-19Re-do ssp hijacking by defining inline functions and using the weak libcchristos
2010-12-29practice alphabet: "g before i except never" etc.pooka
2010-12-25add /dev/video, /dev/video0jmcneill
2010-12-24Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN markedskrll
2010-12-22Use __constfunc(3) instead of __attribute__((const)) directly.jruoho
2010-12-22Use __dead instead of __attribute__((__noreturn__)) directly.jruoho
2010-12-16Provide a re-entrant and thread-safe set of timezone API's thatchristos
2010-11-27add VIS_NOESCAPE and VIS_HTTP1866christos
2010-10-16Implement dl_iterate_phdr.skrll
2010-10-14Move a comment so that it is correct.skrll
2010-10-01make putenv POSIX compliant.christos
2010-09-26fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)yamt
2010-09-24add fmemopen(3) derrived from POSIX:2008.tnozaki