| Age | Commit message (Expand) | Author |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-18 | oops, erased word accidentally. | christos |
| 2003-01-18 | avoid TMP_MAX redefinition | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-15 | Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. | kleink |
| 2003-01-11 | Include "bsd.rpc.mk" before "bsd.prog.mk" to fix the "cleandir" target. | tron |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2003-01-06 | transmission, not transmition. | wiz |
| 2003-01-05 | Use <bsd.rpc.mk> | sommerfeld |
| 2003-01-01 | Add _PATH_SYSMON. | augustss |
| 2002-12-20 | Spelling police. "__resitrct" was not spelled cirectly enough. | atatat |
| 2002-12-12 | this needs <sys/types.h> | lukem |
| 2002-12-12 | Add getlabelsector() and getlabeloffset() as wrappers around the | scw |
| 2002-11-30 | New auth length defines. We don't play with sockaddr for now. Also make | christos |
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem |
| 2002-11-29 | add strsuftoll(3) and strsuftollx(3) - parse a string for a number | lukem |
| 2002-11-18 | Update for 1003.1-2001 base and XSI changes. | kleink |
| 2002-11-11 | Make fts_pathlen and fts_nitems unsigned. | thorpej |
| 2002-11-08 | Include rpc_com.h. | fvdl |
| 2002-11-08 | include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC | fvdl |
| 2002-11-08 | Install rpc_com.h | fvdl |
| 2002-11-08 | Moved here from libc/rpc. Install this in /usr/include/rpc, just | fvdl |
| 2002-10-21 | set version to 0.5nb1 | joda |
| 2002-10-12 | add prototypes for disklabel_dkcksum() and disklabel_scan(). | elric |
| 2002-10-06 | implement FNM_LEADING_DIR; matches Linux and other *BSDs; approved thorpej | provos |
| 2002-10-04 | Assign to TNF. | christos |
| 2002-09-20 | select() -> poll() | mycroft |
| 2002-09-20 | select() -> poll() | mycroft |
| 2002-09-20 | Add snprintb(3) | christos |
| 2002-09-18 | minor makefile delint | lukem |
| 2002-09-12 | update to newer versions | joda |
| 2002-08-26 | remove unused/unsupported AI_xx. notified by PR 18072 | itojun |
| 2002-08-15 | Cosmetic changes. | enami |
| 2002-08-08 | Add humanize_number.3 from Tomas Svensson in PR lib/15508. | abs |
| 2002-08-04 | Back out previous - I was confused. | soren |
| 2002-08-04 | Per IEEE 1003.1-2001, omit from <limits.h> those Pathname Variable Values | soren |
| 2002-08-04 | As of IEEE (POSIX) 1003.1-2001, _POSIX_PATH_MAX must be at least 256 rather | soren |
| 2002-07-28 | Add __P(()); noticed by wiz. | christos |
| 2002-07-28 | add utmpname() | christos |
| 2002-07-27 | add some utmp processing functions. | christos |
| 2002-07-27 | add utmpx/wtmpx processing routines | christos |
| 2002-07-27 | updates to lastlogx implementation. | christos |
| 2002-06-30 | Version times() so that programs compiled before the recent change to make | bjh21 |
| 2002-06-23 | In the manner of Solaris and other OSes, we now define CLK_TCK to | perry |
| 2002-06-02 | forward declaration for struct utmp. | christos |
| 2002-05-30 | do 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-24 | Parameterize the vfscanf macro's arguments. Without them, 3rd party | thorpej |
| 2002-05-24 | Add a scanf format attribute to __svfscanf(). | thorpej |
| 2002-05-24 | support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf. | itojun |