| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Changes of significance include the top level CVS directory being optional
and defaulting to off..
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on a checkout.
this allows us to do:
cd /usr/src/sys
cvs update -rRELENGE_2_2 -D"Yesterday"
which has been a feature sorely needed for any project with active branches.
warning: this breaks on usr.sbin/pkg_install for some reason.
everything else works as advertised.
(other things allready break on pkg_install, so it's not the fault of
this patch, it just falls faul of another bug somewhere)
If I had more time I'd make -r always accept the same syntax as -j (tag:data)
|
| |
|
|
|
|
|
|
|
|
| |
few more memory leaks and cleaned up getopt usage. These were done shortly
after the last one I imported. Very little has changed other than that.
(except for some doc updates)
Obtained from: cyclic.com
|
|
|
|
| |
Obtained from: cyclic.com
|
|
and non-unix code has been left out.
|