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
/
cvsd.c
Age
Commit message (
Expand
)
Author
2005-02-22
Split the cvs daemon into two different processes: cvsd and cvsd-child.
Jean-Francois Brousseau
2005-02-15
avoid crashing when setting a variable with cvsd_set() that was not
Jean-Francois Brousseau
2004-12-14
add missing '\t' in usage(); okay jfb@.
Xavier Santolaria
2004-12-09
fix pointer of type `void *' used in arithmetic warning; ok jfb@.
Xavier Santolaria
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-11-25
Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup
Jean-Francois Brousseau
2004-09-27
Rename some variables to match the general format, and avoid exporting
Jean-Francois Brousseau
2004-09-27
Add the `user' and `group' keywords in the configuration file format, so
Jean-Francois Brousseau
2004-09-27
Simplify signal handling by having only one handler that sets the proper
Jean-Francois Brousseau
2004-09-25
Most of the code to handle SIGCHLD and spawn new children whenever
Jean-Francois Brousseau
2004-09-24
Add a `-h' option to print the usage and exit with status 0 and fix
Jean-Francois Brousseau
2004-08-06
Fix the SIGINT handler
Jean-Francois Brousseau
2004-08-02
Unused variables
Jean-Francois Brousseau
2004-07-25
* rework on the child API, still needs more functionality
Jean-Francois Brousseau
2004-07-16
Fix cvsd_privdrop() so we don't just drop effective IDs but all of them,
Jean-Francois Brousseau
2004-07-13
* initial import from the cvs-tools module
Jean-Francois Brousseau