index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mips
/
include
/
endian.h
Age
Commit message (
Expand
)
Author
2000-03-17
In the `MY THAT'S GROSS' department...
mycroft
2000-03-16
Foolish consistency. Mainly, always use underscores and sys/endian.h.
mycroft
1999-08-21
Include <sys/endian.h> after defining whether where are little- or
simonb
1999-01-24
Mark [hn]to[nh][ls]() with __const__, so they are subject to CSE.
mycroft
1999-01-15
Move the bswap functions from libutil to libc (this bups the
bouyer
1998-07-31
(Always) (practice) (safe) (macro expansion).
mycroft
1997-10-30
Add missing `(void)' cast to big-endian variant of {NTOH,HTON}{L,S}().
jonathan
1997-10-20
Put back duplicate <XXX>_ENDIAN definitions. Defining them as _<XXX>_ENDIAN
jonathan
1997-10-20
* Use ANSI-clean names for host-specific byte-order definition
jonathan
1997-10-17
Add bi-endian support to mips locore, <mips/endian.h>, and mips_opcode.h.
jonathan
1997-10-09
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
bouyer
1996-10-13
Fix error from in_addr_t changes by christos: htonl() takes in_addr_t
mhitch
1996-10-13
use in_addr_t and in_port_t
christos
1996-06-05
Include <mips/types.h> to bring u_int32_t and u_int16_t in scope for
jonathan
1996-04-09
Fixes for -Wall -Wmissing-prototypes:
jonathan
1994-10-26
new RCS ID format.
cgd
1994-05-27
bsd 4.4-lite pmax port as ported to NetBSD
glass
1994-05-27
upgrade to bsd 4.4-lite code base. only mod is rcsids
glass
1993-10-12
pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
deraadt