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
/
rusers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
benno
1
-2
/
+3
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-4
/
+4
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-2
/
+2
2017-01-21
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
guenther
1
-5
/
+4
2016-08-05
Switch from select(2) to poll(2); ok millert@
jca
1
-17
/
+14
2016-03-28
remove unused variable
chl
1
-2
/
+2
2016-03-17
simplify previous; ok bentley
jmc
1
-2
/
+1
2016-03-17
Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.
bentley
2
-17
/
+21
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
1
-3
/
+2
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
1
-3
/
+3
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-8
/
+12
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
1
-2
/
+2
2014-10-08
userland reallocarray audit.
doug
1
-3
/
+3
2014-04-24
rm rwho xr
tedu
1
-3
/
+2
2013-04-03
do not assume time_t and timeval.tv_sec are the same type
deraadt
1
-2
/
+3
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-5
/
+1
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
1
-5
/
+5
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-05-25
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
krw
1
-3
/
+3
2006-09-26
authunix_create_default() might return NULL; spotted by tbert;
otto
1
-3
/
+6
2003-08-04
protos
deraadt
1
-5
/
+7
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
millert
1
-9
/
+12
2003-06-10
mostly ansi cleanup; pval ok
deraadt
1
-4
/
+4
2003-06-04
fix stdout line width handling; different from fix in 3289
deraadt
1
-3
/
+4
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
1
-6
/
+2
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-23
/
+12
2003-01-11
o specifying host on the command line implies the -a flag
millert
1
-16
/
+23
2002-06-02
missing sockaddr inits; ok itojun
deraadt
1
-2
/
+4
2001-11-07
When mixing the -l and -i flags sort on each individual user's
millert
2
-3
/
+43
2001-11-06
implement missing sorting options
millert
2
-143
/
+276
2001-11-06
Must zero out timeout by hand now that it is no longer global.
millert
1
-3
/
+3
2001-11-06
Restore asyncronous RPC code now that I found the uninitialized variable
millert
1
-24
/
+243
2001-11-02
Revert to clnt_broadcast() method until an alignment problem with the
millert
1
-250
/
+24
2001-11-01
Major overhaul.
millert
2
-134
/
+520
2001-10-11
Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELEN
millert
1
-9
/
+8
2001-06-18
clnt leaks; tommy@ti.com
deraadt
1
-2
/
+4
2001-02-17
Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.
pjanzen
1
-37
/
+39
2001-02-05
default to 8 wide for user names
deraadt
1
-3
/
+3
2001-01-31
fat utmp handling; truncate to 16 chars for now, until we decide how ugly
deraadt
1
-4
/
+6
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
aaron
1
-2
/
+2
2000-04-15
Mostly punctuation fixes.
aaron
1
-2
/
+2
2000-03-23
More pedantic man page formatting insanity, lalala
aaron
1
-5
/
+7
2000-03-10
Various cleanups and standardization.
aaron
1
-7
/
+9
2000-03-05
Finish standardizing options list introduction.
aaron
1
-2
/
+2
1999-06-05
- remove trailing white space
aaron
1
-2
/
+2
1998-09-27
usr.bin/ man page cleanups, n-s
aaron
1
-4
/
+6
1997-08-18
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
millert
1
-3
/
+3
1997-07-08
Fixed remotely triggerable buffer overflow.
bitblt
1
-3
/
+5
1997-06-20
Wall
deraadt
1
-4
/
+5
1997-01-17
r?index -> strr?chr
millert
1
-3
/
+3
[next]