| Age | Commit message (Expand) | Author |
| 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 |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 2001-12-06 | Give the struct typedef'd to *nl_catd a name to avoid an error with gcc | wiz |
| 2001-11-01 | Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} | tv |
| 2001-10-31 | No need to do the tricky XRPCGEN dance. | tv |
| 2001-10-28 | Partially back out previous: don't apply restrict qualifier to pointer | kleink |
| 2001-10-27 | Make FNM_CASEFOLD !_XOPEN_SOURCE, too. | kleink |
| 2001-10-27 | Sprinkle some __restrict into <glob.h>. | kleink |
| 2001-10-23 | - add _PATH_USERMGMT_CONF. resolves [bin/14305] | lukem |
| 2001-10-22 | sort _PATH_CLOCKCTL | lukem |
| 2001-09-27 | add wcstod/wcstol/wcstoul. | yamt |
| 2001-09-17 | update infrastructure for krb4 1.1 and heimdal 0.4e | assar |
| 2001-09-16 | Added the path for the clockctl pseudodriver device. | manu |
| 2001-08-18 | Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass | ad |
| 2001-08-04 | #ifdef __STDC__ -> #if __STDC__. | mrg |
| 2001-07-29 | Remove variable name from prototype. | wiz |
| 2001-07-18 | Avoid trad. cpp recursion in intptr_t definition. | kleink |
| 2001-07-17 | A <sched.h> file, which provides the clone(2) prototypes, in order | thorpej |
| 2001-06-20 | update generated heimdal include files for 0.3f | assar |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-19 | `accessible' only has one `a'. | wiz |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-05-06 | Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. | kleink |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-26 | Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t in | kleink |
| 2001-04-18 | If _CTYPE_PRIVATE, need to include <machine/limits.h> for CHAR_BIT. | thorpej |
| 2001-04-17 | Replace (sizeof (char) << 3) with a less silly-looking CHAR_BIT; | kleink |
| 2001-04-06 | add getbootfile(3) | wiz |
| 2001-03-31 | Finally deprecate the old timezone() interface in favor of an XSH5 | kleink |
| 2001-03-29 | Sprinkle some restrict. | kleink |
| 2001-03-28 | Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557 | kleink |