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
/
vi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
15
-62
/
+61
*
Remove the vi perl api.
bentley
2014-11-20
25
-2378
/
+50
*
Remove ifdef checks for LIBRARY.
bentley
2014-11-19
3
-8
/
+8
*
from natano:
tedu
2014-11-14
6
-47
/
+11
*
from natano:
tedu
2014-11-14
7
-64
/
+21
*
from natano:
tedu
2014-11-14
2
-75
/
+2
*
Remove more portability bits for older systems; from Martin Natano
millert
2014-11-12
16
-288
/
+33
*
Ansify vi.
bentley
2014-11-12
111
-2161
/
+733
*
remove various bits of autoconf cruft. from Martin Natano
tedu
2014-11-10
4
-253
/
+4
*
remove ipc leftovers. from Martin Natano
tedu
2014-11-10
1
-49
/
+1
*
remove old, unnecessary compat code. from Martin Natano
tedu
2014-11-10
4
-206
/
+5
*
Clean up unused header files and docs referring to them.
bentley
2014-11-06
7
-271
/
+25
*
Remove old curses support in vi.
bentley
2014-11-06
6
-464
/
+8
*
create a REALLOCARRAY macro, and use it where it gives us overflow
deraadt
2014-10-14
3
-13
/
+14
*
bump max columns out to 768. screens are getting bigger...
dlg
2014-10-08
1
-2
/
+2
*
We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"
millert
2014-09-09
1
-22
/
+4
*
add missing include file to bring in protos
deraadt
2014-07-10
1
-1
/
+2
*
Change the file reference queue from CIRCLEQ to TAILQ.
krw
2013-12-01
3
-14
/
+12
*
Change the tags queue from CIRCLEQ to TAILQ.
krw
2013-12-01
3
-28
/
+28
*
Change the tag queue from CIRCLEQ to TAILQ.
krw
2013-12-01
5
-47
/
+57
*
Convert the ranges CIRCLEQ to TAILQ.
krw
2013-12-01
4
-22
/
+21
*
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.
krw
2013-11-28
16
-101
/
+107
*
Zap some pointer casts became extra (and thus dangerous) after recent
zhuk
2013-11-27
1
-9
/
+9
*
fix a possible double-free/NULL deref in msg_print
pelikan
2013-11-26
1
-4
/
+7
*
Tweak a tortuous manual loop into a TAILQ_FOREACH().
krw
2013-11-26
1
-4
/
+3
*
fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@
otto
2013-11-26
1
-2
/
+2
*
fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref's
pelikan
2013-11-26
1
-2
/
+2
*
Replace _texth CIRCLEQ with TAILQ. One down, five to go.
krw
2013-11-25
18
-91
/
+93
*
Correct format string mismatches turned up by -Wformat=2
guenther
2013-08-22
1
-2
/
+3
*
Tweak optimization flags on landisk until I have time to investigate further.
miod
2013-06-22
1
-1
/
+6
*
When ^W (WERASE) is hit in insert mode it's possible that the line
millert
2013-05-14
1
-8
/
+6
*
Use open(2) / fstat(2) instead of stat(2) / open(2) for checking
kili
2013-05-03
3
-34
/
+83
*
use FD_CLOEXEC instead of 1; from David Hill
okan
2013-04-29
1
-2
/
+2
*
use openpty() rather than hand-rolled pty opening code; ok millert@
naddy
2012-12-20
3
-196
/
+9
*
Fix hang when exiting shell in script mode. OK naddy@
millert
2012-12-03
1
-3
/
+9
*
flesh out the VI COMMANDS section somewhat;
jmc
2012-01-17
1
-66
/
+338
*
These utilities were already part of 1BSD, and some authors are known.
schwarze
2011-12-28
1
-2
/
+11
*
document vi/ex regular expressions, and where they differ from those
jmc
2011-07-29
1
-3
/
+91
*
Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision
millert
2011-07-10
4
-12
/
+12
*
better document some of the terminology used in the VI COMMANDS section;
jmc
2011-05-16
1
-26
/
+51
*
no need to escape `|'; as discussed with schwartze
jmc
2011-05-02
1
-5
/
+5
*
better document vi's startup (in terms of environment variables
jmc
2011-04-12
1
-10
/
+40
*
Fix display glitch leading to crash. If we're reformatting, check
martynas
2011-04-10
1
-2
/
+11
*
add a BUFFERS section, to explain how they work;
jmc
2011-03-31
1
-2
/
+113
*
since we stopped installing the usd docs, it no longer makes
jmc
2011-03-17
1
-5
/
+2
*
tyop, pr 6538.
jasper
2011-01-05
1
-1
/
+1
*
remove references to now removed usd/psd/smm docs;
jmc
2010-10-18
1
-51
/
+2
*
Stop installing me(1) and ms(1) source code.
schwarze
2010-10-17
1
-6
/
+1
*
various EXIT STATUS fixes; from Daniel Dickman
jmc
2010-09-29
1
-5
/
+9
*
add a little padding to make SYNOPSIS line up nicely;
jmc
2010-09-24
1
-3
/
+3
[next]