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
/
lib
/
libc
/
regex
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/-p1003.1-2003/-p1003.1-2004/g
jmc
2005-06-05
1
-3
/
+3
*
regsub(3) should not be a link to regex(3) as it is not a POSIX regex
millert
2005-04-15
1
-3
/
+2
*
Be correct in our man pages when talking about NUL termination (that is,
cloder
2005-02-25
1
-3
/
+3
*
Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and not
otto
2005-01-03
1
-2
/
+4
*
remove useless comments, once used for header file generation and delete
otto
2004-11-30
6
-210
/
+54
*
Better fix for the "unbounded recursion case", for example
otto
2004-11-29
1
-17
/
+18
*
ansify and deregister; no change in obj code. ok millert@
otto
2004-10-17
5
-402
/
+284
*
various fixes to make this page more readable/helpful;
jmc
2004-09-28
1
-136
/
+596
*
Change an assert into a loop termination condition. Fixes a core
millert
2004-08-13
1
-3
/
+4
*
When parsing what follows [, do not allocate memory that is not used,
otto
2004-05-08
1
-3
/
+7
*
Describe more accurate what word boundaries are.
otto
2004-05-07
1
-2
/
+2
*
Avoid unbounded recursion in some expressions involving back references.
otto
2004-04-02
1
-2
/
+4
*
Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.
millert
2004-03-30
1
-2
/
+6
*
improve Nd; from millert@
jmc
2004-02-10
1
-2
/
+2
*
Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSD
otto
2003-12-07
1
-15
/
+17
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
12
-73
/
+25
*
section reorder;
jmc
2003-05-30
1
-9
/
+9
*
strcpy/strcat -> strlcpy/strlcat
tdeval
2003-04-05
1
-3
/
+2
*
- don't use the function enclosure macros.
wcobb
2002-10-16
1
-32
/
+38
*
remaining easy snprintf conversions
deraadt
2002-05-25
2
-10
/
+12
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
1
-2
/
+2
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
3
-51
/
+51
*
much greater care for malloc & realloc failures; millert ok
deraadt
2001-11-01
1
-16
/
+37
*
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-27
1
-3
/
+2
*
More of the same.
aaron
2000-08-09
1
-2
/
+5
*
Repairs, mostly removing hard sentence breaks.
aaron
2000-04-18
1
-2
/
+3
*
Mostly punctuation fixes.
aaron
2000-04-15
1
-2
/
+2
*
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
aaron
2000-03-14
2
-7
/
+7
*
Do not leave `(' characters dangling at the end of lines; instead, use the
aaron
2000-03-06
1
-3
/
+3
*
Add missing MLINKs
millert
1999-11-17
1
-2
/
+2
*
- remove all trailing whitespace
aaron
1999-07-09
2
-15
/
+15
*
trash some old leftover macros and replace them with -mdoc macros
aaron
1999-07-04
1
-3
/
+3
*
use .Tn instead of .Em for logical/bitwise OR + AND
aaron
1999-06-05
1
-80
/
+171
*
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1999-05-23
2
-4
/
+4
*
grammar police: do not hyphenate compound words that act as adjectives if the
aaron
1999-05-12
1
-3
/
+3
*
make function names the correct case
deraadt
1999-02-27
1
-13
/
+13
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
1
-2
/
+2
*
realloc repair
deraadt
1998-08-14
1
-4
/
+9
*
use Bx macro for BSD versions
mickey
1998-06-15
1
-2
/
+4
*
some -Wall
millert
1998-03-19
1
-18
/
+18
*
Fix warnings
millert
1997-08-24
2
-120
/
+120
*
convert to mdoc format
flipk
1997-07-29
2
-263
/
+320
*
formatting
mickey
1997-07-17
1
-3
/
+3
*
Be specific about using unsigned values
tholo
1997-04-30
1
-23
/
+23
*
Remove dead code and variables
tholo
1997-04-30
2
-24
/
+2
*
- cast usages of *printf() to void since we don't check return val
millert
1997-04-28
13
-71
/
+131
*
long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
millert
1997-04-12
3
-19
/
+19
*
Remove dead code
tholo
1996-09-15
3
-70
/
+5
*
Fix RCS ids
tholo
1996-08-19
14
-63
/
+17
*
Make a proper lvalue in INC
tholo
1996-03-25
1
-1
/
+1
[next]