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
/
cvs
/
log.c
Age
Commit message (
Expand
)
Author
2005-10-09
fix cvs_log() so it doesn't segfault when called before
Joris Vink
2005-09-19
Add preprocessor directives needed for usr.bin/rcs programs to compile.
Niall O'Higgins
2005-08-05
increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;
Xavier Santolaria
2005-07-27
rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.
Xavier Santolaria
2005-07-27
make LP_INFO send to stderr; ok joris@.
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-06-07
remove ancient and unused CVS define. it was a leftover from
Joris Vink
2005-06-05
* introduce cvs_putchar(), to output a single character to stdout.
Joris Vink
2005-06-02
make cvs_printf() a bit smarter, so it can be called without having
Joris Vink
2005-06-02
- set LP_ABORT log level when action is abored by user instead of LP_ERR
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-04-06
unbreak
Jean-Francois Brousseau
2005-04-06
make cvs_printf() work as advertised when running as server
Jean-Francois Brousseau
2005-03-28
make LP_TRACE messages go through again, and assign them a level of
Jean-Francois Brousseau
2005-03-26
fix a variety of things i found at coverity. ok joris@
Ted Unangst
2005-02-22
when a log message is generated by the server and is sent to
Jean-Francois Brousseau
2005-02-16
properly initialize the syslog_data structure
Jean-Francois Brousseau
2005-02-15
remove the LP_FILTER_TOGGLE operation, which is really pointless, and
Jean-Francois Brousseau
2004-12-15
Permit the client to generate trace output when the -t option is given
Jean-Francois Brousseau
2004-12-07
less whitespace, more pretty. ok jfb
Ted Unangst
2004-12-06
tighten vertical spacing for else; jfb ok
Theo de Raadt
2004-11-28
make sure va_end() is always called in all possible paths
Patrick Latifi
2004-08-05
Add a new log level LP_ABORT, which modifies the behaviour of prefix
Jean-Francois Brousseau
2004-08-05
Adapt the logging so any messages generated by the server will be
Jean-Francois Brousseau
2004-07-27
Comment out unused code and some minor cleanup. Add the prototype and
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau