summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
gives us more counters in the process. Also clean up intrhand structures and usage, especially move them to SLISTs.
2004-07-30missing includeJean-Francois Brousseau
2004-07-30FixJean-Francois Brousseau
2004-07-30Plug in the handler for `cvs status'Jean-Francois Brousseau
2004-07-30Lots of cleanup, and add an internal version of cvs_file_get() so we canJean-Francois Brousseau
link parent directories before the file info is being retrieved. This allows us to open most of the CVS administrative files only once
2004-07-30Handle the `Rcs-diff' response so we can patch on updatesJean-Francois Brousseau
2004-07-30* remove header cruft that belongs in file.hJean-Francois Brousseau
* be more intelligent with the file open mode. It seems rewind() doesn't work too well with a file opened in append mode
2004-07-30When calling cvs_mkadmin(), only create the files if they don't alreadyJean-Francois Brousseau
exist
2004-07-30Add new announce type "default-route" which will only announce the defaultClaudio Jeker
route to the specified neighbor. Idea and OK henning@
2004-07-30sort the list of available interactive commands to cdio, and clean up theirJason McIntyre
descriptions somewhat;
2004-07-30more Xrs from Alexey E. Suslikov;Jason McIntyre
2004-07-30Xrs from Alexey E. Suslikov;Jason McIntyre
2004-07-30- sort optionsJason McIntyre
- missing full stop - uppercase `id' - add SEE ALSO; suggested by Alexey E. Suslikov - add `-d host:port' to usage()
2004-07-30Add cvs_file_find() to find a particular file from its path within aJean-Francois Brousseau
hierarchy
2004-07-30- better width for options listJason McIntyre
- sort options - small tweaks - Xrs from Alexey E. Suslikov
2004-07-30- better width for options listJason McIntyre
- some Xrs from Alexey E. Suslikov;
2004-07-30Style.Hakan Olsson
2004-07-30Might count timer interrupts as well (oops).Miod Vallat
2004-07-30Switch mvme68k to evcount interrupt counters.Miod Vallat
2004-07-30Correctly drain event queue on close. Fixes PR #3874Miod Vallat
2004-07-30A true gem.Marco Peereboom
2004-07-30Move to the new API for the client-server protocol. All functions nowJean-Francois Brousseau
take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots.
2004-07-30Do not negotiate or use non-async transfer rates until probing (i.e.Kenneth R Westerback
SCSI_POLL'ing) is complete. Similar to what is done on mpt, ahc, ahd, etc. This fixes problems during probe on hppa. Problems found & ok mickey@.
2004-07-30Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some ofKenneth R Westerback
which will be disabled for /bin/sh invocations soon. Requested by millert@. ok pval@.
2004-07-29Document the CARP header layout.Ryan Thomas McBride
2004-07-29Less noise while debugging.Hakan Olsson
2004-07-29New protocol API commented out, not ready yetJean-Francois Brousseau
2004-07-29Define a flag to tell if a request expects a response. This will laterJean-Francois Brousseau
allow us to do implicit response handling and remove the third argument to cvs_client_sendreq()
2004-07-29No more cvs_rootJean-Francois Brousseau
2004-07-29Don't export `cvs_root'Jean-Francois Brousseau
2004-07-29Make cvs_client_sendinfo() aware of its root context and remove theJean-Francois Brousseau
exporting of cvs_root
2004-07-29No need to import the `cvs_root' symbol anymore, it is done in cvs.hJean-Francois Brousseau
2004-07-29Use the `CVS' define to simplify exporting symbolsJean-Francois Brousseau
2004-07-29Remove debugging statementsJean-Francois Brousseau
2004-07-29undefine DEBUGJean-Francois Brousseau
2004-07-29Do not error out when calling rcsnum_aton() on the string "0", which isJean-Francois Brousseau
a valid RCSNUM
2004-07-29update meatJean-Francois Brousseau
2004-07-29Loop on the call to getdirentries() until there are no more entries.Jean-Francois Brousseau
Before this, only the first entries of the directory that fit in the buffer were loaded
2004-07-29Initalize local varible in rde_update_get_prefix or we may end up with funnyClaudio Jeker
prefixes.
2004-07-29* move to tail queues for file list managementJean-Francois Brousseau
* when generating the list of files for a directory, put all the subdirectories at the end, sorted
2004-07-29typoJean-Francois Brousseau
2004-07-29Use tail queues instead of lists to manage file entriesJean-Francois Brousseau
2004-07-29* when comparing timestamps, use the last modification time insteadJean-Francois Brousseau
of the last access time. No wonder all the files appeared as modified * always show directories as up to date * skeleton for cvs_file_getspec()
2004-07-29Define 'CVS' or 'CVSD' depending on which program we are compiling andJean-Francois Brousseau
add a bunch of warnings for cvs
2004-07-29don't wipe lease file on startup, found & solution tested nick@Henning Brauer
2004-07-29add a margin when formatting w/ -Tascii; plus a few very minor changes;Jason McIntyre
2004-07-29keep an ID per server we talk toHenning Brauer
2004-07-29note that some directories in /usr/share/doc are empty, and why;Jason McIntyre
2004-07-29some updates and corrections;Jason McIntyre
also, add margin when formatting w/ -Tascii;
2004-07-29Report DPD notifications. Cleanup. markus@ ok.Hakan Olsson