freebsd-dev/lib/libc
Bruce Evans 2e480d34aa Added a kernel-only typedef (ptrint_t) giving an integral type that is
least unsuitable for holding an object pointer.  This should have been
used to fix warnings about casts between pointers and ints on alphas.

Moved corresponding existing general typedef (fptrint_t) for function
pointers from the i386 <machine/profile.h> to a kernel-only typedef
in <machine/types.h>.  Kludged libc/gmon/mcount.c so that it can
still see this typedef.
1998-07-10 02:27:16 +00:00
..
alpha Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk. 1998-06-09 22:59:16 +00:00
amd64 Use the thread-aware errno definition all the time. 1998-05-05 22:07:02 +00:00
compat-43 Don't imply sigset_t == int. 1998-05-03 22:27:29 +00:00
db Fix btree problems. This passes regressions tests. 1998-06-25 18:50:06 +00:00
gen Add lockf(). 1998-07-08 15:42:57 +00:00
gmon Added a kernel-only typedef (ptrint_t) giving an integral type that is 1998-07-10 02:27:16 +00:00
i386 Fix a bunch of spelling errors. 1998-06-04 21:06:07 +00:00
include Implement compile time debug support for spinlocks. 1998-06-09 08:28:49 +00:00
locale Add reference to catopen(3) 1998-04-30 16:07:54 +00:00
net Fixed printf format errors. 1998-06-30 17:30:22 +00:00
nls Add reference to setlocale(3) 1998-04-30 16:11:50 +00:00
quad Change MACHINE references to MACHINE_ARCH. 1998-02-20 08:23:55 +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 preserve errno across the readlink() calls. There is no value in trashing 1998-06-18 09:13:16 +00:00
stdtime Fixed printf format errors. Don't assume so many things about time_t. 1998-06-30 16:49:47 +00:00
string Fix handling more than 1 char with non-C locale 1998-06-05 09:49:51 +00:00
sys Correct wording on range of addresses examined by `msync(2)'. 1998-07-09 06:16:22 +00:00
xdr Change the sanity test here. It's not correct to assume that the record 1998-05-20 15:56:11 +00:00
yp Fixed the usual missing dependencies on headers generated by rpcgen. 1998-05-09 15:10:53 +00:00
Makefile Add an include path to private linc/libc_r/libpthread header files. 1998-03-09 06:16:38 +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