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
/
mg
/
echo.c
Age
Commit message (
Expand
)
Author
2001-05-24
Break out function -> name mappings to an own file.
Artur Grabowski
2001-05-24
fix back a piece of my own stupidity
Michael Shalayeff
2001-05-24
vararg bye bye, spaces
Michael Shalayeff
2001-05-24
no need to cast va_arg output
Michael Shalayeff
2001-05-23
cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...
Michael Shalayeff
2001-05-23
Bye, bye varargs. We're __STDC__.
Artur Grabowski
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
pretty
Artur Grabowski
2001-05-23
export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...
Artur Grabowski
2001-05-23
pretty
Artur Grabowski
2001-05-23
complt already has code to finish the completion from a list.
Artur Grabowski
2001-05-03
* Let make_file_list always append a '/' at the end of directories.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt