index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
powerpc
/
include
/
endian.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *
dlg
2014-10-22
1
-4
/
+4
*
Tackle the endian.h mess. Make it so that:
guenther
2014-07-12
1
-2
/
+5
*
the memory constraints are correct, so we dont need volatile to provide
dlg
2014-03-25
1
-5
/
+5
*
provide an MI api for doing byteswapping loads and stores. some
dlg
2014-03-14
1
-1
/
+67
*
move powerpc to non-__STRICT_ALIGNMENT, as it always was. Essentially
deraadt
2011-08-22
1
-3
/
+1
*
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
pirofti
2011-03-23
1
-4
/
+4
*
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
pirofti
2011-03-11
1
-4
/
+4
*
Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER
millert
2005-12-13
1
-2
/
+2
*
First step in include files overhaul. Use __FOO_VISIBLE (as defined
millert
2005-12-13
1
-2
/
+3
*
terms 3 & 4 cleanup based on "terms" file
deraadt
2003-06-03
1
-6
/
+1
*
add #define __STRICT_ALIGNMENT
jason
2001-03-02
1
-1
/
+3
*
Use symbolic define for BYTE_ORDER.
espie
1999-05-10
1
-2
/
+2
*
New endian.h design. All architectures now use a common file for the bulk
niklas
1997-11-09
1
-73
/
+20
*
Monolithic PowerPC kernel, new include
pefo
1997-10-13
1
-34
/
+30
*
Sigh, Revert changes to endian.h - it was all confusion due to incorrect
grr
1997-06-25
1
-5
/
+12
*
Big endian HTON?() macros should be (void)(x).
downsj
1997-06-25
1
-5
/
+5
*
change like sparc/include/endian.h
grr
1997-06-24
1
-5
/
+5
*
Define in_addr_t and in_port_t everywhere but use u_intXX_t for
millert
1997-04-04
1
-5
/
+8
*
adding OpenBSD tag to files.
rahnds
1996-12-28
1
-0
/
+1
*
Changes necessary to make the kernel compile and boot.
rahnds
1996-12-28
1
-4
/
+4
*
Check-in of powerpc kernel support.
rahnds
1996-12-21
1
-0
/
+84