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
/
stdio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
In Unix land we prefer "whitespace" to "white space" or "white-space". At
aaron
2000-03-04
1
-9
/
+9
*
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
millert
2000-02-21
5
-22
/
+98
*
fix example. ok aaron@
ericj
2000-02-19
1
-2
/
+2
*
repair nroff botch
deraadt
2000-01-27
1
-3
/
+3
*
Use .Va macro when referring to the global variable errno.
aaron
2000-01-22
1
-3
/
+5
*
indent the source right
deraadt
2000-01-12
1
-11
/
+12
*
fix tmpnam() argument; kris@freebsd
deraadt
2000-01-09
1
-3
/
+3
*
use WEAK_* macros
d
2000-01-06
1
-12
/
+18
*
typos
deraadt
1999-11-15
1
-2
/
+2
*
Nail down semantics in case of failure.
espie
1999-09-28
1
-2
/
+31
*
Remove an unwanted `.'.
aaron
1999-09-27
1
-2
/
+2
*
Remove extraneous comma
espie
1999-09-26
1
-2
/
+2
*
BUGS->CAVEATS
espie
1999-09-22
1
-2
/
+10
*
It's a good idea to check the return value of malloc() in example code.
aaron
1999-09-21
1
-2
/
+3
*
Add CAVEATS sections.
aaron
1999-09-15
2
-4
/
+77
*
Tidying and spelling
pjanzen
1999-09-14
1
-13
/
+18
*
do { ... } while (0) instead of just { ... } in macros
millert
1999-08-22
1
-7
/
+7
*
paste'o away!
todd
1999-08-11
1
-3
/
+3
*
missing G in item list; bde
deraadt
1999-08-08
1
-2
/
+2
*
Local changes that should not have gone in
millert
1999-08-07
4
-205
/
+4
*
If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk
millert
1999-08-07
7
-7
/
+211
*
Xr fparseln(3); deraadt@
aaron
1999-07-21
1
-1
/
+2
*
- remove all trailing whitespace
aaron
1999-07-09
8
-32
/
+32
*
when using `-' as a negative sign, escape it with a backslash so troff knows
aaron
1999-07-07
2
-4
/
+4
*
remove redundant .Pp macros
aaron
1999-07-02
2
-4
/
+2
*
some NAME section cleanup
aaron
1999-06-06
1
-3
/
+6
*
sync fsetpos() with stdio.h prototype
aaron
1999-05-27
1
-2
/
+2
*
kill some old macros
aaron
1999-05-25
2
-4
/
+3
*
punctuation
aaron
1999-05-25
1
-2
/
+2
*
all functions need a return type and at least one arg, even if it's void
aaron
1999-05-25
1
-2
/
+2
*
don't lie about being able to arbitrarily intermix reads and writes in stdio
aaron
1999-05-24
1
-5
/
+2
*
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1999-05-23
3
-6
/
+6
*
Cleanup xrefs under SEE ALSO. Specifically:
alex
1999-05-16
8
-22
/
+22
*
grammar police: do not hyphenate compound words that act as adjectives if the
aaron
1999-05-12
4
-8
/
+8
*
correct some Xr's which referred to the wrong man page sections
aaron
1999-05-10
1
-5
/
+2
*
.Pp macros do not belong immiedately after .Sh section header lines
aaron
1999-04-02
1
-2
/
+1
*
formatting
pjanzen
1999-03-12
1
-3
/
+4
*
talk about positional arguments and sizes; james@oaktree.co.uk
deraadt
1999-03-01
1
-3
/
+7
*
make function names the correct case
deraadt
1999-02-27
4
-12
/
+12
*
stderr is not always unbuffered... only initially; kleink
deraadt
1999-02-24
1
-2
/
+2
*
more
deraadt
1998-12-15
1
-7
/
+22
*
flesh out this man page with some examples
deraadt
1998-12-15
1
-1
/
+64
*
Changes from NetBSD:
millert
1998-11-25
1
-5
/
+7
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
5
-10
/
+97
*
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org
millert
1998-11-20
1
-9
/
+11
*
fix append mode; mason@primenet.com.au
deraadt
1998-11-10
1
-1
/
+12
*
Make sure we free the buffer in all error cases. Do the final
millert
1998-10-16
2
-32
/
+39
*
Add a missing note about asprintf
millert
1998-09-27
1
-1
/
+3
*
need sys/stat.h; jon@chalk.oaktree.net.uk
deraadt
1998-09-18
1
-1
/
+2
*
thread-safer
deraadt
1998-09-10
1
-2
/
+2
[prev]
[next]