Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | missing flags; | Joris Vink | |
2005-09-30 | allow ci to run, niallo forgot this when he commited his ci code; | Joris Vink | |
2005-09-30 | no need for cvs_log_init() here; | Joris Vink | |
2005-09-30 | add missing function prototypes for ci.c | Niall O'Higgins | |
2005-09-30 | add a basic ci.c as a starting point. requires more changes to rcs api | Niall O'Higgins | |
to work properly. ok joris@ | |||
2005-09-30 | avoid using `cvs add *' idiom wrt special files; joris ok | Xavier Santolaria | |
2005-09-30 | spacing & KNF | Joris Vink | |
2005-09-30 | KNF | Joris Vink | |
2005-09-30 | ensure RCSDIR is in fact a directory before deciding to use it. | Niall O'Higgins | |
"go for it" joris@ | |||
2005-09-30 | rework the rcs_write() function. | Niall O'Higgins | |
now it writes to a temporary file, then rename()s this into place or copies it if rename() is not possible. allows us to work with read-only ,v files. "put your diff in" joris@ | |||
2005-09-30 | Ensure we do not compress files we need for decompressing by also | Otto Moerbeek | |
checking hard links. From Andrew Dalgleish. ok deraadt@ | |||
2005-09-29 | hrmz..better. | Xavier Santolaria | |
2005-09-29 | minor knf | Xavier Santolaria | |
2005-09-29 | support -q flag in 'co' and 'rcs' | Joris Vink | |
2005-09-29 | free the access list when rcs file is closed. ok joris@ | Moritz Jodeit | |
2005-09-29 | set RCS_SYNCED to off in some more functions which | Moritz Jodeit | |
change rcs file content. ok joris@ | |||
2005-09-29 | return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@ | Moritz Jodeit | |
2005-09-29 | don't forget to put the revision into the rcs_lock | Moritz Jodeit | |
struct in rcs_lock_add(). ok niallo@ joris@ | |||
2005-09-29 | implement RCS_HEAD_REV in rcs_rev_add() | Niall O'Higgins | |
ok joris@ | |||
2005-09-29 | allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision; | Joris Vink | |
2005-09-29 | fix usage | Joris Vink | |
2005-09-29 | stuff needed for 'co' | Joris Vink | |
2005-09-29 | put it basic checkout code | Joris Vink | |
2005-09-29 | zap unused vars | Joris Vink | |
2005-09-29 | - prototypes for the RCS commands go in rcsprog.h | Joris Vink | |
- use rcs_statfile() to obtain the correct path to the RCS file | |||
2005-09-29 | for RCS files look in RCSDIR, if there is no path prefix specified. | Joris Vink | |
if RCSDIR does not exist, look in the parent directory. | |||
2005-09-28 | sort options and sync usage(); | Jason McIntyre | |
some help from dlg@ | |||
2005-09-28 | fix buflist mode; pr 4524; from jason | Theo de Raadt | |
2005-09-28 | make -s print information about kmapent as well, reminded by deraadt@ | Pedro Martelletto | |
2005-09-28 | - when we run out of static kernel map entries, grab a fresh page using | Pedro Martelletto | |
the uvm_km_page allocator and use it instead of calling panic() - add a counter to uvmexp so we can keep track of how many map entries we have in use idea from tedu@, long ago, okay deraadt@ | |||
2005-09-28 | pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.br | Theo de Raadt | |
2005-09-27 | add a -z option that allows you to split records on the nul character | David Gwynne | |
('\0'). useful in combination with things like "find . -print0" and "xargs -0". for dewi, a chump. ok deraadt@ | |||
2005-09-27 | add some file status checks in local setup; | Xavier Santolaria | |
2005-09-26 | terminate the buffer before calling regexec(3) when prompting for | Federico G. Schwindt | |
confirmation. fixes a crash with malloc options; otto@ ok. | |||
2005-09-26 | some more style nits and bits; | Xavier Santolaria | |
2005-09-26 | style; | Xavier Santolaria | |
2005-09-25 | cal now (well, has done for a while) accepts a single argument | Jason McIntyre | |
of the abbreviated month name: update SYNOPSIS, usage(), and DESCRIPTION to reflect this; remove a sentence that was repeated in the text - replace it with something marginally more useful; be clear that both numerical and string arguments are now accepted; escape some hyphens whilst here; | |||
2005-09-25 | Produce more clear error message parsing date strings. ok joris@ | Otto Moerbeek | |
2005-09-25 | Fix wrong normalization in compare. From andreas@ | Otto Moerbeek | |
2005-09-25 | use cvs_add_build_entry(); joris ok | Xavier Santolaria | |
2005-09-24 | some people suggested to put this quote in here... ok joris@ | Reyk Floeter | |
2005-09-22 | -s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP & ↵ | Theo de Raadt | |
IPPROTO_UDP for pmap_set() | |||
2005-09-22 | style; | Xavier Santolaria | |
2005-09-21 | change label at markus@'s request | Damien Miller | |
2005-09-21 | aquire -> acquire, from stevesk@ | Damien Miller | |
2005-09-21 | add ability to disable EPSV/EPRT from command-line. | Federico G. Schwindt | |
from Thorsten Glaser via Matt Van Mater < matt dot vanmater at gmail dot com > with some minor mods. deraadt@ jmc@ ok | |||
2005-09-21 | clean this mess up; joris ok | Xavier Santolaria | |
2005-09-21 | use correct return codes in cvs_add_directory(); joris ok | Xavier Santolaria | |
2005-09-20 | missing 'ident' command in the programs table. | Joris Vink | |
2005-09-20 | - create the correct RCS filename before calling rcs_open(). | Joris Vink | |
- don't bail out if we cannot open an RCS file, instead try to continue with the others (if there are any). |