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
/
less
/
filename.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely clean up UTF-8 handling in the file filename.c:
schwarze
2019-05-07
1
-12
/
+12
*
To simplify the upcoming UTF-8 cleanup in less(1), delete support
schwarze
2019-02-26
1
-1
/
+1
*
After fstat(2) failure, trying lseek(2) is useless, so delete it.
schwarze
2017-10-29
1
-16
/
+1
*
little bit more KNF
deraadt
2016-09-17
1
-4
/
+4
*
style(9) includes
mmcc
2016-03-16
1
-2
/
+3
*
remove superfluous macro
mmcc
2016-01-29
1
-1
/
+1
*
NULL_IFILE has no weird use patterns. NULL is sufficient.
deraadt
2015-11-09
1
-3
/
+3
*
use (off_t)-1 rather than a BAD_LSEEK wrapper
deraadt
2015-11-09
1
-2
/
+2
*
error() is not a stdarg function, so there is no reason for NULL_PARG
deraadt
2015-11-09
1
-2
/
+2
*
replace save() with estrdup() and make estrdup() exit like all the other
tedu
2015-11-07
1
-2
/
+2
*
Garrett D'Amore has agreed to moving his copyright line up above the
nicm
2015-11-06
1
-4
/
+2
*
Replace less with the cleaned-up fork of less 458 maintained by Garrett
nicm
2015-11-05
1
-587
/
+233
*
Merge Less 458 plus local patches
shadchin
2014-04-25
1
-39
/
+55
*
Merge in less 444 plus local changes
shadchin
2011-09-16
1
-50
/
+75
*
use SMALL_PROGRAM to knock out some code
deraadt
2010-07-03
1
-0
/
+2
*
Don't access buf[strlen(buf) - 1] for zero-length strings.
ray
2006-12-06
1
-1
/
+2
*
Fix removing of trailing space in file name completion list.
otto
2006-05-23
1
-1
/
+1
*
use SEEK_* for lseek()
deraadt
2006-04-02
1
-2
/
+2
*
Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead
millert
2004-08-23
1
-8
/
+32
*
o go back to using a help file instead of embedding it in the binary
millert
2003-04-14
1
-0
/
+19
*
Merge in less-381 w/ local changes and remove obsolete files.
millert
2003-04-13
1
-290
/
+604
*
more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf
deraadt
2003-04-06
1
-11
/
+15
*
very simple strlcat calls
deraadt
2003-04-06
1
-3
/
+3
*
some more string shit; krw ok
deraadt
2003-04-05
1
-11
/
+15
*
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
deraadt
2003-03-13
1
-10
/
+10
*
kill more registers
mpech
2001-11-19
1
-11
/
+11
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
Import of unmolested less-290.
etheisen
1996-09-21
1
-0
/
+715