| Age | Commit message (Expand) | Author |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1999-07-12 | XSH5: change function signature to `void *sbrk(intptr_t)'. | kleink |
| 1999-07-03 | Restrict function delcarations using XNS5.2 D2.0 as a reference. | kleink |
| 1999-07-03 | * Since we actually only need size_t to be defined, nuke the previous inclusion | kleink |
| 1999-07-03 | Move IPv6-related declarations into the implementation-defined domain. | kleink |
| 1999-07-01 | define IPv6 library functions and structures, as defined in | itojun |
| 1999-06-12 | - provide forward struct declarations for all functions. | christos |
| 1999-06-06 | Add pidfile(3), which write a pid file in /var/run, and arranges for it | thorpej |
| 1999-05-19 | Declare dlerror()'s return value __aconst. | kleink |
| 1999-04-20 | #ifdef __STDC__ -> #if __STDC__ | kleink |
| 1999-04-18 | use _BSD_VA_LIST_ from <machine/ansi.h> instead of using va_list from | lukem |
| 1999-03-26 | move __getcwd prototypes to libc-private header file. | sommerfe |
| 1999-03-26 | add audio paths. | mrg |
| 1999-03-22 | Add fchroot, getcwd | sommerfe |
| 1999-03-19 | Move the link.h files for the different shlib formats via repository copy, | thorpej |
| 1999-03-09 | brk(2) actually returns an int indicating success (0) or failure (-1). Also, | kleink |
| 1999-03-09 | G/C orphaned unwhiteout() prototype. | kleink |
| 1999-03-01 | KNF | christos |
| 1999-02-23 | add a new fstab type "dp" for the user-specified dump device. | mrg |
| 1999-02-22 | Add internal structure used by the t* routines, protected via an ifdef | christos |
| 1999-02-16 | Per XSI5, make ENTRY.data a typeless pointer. | kleink |
| 1999-02-16 | Per XSI5, let hcreate() take a size_t argument. | kleink |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink |
| 1999-01-31 | Fully prototype the test service and put it between begin and end decls. | christos |
| 1999-01-31 | This file has still missing prototypes: cabs and cabsf... At least comment | christos |
| 1999-01-26 | always add compat functions in NS_COMPAT_CB; make it the responsibility of | lukem |
| 1999-01-24 | merge in stuff from hesiod3.0.2 distribution | lukem |
| 1999-01-19 | * support extra two arguments to nsdispatch(): | lukem |
| 1999-01-19 | Add '-f disktab' option to disklabel, via lib/6623 from | abs |
| 1999-01-18 | actually set the cb_data field to the (,C) arg in NS_*_CB() | lukem |
| 1999-01-17 | revert part of previous; leave char lookups[4] in __res_state. | lukem |
| 1999-01-16 | remove MAXDNSLUS and lookups[]; unnecessary with nsswitch | lukem |
| 1999-01-16 | remove NSSRC_NISPLUS for now, NSDB_NETWORKS is now implemented | lukem |
| 1999-01-15 | Add a "class" entry to ttyent. Closes PR#4638. | tsarna |
| 1999-01-15 | merge nsswitch into main branch | lukem |
| 1999-01-15 | Avoid introducing new prefix '__JB' -- '_JB' is fine. | castor |
| 1999-01-14 | Remove bogus RCS Id. | castor |
| 1999-01-14 | Allow MD setjmp.h to specify attributes for jmp_buf, so more | castor |
| 1999-01-12 | Separate the userland and libsa errno declarations from <sys/errno.h> into | kleink |
| 1999-01-10 | remove _ng_sl_*() prototypes; the functions have been dead for nearly 2 years | lukem |
| 1998-12-17 | Add the N_SET* symbol types. | pk |
| 1998-12-15 | Pull in <a.out.h>. | pk |
| 1998-12-09 | Uhm - we can't expose __LIBC12_SOURCE__ to the public - it causes side | drochner |
| 1998-12-09 | Add /*LINTED*/ comments to sigfillset() and sigemptyset(). (void)sig*set(s); | christos |
| 1998-12-09 | delint. | christos |
| 1998-12-08 | regoff_t is used like size_t within the code, it should be defined | drochner |
| 1998-11-30 | Change the type of sys_siglist and sys_signame from const char *const [] to | thorpej |
| 1998-11-20 | * Bring *_unlocked() declarations in scope if _REENTRANT is defined, too; add | kleink |