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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-06
grdc(6): implement timeout with alarm(3)
cheloha
1
-11
/
+18
2020-06-06
grdc(6): miscellaneous style(9)
cheloha
1
-47
/
+48
2020-02-14
no need to declare "extern optarg" and "extern optind"
schwarze
4
-11
/
+4
2019-12-21
a few depend:-related thingies that were still in.
espie
1
-2
/
+2
2019-09-27
fix gary zukav's "acceptance without proof" quote, which just appeared on
jmc
2
-2
/
+2
2019-09-08
Be more specific regarding which encoding this simulator generates:
schwarze
1
-5
/
+7
2019-08-30
Move 4 manual pages from not-a-function filenames to a correct filename,
deraadt
1
-3
/
+3
2019-08-22
spelling fix and zap a stray line while here;
jmc
2
-3
/
+2
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
23
-68
/
+68
2019-05-20
Remove unused variables; no binary change.
lteo
1
-3
/
+3
2019-05-18
Unveil tetris.
rob
3
-14
/
+27
2019-05-15
patch from <tleguern at bouledef dot eu> to support backward rotation,
schwarze
1
-3
/
+5
2019-05-12
eaktway eviouspray;
jmc
1
-4
/
+5
2019-05-11
add an example to the man page. discovered by mlarkin
tedu
1
-2
/
+5
2019-05-09
rm lists of hereditary wizards and bad users to ensure level playing field
tedu
7
-79
/
+16
2019-04-08
macro args and punctuation should be space spearated;
jmc
1
-3
/
+3
2019-04-05
Fix hack(6).
bentley
6
-39
/
+62
2019-02-26
g/c unused robots_roll file.
tb
1
-5
/
+1
2019-02-06
missing word found in my tree
schwarze
1
-3
/
+3
2019-02-03
give the fake latin proverb "per aspera ad astra" in the more
schwarze
1
-1
/
+1
2019-01-20
printing the pinball bonus in the corner is confusing when you lose.
tedu
1
-2
/
+1
2019-01-20
remove some obsolete comments about deleted code
tedu
1
-43
/
+1
2019-01-20
quick fix to keep the cursor in the corner during space warp.
tedu
1
-1
/
+2
2019-01-20
if the snake ran over the money, print the treasure instead of empty.
tedu
1
-3
/
+7
2019-01-06
allow q to exit the program.
tedu
2
-6
/
+23
2018-12-27
convert to unsigned variables to avoid some overflows.
tedu
1
-9
/
+10
2018-12-20
Move a badly positioned parenthesis that caused nonsensical movement
schwarze
1
-3
/
+3
2018-10-16
More fixes from David Fifield:
tb
1
-44
/
+50
2018-10-16
Remove unused data table entries: 174 out of 9271 entries of the bitmap
tb
1
-948
/
+1047
2018-09-15
Fix fortune underlines and use the right number of underscores in Notes.
bentley
2
-4
/
+4
2018-08-24
During our refactor with tedu@ tb@ and myself we moved the score file to the
mestre
1
-4
/
+1
2018-08-24
Remove a few too early pledge(2)s on games/ and apply them a little bit later
mestre
6
-18
/
+29
2018-08-23
reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses a
mestre
1
-1
/
+5
2018-08-23
reduce pledge(2) to "stdio tty" after ncurses initialization.
mestre
1
-1
/
+4
2018-08-09
The game is playable without the need to access any files therefore we can
mestre
1
-2
/
+2
2018-08-06
Drop "rpath" from pledge(2) after ncurses initialization.
mestre
1
-1
/
+5
2018-08-05
remove duplicate installation of the SIGINT handler;
schwarze
1
-2
/
+1
2018-04-25
Use a NUMKEYS macro instead of magic and use a more familiar idiom
tb
1
-6
/
+7
2018-02-07
slightly reduce the difficulty of the adventure game that is reading
tedu
7
-20
/
+27
2018-01-23
Fix table wrt missing element and `, detailed analysis and diff from
otto
1
-18
/
+18
2018-01-12
apostrophe fix;
jmc
1
-1
/
+1
2017-12-24
Consolidate printf(3) calls at the end of main().
cheloha
1
-16
/
+29
2017-12-24
Use more libm.
cheloha
1
-18
/
+10
2017-12-23
As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).
cheloha
1
-9
/
+3
2017-12-11
The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIME
tb
1
-11
/
+8
2017-11-25
than -> then
tb
1
-1
/
+1
2017-11-02
Straightforward conversion to strtonum. Slight change of behavior in that
tb
1
-48
/
+13
2017-10-27
Use <elf.h> instead of <elf_abi.h>
mpi
1
-2
/
+2
2017-08-15
typo: on -> of
tb
1
-1
/
+1
2017-08-13
replace gettimeofday with monotonic gettime. from Scott Cheloha
tedu
4
-59
/
+45
[next]