freebsd-skq/lib/libc
imp d54a12dd1f Add reallocf to the library. This function is simliar to realloc, but
when it returns NULL to indicate failure, it will also free the memory
that was passed to it, if that was non-null.

This does not change the semantics of realloc.

A second commit will be done to commit the conversion of those places in
the code that can safely use this to avoid memory leaks when confronted
with low memory situations.

Beaten-to-death-but-finally-approved-in: -current
1998-09-14 20:34:34 +00:00
..
alpha In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
amd64 Fix a cut 'n paste mistake. 1998-09-13 20:32:45 +00:00
compat-43 Add missing period. We don't allow maternity leaves. 1998-07-29 05:13:39 +00:00
db Change obsolete $@ to ${.TARGET}. 1998-09-11 05:31:45 +00:00
gen A small last-minute iitem for 3.0: 1998-09-12 21:02:22 +00:00
gmon Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to 1998-09-05 07:57:43 +00:00
i386 Fix a cut 'n paste mistake. 1998-09-13 20:32:45 +00:00
include Implement compile time debug support for spinlocks. 1998-06-09 08:28:49 +00:00
locale Sort cross references. 1998-08-31 16:41:09 +00:00
net Implement the weak aliases for private entry points in the inet_* 1998-09-02 00:53:17 +00:00
nls Provide meaningful errno value on error return 1998-07-14 18:27:43 +00:00
quad $@ -> ${.TARGET} 1998-09-11 05:34:37 +00:00
regex int -> long changes that reduce the diffs with the NetBSD version to 1998-05-14 21:45:18 +00:00
rpc Fixed printf format errors. 1998-06-30 17:30:22 +00:00
stdio Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
stdlib Add reallocf to the library. This function is simliar to realloc, but 1998-09-14 20:34:34 +00:00
stdtime Change return type of strptime from const char* to char*. 1998-09-12 21:13:29 +00:00
string Fix handling more than 1 char with non-C locale 1998-06-05 09:49:51 +00:00
sys Document the fact that shutdown(2) is expected to comply with Posix.1g, 1998-09-12 21:38:30 +00:00
xdr Add support for the RPC 64-bit integer type ``hyper''. 1998-09-08 17:33:12 +00:00
yp Fixed the usual missing dependencies on headers generated by rpcgen. 1998-05-09 15:10:53 +00:00
Makefile Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. 1998-09-09 11:22:28 +00:00
Makefile.inc Define empty variables in case no names are added to them. This avoids 1998-03-09 06:21:41 +00:00