summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/endian.h
AgeCommit message (Expand)Author
2000-03-17In the `MY THAT'S GROSS' department...mycroft
2000-03-16Foolish consistency. Mainly, always use underscores and sys/endian.h.mycroft
1999-08-21Include <sys/endian.h> after defining whether where are little- orsimonb
1999-01-24Mark [hn]to[nh][ls]() with __const__, so they are subject to CSE.mycroft
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1998-07-31(Always) (practice) (safe) (macro expansion).mycroft
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1996-10-13use in_addr_t and in_port_tchristos
1996-09-30PowerPC portws