| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-01-04 | const -> __const and include <sys/cdefs.h> earlier; fixes PR lib/9052 | kleink | |
| by Takahiro Kambe. | |||
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink | |
| a single-precision quiet NaN; only to be defined on platforms that do support this value. | |||
| 1999-12-22 | NULL vs. NUL nit in comment. | kleink | |
| 1999-12-22 | For the benefit of G++'s null pointer constant implementation, #define NULL | kleink | |
| as __null with egcs 1.0 (GCC 2.90) and above. As several headers are affected by this change, move the definition into a new header file, <null.h>, to ease maintenance. | |||
| 1999-12-20 | hide functions that are not supplied. | itojun | |
| 1999-12-12 | add #define for kame's extension to scoped IPv6 numeric address. | itojun | |
| (see draft-ietf-ipngwg-scopedaddr-format-00.txt) | |||
| 1999-12-02 | Change the declaration of the argv argument to getopt(3) from "char * const *" | kleink | |
| (as originally declared in System V) to "char * const []", as was done in 1003.2 and subsequently propagated into XPG4. From Andrew Cagney in PR lib/8930. | |||
| 1999-12-01 | Implement XDR routines for 64-bit integer data types: | thorpej | |
| - xdr_int64_t(), xdr_u_int64_t(), per NetBSD convention. - xdr_hyper(), xdr_u_hyper(), xdr_longlong_t(), xdr_u_longlong_t(), a'la Solaris, implemented in terms of the above. | |||
| 1999-11-28 | change retval of _nsdbtaddsrc and _nsdbtput | lukem | |
| 1999-11-28 | change sl_add() from returning a void to returning an int | lukem | |
| 1999-11-25 | Added prototypes for svis, strsvis, strsvisx | wennmach | |
| 1999-09-27 | 1003.1c: add {LOGIN_NAME_MAX}. | kleink | |
| 1999-09-26 | Modify the P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit | scw | |
| memory accesses. This fixes a problem seen on the Shark when trying to use the db(3) functions to access a BIG_ENDIAN btree. For some reason, the db(3) regression tests fail to spot this problem on the Shark... | |||
| 1999-09-24 | Merge a few constants from a different telnet.h file. | explorer | |
| 1999-09-15 | if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(), | lukem | |
| otherwise it's a no-op. prototype __diagassert(). | |||
| 1999-09-13 | Add an XSH5 ulimit()/<ulimit.h> implementation. | kleink | |
| 1999-09-12 | Add an XSH5 fmtmsg() implementation. | kleink | |
| 1999-09-09 | strlcat() and strlcpy() aren't ISO/IEC 9899:1990. | kleink | |
| 1999-09-08 | prototypes for strlcat() and strlcpy() | lukem | |
| 1999-09-06 | Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which is the minimum value | kleink | |
| required by XSH5.) | |||
| 1999-09-05 | Pull in <nl_types.h>, as suggested by XSH5. | kleink | |
| 1999-08-16 | Add missing isinff() declaration. | kleink | |
| 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 | |
| of <sys/types.h> and define size_t via <machine/ansi.h>. * Various namespace protection issues, using XNS5.2 D2.0 as a reference. | |||
| 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 | |
| RFC2292 and RFC2553. define internal state structure for IPv6-transport resolver. Commits for source code will follow. | |||
| 1999-06-12 | - provide forward struct declarations for all functions. | christos | |
| - const poison login(). - XXX: we should not include all these files here. We only need stdio.h and sys/types.h! But I am not rm'ing them now because too many things will break. | |||
| 1999-06-06 | Add pidfile(3), which write a pid file in /var/run, and arranges for it | thorpej | |
| to be removed on normal exit. | |||
| 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 | |
| <[stdarg,varargs}.h>. as recommended by Klaus Klein. | |||
| 1999-03-26 | move __getcwd prototypes to libc-private header file. | sommerfe | |
| XXX duplicate the prototype in getcwd regression test (which needs to call the syscall directly for reasonably complete testing). | |||
| 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 | |
| and rename them to match the executable format. Introduce a new link.h file which automatically picks the correct header based on the target of the toolchain. | |||
| 1999-03-09 | brk(2) actually returns an int indicating success (0) or failure (-1). Also, | kleink | |
| change its argument to void *. (Both XSH5). | |||
| 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 | |
| change swapctl -A to see this and add it via swapctl(2). also add a new swapctl -D <device> to change the dump device on the fly. | |||
| 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 | |
| include <bsd.own.mk> if testing a MKxxx variable. | |||
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink | |
| Extension of SVID4. | |||
| 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 | |
| what the arguments should be. | |||
| 1999-01-26 | always add compat functions in NS_COMPAT_CB; make it the responsibility of | lukem | |
| the methods to check that yp/hesiod is supported. | |||
