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
/
games
/
robots
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
no need to declare "extern optarg" and "extern optind"
schwarze
2020-02-14
1
-2
/
+1
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses a
mestre
2018-08-23
1
-1
/
+5
*
if your dying scream would escape the death field, realign to stay within
tedu
2017-05-28
1
-2
/
+5
*
- General changes:
mestre
2016-03-07
1
-2
/
+2
*
Some basic code maintenance in games/
tb
2016-01-07
1
-3
/
+2
*
More cleanup and sorting on header section
mestre
2016-01-04
1
-2
/
+10
*
Drop pledge("getpw") and pwd.h and use the now usual
tb
2015-12-04
1
-2
/
+2
*
Move scorefile to $HOME. The nice implementation of the score file
tb
2015-11-29
1
-10
/
+21
*
Improve robots(6) by using timespec*() functions, replacing gettimeofday()
rzalamena
2015-08-26
1
-2
/
+1
*
select() to poll() conversions
deraadt
2014-11-03
1
-2
/
+1
*
replace srandomdev()+random() with the arc4random*() family
naddy
2013-08-29
1
-2
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
use setresgid() to drop privs, it is simply a better and less ambiguous API;
djm
2005-05-01
1
-5
/
+6
*
sort options + sync usage();
jmc
2005-04-10
1
-3
/
+3
*
ansi. ok deraadt@
jsg
2004-11-29
1
-9
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
Replace things like srandom(time(NULL)) with srandomdev(3). random(3)
millert
2002-12-06
1
-3
/
+3
*
crmode -> cbreak
pjanzen
2002-05-31
1
-3
/
+3
*
de-register
pjanzen
2002-05-31
1
-5
/
+5
*
Remove unused function; jsm@netbsd.org
pjanzen
2000-01-21
1
-9
/
+2
*
Enable realtime mode, use native curses functions when available, tidy man
pjanzen
1999-12-18
1
-54
/
+63
*
More largely NetBSD-inspired code cleanup
pjanzen
1998-08-22
1
-17
/
+12
*
Scorefile bugfix and minor code cleaning, some from NetBSD
pjanzen
1998-07-09
1
-44
/
+41
*
add tags to changed files
kstailey
1997-02-05
1
-0
/
+1
*
fix highscore without breaking security
kstailey
1997-02-05
1
-1
/
+16
*
r?index -> strr?chr
millert
1997-01-17
1
-1
/
+1
*
proper gid revoke
deraadt
1996-12-22
1
-2
/
+4
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+199