| Age | Commit message (Expand) | Author |
| 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 |
| 2002-05-24 | add arc4random(3). from openbsd | itojun |
| 2002-05-22 | Turn the flags argument to getnameinfo(3) back into an int (from unsigned | kleink |
| 2002-05-22 | change return type of pidfile(3) to int (-1 on error), to inform caller | itojun |
| 2002-05-14 | XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to | kleink |
| 2002-05-14 | More XNS5.2/POSIX-2001 alignment: change the flags argument to | kleink |
| 2002-05-14 | Align with XNS5.2/POSIX-2001: change hostlen and servlen arguments to | kleink |
| 2002-05-14 | struct addrinfo.ai_addrlen used to be a size_t, per RFC 2553. | kleink |
| 2002-05-10 | Update several name space/feature protection tests to check for | kleink |
| 2002-04-26 | Change RCS/SCCS IDs to our usual style. | bjh21 |
| 2002-04-26 | This header needs struct in_addr from <netinet/in.h>, so include that. | bjh21 |
| 2002-04-04 | - reverse the #define ut_user<->ut_name so that we don't affect utmp. | christos |
| 2002-03-31 | split /usr/include/sys/sha1.h and /usr/include/sha1.h completely. | bjh21 |
| 2002-03-23 | Add VIS_HTTPSTYLE and strunvisx (From FreeBSD) | christos |
| 2002-03-22 | Split the notion of building Hesiod, Kerberos, S/key, and YP | thorpej |
| 2002-03-17 | refine i18n stuffs. | tshiozak |
| 2002-03-14 | fix prototype of fputwc, putwc and putwchar. | yamt |
| 2002-03-05 | add a couple of XOPEN compatibility defines, and a non-xopen function that | christos |
| 2002-03-05 | Include "sys/time.h" here to get the definition of "struct timeval". | tron |
| 2002-02-25 | Make it obvious in comments that dispatch takes some arguments (from | simonb |
| 2002-02-25 | Put token after #endif in comments (from Broadcom). | simonb |
| 2002-02-25 | s/ut_name/ut_user/ from Simon Burge. | christos |
| 2002-02-25 | - include <sys/socket.h> because we use sockaddr_storage | christos |
| 2002-02-22 | A utmpx implementation. | christos |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 2002-02-04 | Don't install <stdbool.h> for now. Lossage resulting from me testing | thorpej |
| 2002-02-02 | ISO C / SUSv3 <stdbool.h>. | thorpej |
| 2002-01-31 | Make the _PATH_AUDIO /dev/audio (instead of /dev/audio0) and similar for | augustss |
| 2002-01-29 | Cope with RPCGEN now conta8ining multiple words. | tv |
| 2002-01-27 | public prototypes should use __P(); fix entries for pwcache_{user,group}db() | lukem |
| 2002-01-24 | - Implement pwcache_userdb(3), which changes the routines that | lukem |
| 2001-12-23 | Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) | lukem |
| 2001-12-12 | MKfoo=no -> NOfoo= | tv |