index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-6
/
+6
*
init was passing a writable file descriptor into rcs_open which was then
nicm
2010-10-31
1
-2
/
+2
*
Reduce variable/function name and whitespace differences between
ray
2010-07-23
1
-2
/
+2
*
remove unused functions, definitions and outdated comments
joris
2009-03-25
1
-3
/
+3
*
Some conformance fixes:
ragge
2008-06-23
1
-2
/
+2
*
style, also don't use cvs_buf_* if it is realy not worth the effort.
tobias
2008-06-10
1
-17
/
+10
*
Cleanup buf implementation:
tobias
2008-02-11
1
-6
/
+4
*
general includes cleanup sweep. ok joris@ niallo@
otto
2007-02-22
1
-3
/
+7
*
cvs_path_cat() removal since we can now easily handle that
xsa
2007-02-17
1
-7
/
+5
*
replace strl* overload and xstrdup() misuse by xsnprintf();
xsa
2007-02-06
1
-6
/
+3
*
use more stack allocations for fixed size buffers. ok xsa@ joris@
otto
2007-01-25
1
-6
/
+2
*
make import and init work again after the small breakage
joris
2007-01-13
1
-10
/
+4
*
in a remote setup:
joris
2007-01-11
1
-1
/
+2
*
cvs init remote bits.
xsa
2006-11-09
1
-3
/
+6
*
in preparation for the new remote code, proto.h becomes obsolete.
joris
2006-06-16
1
-3
/
+2
*
better usage
joris
2006-06-13
1
-2
/
+2
*
bring back a working version of the `cvs init' command. OK joris@.
xsa
2006-06-12
1
-93
/
+148
*
fix CVS_PATH_NOTIFY duplicate.
xsa
2006-02-10
1
-2
/
+2
*
make cvs_init_create_files() return type void; ok joris@.
xsa
2006-01-08
1
-24
/
+15
*
#include's cleanup; ok joris@ niallo@.
xsa
2006-01-02
1
-10
/
+2
*
KNF;
xsa
2005-07-25
1
-8
/
+8
*
make the init command work;
xsa
2005-07-19
1
-17
/
+52
*
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
xsa
2005-05-31
1
-4
/
+3
*
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
jfb
2005-05-24
1
-5
/
+13
*
more snprintf return value check; joris ok
xsa
2005-04-16
1
-3
/
+8
*
introduce our own set of error codes used by the commands to report
joris
2005-04-12
1
-4
/
+4
*
first round of EX_* exit codes removal; ok joris@.
xsa
2005-04-03
1
-6
/
+5
*
move all the client commands to the new command framework.
joris
2005-03-30
1
-29
/
+13
*
fix call to rcs_open() so the file gets created, and remove the
jfb
2005-03-01
1
-7
/
+2
*
Many improvements to the RCS support:
jfb
2005-02-27
1
-2
/
+2
*
Before attempting to initialize the cvs repository, make sure we have
jfb
2005-01-05
1
-1
/
+9
*
less whitespace, more pretty. ok jfb
tedu
2004-12-07
1
-11
/
+9
*
tighten vertical spacing for else; jfb ok
deraadt
2004-12-06
1
-3
/
+2
*
Make `init' work in client mode
jfb
2004-08-12
1
-1
/
+12
*
Unused variable
jfb
2004-08-06
1
-2
/
+1
*
Remove remaining references to cvs_root
jfb
2004-07-30
1
-2
/
+5
*
No need to import the `cvs_root' symbol anymore, it is done in cvs.h
jfb
2004-07-29
1
-6
/
+1
*
* document cvs_init() a bit
jfb
2004-07-14
1
-2
/
+8
*
* initial import from the cvs-tools module
jfb
2004-07-13
1
-0
/
+127