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
/
buf.c
Age
Commit message (
Expand
)
Author
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-30
adjust some thruth in a comment.
Joris Vink
2005-12-30
spacing
Joris Vink
2005-12-24
remove useless cvs_buf_alloc() failure checks;
Joris Vink
2005-12-23
cvs_buf_write() did not properly set new permissions
Joris Vink
2005-12-21
initialize `rlen' in cvs_buf_set();
Xavier Santolaria
2005-12-20
fix use of fatal() from previous commit;
Xavier Santolaria
2005-12-20
missed that in previous fatal() commit;
Xavier Santolaria
2005-12-20
use fatal(); OK joris@ niallo@.
Xavier Santolaria
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-08-14
missing casts; ok joris
Xavier Santolaria
2005-07-29
minor KNF;
Xavier Santolaria
2005-07-26
- fix SIZE_LEFT macro for the cb_cur > cb_buf case.
Moritz Jodeit
2005-07-25
KNF;
Xavier Santolaria
2005-07-20
no need to append strerror(errno) in error msg if we use LP_ERRNO code;
Xavier Santolaria
2005-07-07
remove trailing whitespaces
Joris Vink
2005-06-02
revert cvs_noexec checks commit, requested by jfb@.
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-26
don't append strerror(errno) to error messages if we use LP_ERRNO
Jean-Francois Brousseau
2005-05-24
cvs_noexec checks; ok joris@
Xavier Santolaria
2004-12-08
get rid of void* pointer arithmetic on buffers so gcc stops complaining
Jean-Francois Brousseau
2004-12-08
use mkstemp for local diff -r r1 -r r2; ok jfb@
Damien Miller
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-09-27
use the real lenght to zero out the buffer in
Joris Vink
2004-07-13
* make the email address consistent
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau