freebsd-nq/sys
Mike Barcroft 0ac2d551f2 o Add new header <sys/stdint.h>.
o Make <stdint.h> a symbolic link to <sys/stdint.h>.
o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99.
o Remove <sys/inttypes.h>.
o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h
  to reflect new location of integer types in <sys/stdint.h>.
o Remove previously symbolicly linked <inttypes.h>, instead create a
  new file.
o Add MD headers <machine/_inttypes.h> from NetBSD.
o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and
  include <machine/_inttypes.h> in <inttypes.h>, to fill in the
  remaining requirements for <inttypes.h>.
o Add additional integer types in <machine/ansi.h> and
  <machine/limits.h> which are included via <sys/stdint.h>.

Partially obtain from:	NetBSD
Tested on:		alpha, i386
Discussed on:		freebsd-standards@bostonradio.org
Reviewed by:		bde, fenner, obrien, wollman
2001-11-02 18:05:43 +00:00
..
alpha o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
amd64 o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
arm
boot o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
cam
coda
compat promote tv_sec in printf to make it type agnostic 2001-10-29 02:17:41 +00:00
conf The sound drivers live in sound/driver, not sound/drivers 2001-11-02 16:40:06 +00:00
contrib Merge local changes, add new files and remove obsoleted ones. 2001-10-31 02:34:45 +00:00
crypto
ddb
dev Emit a warning if the mbuf or mbuf cluster allocation failed. 2001-11-02 05:10:40 +00:00
fs Adjust printfs to be time_t agnostic. 2001-10-28 22:53:45 +00:00
geom
gnu
i4b
i386 o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
ia64 o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
isa Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
isofs/cd9660
kern Add nmount() stub function and regenerate the syscall-glue which should 2001-11-02 17:59:23 +00:00
libkern
modules Update to reflect files added/removed with the 20011018 ACPI CA update. 2001-10-31 02:35:43 +00:00
net Remove an extra splimp() call. 2001-11-01 08:30:38 +00:00
netatalk
netatm
netgraph A node that allows ethernet type packets to be filtered to different 2001-10-30 07:28:17 +00:00
netinet Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is 2001-10-30 18:15:48 +00:00
netinet6 Fix fragmented packet handling. 2001-10-29 07:55:57 +00:00
netipx
netkey System wide policy should be returned when no policy found in the SPD. 2001-10-29 16:29:41 +00:00
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98 MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482 2001-10-30 00:53:19 +00:00
pccard Print a warning when device_add_child returns NULL. This used to be 2001-11-02 17:31:01 +00:00
pci Enable round-robin arbitration between transmit and receive unit 2001-10-27 00:59:17 +00:00
posix4
powerpc o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
rpc
sparc64 o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
svr4
sys o Add new header <sys/stdint.h>. 2001-11-02 18:05:43 +00:00
tools
ufs o Update copyright dates. 2001-11-01 21:37:07 +00:00
vm Don't let pmap_object_init_pt() exhaust all available free pages 2001-10-31 03:06:33 +00:00
Makefile