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
/
usr.bin
/
make
/
buf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduce a "Buf_Reinit" function for handling static buffers that can
espie
2020-01-13
1
-1
/
+10
*
tweak buffer handling a bit:
espie
2019-12-21
1
-33
/
+26
*
Add missing #include <stdint.h> for SIZE_MAX
millert
2015-04-29
1
-1
/
+2
*
add check for overflow while doubling (very unlikely in practice, but still
espie
2015-04-25
1
-2
/
+15
*
say goodbye to killing trailing spaces.
espie
2012-11-07
1
-11
/
+1
*
major overhaul of the way make handle jobs, inspired by dpb:
espie
2012-09-21
1
-1
/
+20
*
Correct $OpenBSD$ stuff
espie
2010-07-19
1
-2
/
+1
*
two small changes:
espie
2010-07-19
1
-1
/
+1
*
reindent (no binary change)
espie
2007-07-24
1
-30
/
+30
*
ISO function declarations, trim a few comments, rename a few variables to
espie
2004-04-07
1
-13
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-6
/
+2
*
-Wall cleanup, mostly useless otherwise
deraadt
2001-05-30
1
-2
/
+2
*
Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots
espie
2001-05-29
1
-1
/
+2
*
Mostly clean-up:
espie
2001-05-23
1
-20
/
+13
*
Synch with my current work.
espie
2001-05-03
1
-25
/
+46
*
Clean-ups:
espie
2000-11-24
1
-11
/
+3
*
Some systematic clean-up.
espie
2000-09-14
1
-9
/
+10
*
Allocate buffers as static data structures.
espie
1999-12-16
1
-17
/
+7
*
Remove redundant fields from struct Buffer.
espie
1999-12-16
1
-101
/
+25
*
Split Buf_GetAll into Buf_Retrieve/Buf_Size.
espie
1999-12-16
1
-44
/
+2
*
Start cleaning up buf.c in earnest.
espie
1999-12-16
1
-57
/
+30
*
Clean up buffers interface somewhat:
espie
1999-12-06
1
-71
/
+75
*
Kill unused functions Buf_UngetByte, Buf_UngetBytes, Buf_GetByte, Buf_GetBytes.
espie
1999-10-05
1
-176
/
+17
*
Modifications from netbsd:
espie
1998-12-05
1
-2
/
+2
*
Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)
millert
1997-04-01
1
-4
/
+4
*
Sync with NetBSD:
millert
1996-11-30
1
-9
/
+34
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
sync to netbsd 960418
deraadt
1996-04-21
1
-3
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+442