index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
less
/
filename.c
Age
Commit message (
Expand
)
Author
2017-10-29
After fstat(2) failure, trying lseek(2) is useless, so delete it.
Ingo Schwarze
2016-09-17
little bit more KNF
Theo de Raadt
2016-03-16
style(9) includes
mmcc
2016-01-29
remove superfluous macro
mmcc
2015-11-09
NULL_IFILE has no weird use patterns. NULL is sufficient.
Theo de Raadt
2015-11-09
use (off_t)-1 rather than a BAD_LSEEK wrapper
Theo de Raadt
2015-11-09
error() is not a stdarg function, so there is no reason for NULL_PARG
Theo de Raadt
2015-11-07
replace save() with estrdup() and make estrdup() exit like all the other
Ted Unangst
2015-11-06
Garrett D'Amore has agreed to moving his copyright line up above the
Nicholas Marriott
2015-11-05
Replace less with the cleaned-up fork of less 458 maintained by Garrett
Nicholas Marriott
2014-04-25
Merge Less 458 plus local patches
Alexandr Shadchin
2011-09-16
Merge in less 444 plus local changes
Alexandr Shadchin
2010-07-03
use SMALL_PROGRAM to knock out some code
Theo de Raadt
2006-12-06
Don't access buf[strlen(buf) - 1] for zero-length strings.
Ray Lai
2006-05-23
Fix removing of trailing space in file name completion list.
Otto Moerbeek
2006-04-02
use SEEK_* for lseek()
Theo de Raadt
2004-08-23
Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead
Todd C. Miller
2003-04-14
o go back to using a help file instead of embedding it in the binary
Todd C. Miller
2003-04-13
Merge in less-381 w/ local changes and remove obsolete files.
Todd C. Miller
2003-04-06
more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf
Theo de Raadt
2003-04-06
very simple strlcat calls
Theo de Raadt
2003-04-05
some more string shit; krw ok
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
2001-01-29
$OpenBSD$
Niklas Hallqvist
1996-09-21
Import of unmolested less-290.
etheisen