summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2002-08-08Add humanize_number.3 from Tomas Svensson in PR lib/15508.abs
2002-08-04Back out previous - I was confused.soren
2002-08-04Per IEEE 1003.1-2001, omit from <limits.h> those Pathname Variable Valuessoren
2002-08-04As of IEEE (POSIX) 1003.1-2001, _POSIX_PATH_MAX must be at least 256 rathersoren
2002-07-28Add __P(()); noticed by wiz.christos
2002-07-28add utmpname()christos
2002-07-27add some utmp processing functions.christos
2002-07-27add utmpx/wtmpx processing routineschristos
2002-07-27updates to lastlogx implementation.christos
2002-06-30Version times() so that programs compiled before the recent change to makebjh21
2002-06-23In the manner of Solaris and other OSes, we now define CLK_TCK toperry
2002-06-02forward declaration for struct utmp.christos
2002-05-30do not define types like int32_t or u_int32_t locally.itojun
2002-05-24* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.thorpej
2002-05-24Parameterize the vfscanf macro's arguments. Without them, 3rd partythorpej
2002-05-24Add a scanf format attribute to __svfscanf().thorpej
2002-05-24support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.itojun