summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-03-03 - add wctob() function. (I forgot it at the last commit.)tshiozak
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2003-02-27As with _REENTRANT, don't provide simple non-locking macro versions ofkleink
2003-02-15add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signalsjdolecek
2003-02-05Sprinkle some restrict.kleink
2003-01-28unknown, not unkown. Noted by mjl.wiz
2003-01-27The last change I made was a little aggressive in changing the paths ofelric
2003-01-26Prepend krb5/ to include paths that live in /usr/include/krb5/ so thatelric
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-21Sprinkle some restrict.kleink
2003-01-21Need <sys/cdefs.h>.kleink
2003-01-20add support for p1003.1b semaphores. From FreeBSDchristos
2003-01-19Add some threadlib stubs that are used by X:thorpej
2003-01-19* Wrap decls in __BEGIN_DECLS/__END_DECLS.thorpej
2003-01-19Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursivethorpej
2003-01-19Expose libc's thread stubs, which get magically turned into real pthreadthorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18oops, erased word accidentally.christos
2003-01-18avoid TMP_MAX redefinitionchristos
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-15Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc.kleink
2003-01-11Include "bsd.rpc.mk" before "bsd.prog.mk" to fix the "cleandir" target.tron
2003-01-06compatibility, not compatiblity.wiz
2003-01-06transmission, not transmition.wiz
2003-01-05Use <bsd.rpc.mk>sommerfeld
2003-01-01Add _PATH_SYSMON.augustss
2002-12-20Spelling police. "__resitrct" was not spelled cirectly enough.atatat
2002-12-12this needs <sys/types.h>lukem
2002-12-12Add getlabelsector() and getlabeloffset() as wrappers around thescw
2002-11-30New auth length defines. We don't play with sockaddr for now. Also makechristos
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2002-11-18Update for 1003.1-2001 base and XSI changes.kleink
2002-11-11Make fts_pathlen and fts_nitems unsigned.thorpej
2002-11-08Include rpc_com.h.fvdl
2002-11-08include rpc_com.h, and define SVC{GET,SET}_CONNMAXRECfvdl
2002-11-08Install rpc_com.hfvdl
2002-11-08Moved here from libc/rpc. Install this in /usr/include/rpc, justfvdl
2002-10-21set version to 0.5nb1joda
2002-10-12add prototypes for disklabel_dkcksum() and disklabel_scan().elric
2002-10-06implement FNM_LEADING_DIR; matches Linux and other *BSDs; approved thorpejprovos
2002-10-04Assign to TNF.christos
2002-09-20select() -> poll()mycroft
2002-09-20select() -> poll()mycroft
2002-09-20Add snprintb(3)christos
2002-09-18minor makefile delintlukem
2002-09-12update to newer versionsjoda
2002-08-26remove unused/unsupported AI_xx. notified by PR 18072itojun
2002-08-15Cosmetic changes.enami