| Age | Commit message (Expand) | Author |
| 2000-07-25 | ${RPCGEN}, not hard-coded rpcgen | cgd |
| 2000-07-23 | This is a HACK so that libc can compile with -ansi. | mycroft |
| 2000-07-18 | ANSIfy, libutil part is done. | ad |
| 2000-07-17 | Add some missing ints | matt |
| 2000-07-16 | - Fix couple of typos. | enami |
| 2000-07-15 | fix obvious typo | drochner |
| 2000-07-15 | Fix a thinko in previous that prevented libroken from getting | thorpej |
| 2000-07-15 | If __KRB4_VERSION is defined, export Kerberos IV version strings, | thorpej |
| 2000-07-14 | Add explicit int32 get/put macros (and 2 inline functions), as in Solaris. | fvdl |
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink |
| 2000-07-07 | Don't declare the "convenience functions" if _KERNEL is defined. | ad |
| 2000-07-07 | Pull in <sys/cdefs.h>, since we're using __BEGIN_DECLS/__END_DECLS. | ad |
| 2000-07-07 | Remove decl for parseuserspec(), a local modification which acidentally got | ad |
| 2000-07-06 | Fix typo in comment: CUT -> UTC | hubertf |
| 2000-07-06 | - Declare pw_getconf(). | ad |
| 2000-07-06 | Define _PATH_PASSWDCONF and _PASSWORD_NONDES. | ad |
| 2000-07-06 | const poisoning. | christos |
| 2000-07-06 | de-lint | christos |
| 2000-07-05 | Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4, | ad |
| 2000-07-03 | Add PATH_SKEYKEYS. | mjl |
| 2000-06-28 | Implement FNM_CASEFOLD, for matching the pattern in a case-insensitive | thorpej |
| 2000-06-27 | Define intptr_t and uintptr_t via <machine/int_types.h>. | kleink |
| 2000-06-26 | Get rid of the inclusion of <sys/types.h> and define fpos_t using __off_t. | kleink |
| 2000-06-26 | Do previous slightly different: /usr/share/misc/style no longer deems it ok | kleink |
| 2000-06-26 | Don't rely on <stdio.h> defining off_t, pull in <sys/types.h>. | kleink |
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej |
| 2000-06-19 | Tidy this up. | thorpej |
| 2000-06-16 | Import Heimdal build-helper includes from cryptosrc-intl. | thorpej |
| 2000-06-13 | Remove 'extern' from function declarations. | simonb |
| 2000-06-13 | Make the RPC mem_alloc() macro use calloc() to prevent RPC from | thorpej |
| 2000-06-04 | correct arg type for getnameinfo(3) for RFC2553 conformance. | itojun |
| 2000-06-03 | Use a seperate Makefile in the rpc/ subdir. Needed because it generates | fvdl |
| 2000-06-03 | Add missed include files. | fvdl |
| 2000-06-03 | Move rpcb_prot.x to here from libc/rpc. | fvdl |
| 2000-06-02 | Fix omission in previous. | fvdl |
| 2000-06-02 | New headers for the new RPC code (based on TI-RPC from Sun). | fvdl |
| 2000-05-27 | Add _PATH_EMUL_AOUT. | matt |
| 2000-05-26 | Prototypes for kvm interface to new KERN_PROC2 and KERN_PROC_ARGS sysctls. | simonb |
| 2000-04-21 | New syscall issetugid. | minoura |
| 2000-04-20 | * Move <wchar.h> from libcurses to include (for the missing functionality | kleink |
| 2000-04-16 | make scandir(3)'s 3rd argument take a function that takes a *const* | mrg |
| 2000-04-02 | Include <unistd.h> to get the rest of the getopt goo. | christos |
| 2000-04-02 | backout previous. the definition of struct option caused too many namespace | christos |
| 2000-04-01 | Add getopt.h and collect all the getopt related stuff here. | christos |
| 2000-03-07 | make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> | jdolecek |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-03-02 | Minor style nit. | kleink |
| 2000-02-23 | add freeifaddrs(), which reclaims region allocated by getifaddrs(). | itojun |
| 2000-02-23 | add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONF | itojun |
| 2000-02-11 | Const'ify dli_saddr in struct _dl_info. | thorpej |