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
/
last
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-3
/
+3
2018-08-03
pledge() a little later, after getopt operation, in case -f option changes
deraadt
1
-4
/
+6
2015-10-29
pledge "stdio rpath".
deraadt
1
-1
/
+4
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
1
-3
/
+3
2015-03-15
tzfile.h is an internal header that should never have been installed.
millert
1
-2
/
+3
2015-03-14
use ctime_r to avoid a re-entrancy signal race
deraadt
1
-3
/
+3
2015-02-08
in getopt() blocks, stop incrementing flag variable which are supposed
deraadt
1
-3
/
+3
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+3
2014-12-09
init crmsg to something so it doesn't crash on invalid wtmp files.
tedu
1
-2
/
+2
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
1
-2
/
+2
2014-04-22
Instead of special casing ftpd, uucpd and others that may have entries
okan
1
-5
/
+13
2014-04-17
remove special case for uucp entries.
okan
1
-6
/
+3
2014-04-17
Correct some time_t printing; factor out a grotty block while here
guenther
1
-49
/
+41
2013-08-22
Correct format string mismatches turned up by -Wformat=2
guenther
1
-3
/
+3
2013-02-18
Fix after last commit: add missing header.
fgsch
1
-1
/
+2
2013-02-12
Reflect the -f option in last's output. Original diff from Jacob L. Leifman.
lum
1
-3
/
+3
2011-12-31
Fix HISTORY and AUTHORS of another 1BSD utility that i missed at first;
schwarze
1
-4
/
+10
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-14
/
+1
2009-05-01
add missing header needed by isdigit()
chl
1
-2
/
+3
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-02-06
discuss consistently "the Epoch";
jmc
1
-2
/
+2
2006-10-27
expand the description of -d somewhat;
jmc
1
-1
/
+12
2006-10-27
- update Nd somewhat
jmc
1
-3
/
+3
2006-10-27
- simplify and sort synopsis
jmc
2
-40
/
+39
2005-11-14
fix fd leak; then i got a bit carried away making the code prettier
deraadt
1
-106
/
+95
2005-07-01
Replace numeric argument handling (e.g. last -30) with something that
millert
1
-14
/
+18
2004-06-16
Add a new -n option that replaces the old -number option (which now
millert
2
-13
/
+25
2004-01-08
Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru>
otto
1
-3
/
+3
2003-11-09
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
otto
1
-3
/
+3
2003-08-14
make 9-char login names not stretch the line; millert ok
deraadt
1
-35
/
+34
2003-06-10
mostly ansi cleanup; pval ok
deraadt
1
-23
/
+12
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
millert
2
-13
/
+5
2003-05-29
avoid more signal races
deraadt
1
-8
/
+8
2003-04-25
minor tweak to error message, from Eric in pr3235
tedu
1
-3
/
+3
2003-04-14
fix time spec even better; emmf26@umr.edu
deraadt
2
-9
/
+9
2003-04-06
make usage exactly like in the man page; andrushock@korovino.net
deraadt
1
-13
/
+21
2003-04-05
simple snprintf and strlcpy; henning ok
deraadt
1
-8
/
+7
2002-09-23
Add missing includes, breaks and semicolons to appease gcc3; David Krause
millert
1
-2
/
+3
2002-02-16
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
1
-11
/
+11
2002-02-04
fix a typo; from Sam Smith <S@mSmith.net>
mickey
1
-31
/
+31
2001-11-05
mark a zone of signal races
deraadt
1
-2
/
+3
2001-07-18
-Wall cleanup
pvalchev
1
-7
/
+7
2001-07-12
first pass at a -Wall cleanup
deraadt
1
-16
/
+17
2001-02-06
Change host width to 24 so last produces one line per user; deraadt ok.
fgsch
1
-3
/
+3
2001-01-31
move utmp to large format, usernames to 32 chars; downsj
deraadt
1
-14
/
+17
2000-12-17
data base -> database
millert
1
-2
/
+2
2000-12-12
incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp
deraadt
2
-6
/
+6
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
aaron
1
-2
/
+2
2000-06-07
correct description; sarnold@intertrust.com
deraadt
1
-3
/
+3
2000-03-23
More pedantic man page formatting insanity, lalala
aaron
1
-10
/
+10
[next]