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
/
mg
/
re_search.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Present the default choice before the colon in prompts. Matches GNU Emacs
bcallah
2017-08-06
1
-2
/
+2
*
fix -Wshadow warnings.
florian
2017-05-30
1
-4
/
+4
*
Clean up the includes in mg.
bcallah
2015-03-19
1
-3
/
+6
*
Add some missing dobeeps.
lum
2014-03-20
1
-1
/
+7
*
Set the correct line number after successfully searching with
florian
2013-12-20
1
-3
/
+11
*
rename re_match to regex_match to prevent a namespace conflict on Linux as
jasper
2013-09-24
1
-31
/
+31
*
Make the system bell toggleable via 'audible-bell', and if switched
lum
2013-05-31
1
-3
/
+3
*
It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was built. no binary change here. confirmed by lum@, tested by Henri Kemppainen
kjell
2011-01-21
1
-2
/
+3
*
Rename w_flag to w_rflag. This is not a general purpose
kjell
2009-06-04
1
-6
/
+6
*
Rename the header line of a buffer to b_headp, from the remarkably
kjell
2006-07-25
1
-6
/
+6
*
Make Window Flags more mnemonic (and less dumb); i.e.
kjell
2006-05-28
1
-2
/
+2
*
More name-clash delinting
kjell
2005-12-13
1
-1
/
+7
*
greedy use of typedef struct was making code harder to read; ok kjell cloder
deraadt
2005-11-18
1
-6
/
+6
*
Casefold on replace was killed ages ago (it was wrong). Remove a
kjell
2005-11-18
1
-12
/
+7
*
unused variables
deraadt
2005-10-14
1
-4
/
+4
*
Clean up eread handling in mg. (basically, fallout from the 'enter often
kjell
2005-08-09
1
-4
/
+5
*
Add explicit public domain notices to all public domain files.
kjell
2005-06-14
1
-1
/
+3
*
Three more ereply that should be ereads. This fixes henning's "replace
kjell
2005-06-14
1
-3
/
+3
*
if functions permits null reply from minibuffer, use eread (with
kjell
2005-06-05
1
-2
/
+3
*
This is a no binary change which does:
db
2005-04-03
1
-16
/
+11
*
stage 1 of the infinite minibuffer work - add support for on the fly
vincent
2004-07-22
1
-15
/
+15
*
Finish KNF of prototypes. That should be all of them.
cloder
2003-05-20
1
-31
/
+19
*
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
2002-02-16
1
-7
/
+7
*
* Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.
vincent
2002-02-13
1
-2
/
+2
*
spaces
mickey
2001-05-24
1
-23
/
+23
*
remove VOID. We're way beyond the point where this could build with an
art
2001-05-23
1
-3
/
+3
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
millert
2000-09-01
1
-213
/
+142
*
The start of KNF + -Wall. The code has been run through indent but
millert
2000-04-13
1
-404
/
+434
*
Better backwards regexp searching. POSIX regexp's don't really give
millert
2000-02-29
1
-7
/
+8
*
Make reverse searching work.
millert
2000-02-29
1
-6
/
+16
*
Use POSIX extended regular expressions.
millert
2000-02-28
1
-106
/
+54
*
initial import of mg2a
deraadt
2000-02-25
1
-0
/
+706