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
/
init.c
Age
Commit message (
Expand
)
Author
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2010-10-31
init was passing a writable file descriptor into rcs_open which was then
Nicholas Marriott
2010-07-23
Reduce variable/function name and whitespace differences between
Ray Lai
2009-03-25
remove unused functions, definitions and outdated comments
Joris Vink
2008-06-23
Some conformance fixes:
Anders Magnusson
2008-06-10
style, also don't use cvs_buf_* if it is realy not worth the effort.
Tobias Stoeckmann
2008-02-11
Cleanup buf implementation:
Tobias Stoeckmann
2007-02-22
general includes cleanup sweep. ok joris@ niallo@
Otto Moerbeek
2007-02-17
cvs_path_cat() removal since we can now easily handle that
Xavier Santolaria
2007-02-06
replace strl* overload and xstrdup() misuse by xsnprintf();
Xavier Santolaria
2007-01-25
use more stack allocations for fixed size buffers. ok xsa@ joris@
Otto Moerbeek
2007-01-13
make import and init work again after the small breakage
Joris Vink
2007-01-11
in a remote setup:
Joris Vink
2006-11-09
cvs init remote bits.
Xavier Santolaria
2006-06-16
in preparation for the new remote code, proto.h becomes obsolete.
Joris Vink
2006-06-13
better usage
Joris Vink
2006-06-12
bring back a working version of the `cvs init' command. OK joris@.
Xavier Santolaria
2006-02-10
fix CVS_PATH_NOTIFY duplicate.
Xavier Santolaria
2006-01-08
make cvs_init_create_files() return type void; ok joris@.
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-07-25
KNF;
Xavier Santolaria
2005-07-19
make the init command work;
Xavier Santolaria
2005-05-31
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Xavier Santolaria
2005-05-24
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
Jean-Francois Brousseau
2005-04-16
more snprintf return value check; joris ok
Xavier Santolaria
2005-04-12
introduce our own set of error codes used by the commands to report
Joris Vink
2005-04-03
first round of EX_* exit codes removal; ok joris@.
Xavier Santolaria
2005-03-30
move all the client commands to the new command framework.
Joris Vink
2005-03-01
fix call to rcs_open() so the file gets created, and remove the
Jean-Francois Brousseau
2005-02-27
Many improvements to the RCS support:
Jean-Francois Brousseau
2005-01-05
Before attempting to initialize the cvs repository, make sure we have
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-08-12
Make `init' work in client mode
Jean-Francois Brousseau
2004-08-06
Unused variable
Jean-Francois Brousseau
2004-07-30
Remove remaining references to cvs_root
Jean-Francois Brousseau
2004-07-29
No need to import the `cvs_root' symbol anymore, it is done in cvs.h
Jean-Francois Brousseau
2004-07-14
* document cvs_init() a bit
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau