freebsd-dev/sys/powerpc
Mike Barcroft 03516cfeb0 o Remove some GCCisms in src/powerpc/include/endian.h.
o Unify <machine/endian.h>'s across all architectures.
o Make bswapXX() functions use a different spelling of u_int16_t and
  friends to reduce namespace pollution.  The bswapXX() functions
  don't actually exist, but we'll probably import these at some
  point.  Atleast one driver (if_de) depends on bswapXX() for big
  endian cases.
o Deprecate byteorder(3) prototypes from <sys/types.h>, these are
  now prototyped indirectly in <arpa/inet.h>.
o Deprecate in_addr_t and in_port_t typedefs in <sys/types.h>, these
  are now typedef'd in <arpa/inet.h>.
o Change byteorder(3) prototypes to use standards compliant uint32_t
  (spelled __uint32_t to reduce namespace pollution).
o Document new preferred headers and standards compliance.

Discussed with:	bde
PR:		29946
Reviewed by:	bmilekic
2001-08-30 00:04:19 +00:00
..
aim Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this 2001-08-21 02:32:59 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf The final commit for the first phase of PowerPC support. 2001-06-17 09:39:44 +00:00
include o Remove some GCCisms in src/powerpc/include/endian.h. 2001-08-30 00:04:19 +00:00
powerpc Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this 2001-08-21 02:32:59 +00:00