summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-31Zap trailing whitespaces.Xavier Santolaria
2008-01-31If CVS/Entries.Static exists, don't look for more files in repository.Tobias Stoeckmann
2008-01-31We have cvs_client_send_logmsg for transmission of log messages.Tobias Stoeckmann
2008-01-31in some cases we did not return a copy of the resulting RCSNUMJoris Vink
2008-01-31remove dead and unreachable codeJoris Vink
2008-01-31opencvs (r)log work fine now, activated regress for them.Tobias Stoeckmann
2008-01-31Add me to copyright.Marco Peereboom
2008-01-31add changed lines support to log and rlog (the + and - stuff)Joris Vink
2008-01-31vasprintf requires stdio.hTobias Stoeckmann
2008-01-31explain how to handle local file names containing colons;Jason McIntyre
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
2008-01-31Make use of CVS_REV_BUFSZ everywhere for `sticky'.Xavier Santolaria
2008-01-31Rename `stickytag' variable to `sticky' for consistency with rest of the code.Xavier Santolaria
2008-01-31some small fixes for snmp stuff;Jason McIntyre
2008-01-31We have to carefully check if a checkout command is run with a validTobias Stoeckmann
2008-01-31During checkout -p don't print files which are in Attic if they are notTobias Stoeckmann
2008-01-31export works fine in local and remote setup nowTobias Stoeckmann
2008-01-31Rework of cvs_get_repository_name.Tobias Stoeckmann
2008-01-31Revert last patch and add this magic branch number only duringTobias Stoeckmann
2008-01-31enable snmpd in the buildReyk Floeter
2008-01-31On repository-side, only parse files which end with ,v (RCS_FILE_EXT).Tobias Stoeckmann
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2008-01-31add prefixes to names of structure elements to make it easier to grepThordur I. Bjornsson
2008-01-31Our directory entries in CVS/Entries had one slash too much -- zapped.Tobias Stoeckmann
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-31recognize the BCM5755 C0 ASIC revision.Brad Smith
2008-01-31recognize the BCM5722 PHY.Brad Smith
2008-01-31regenBrad Smith
2008-01-31add the Broadcom BCM5722 PHY id.Brad Smith
2008-01-30make clear that the nms should run in a local networkReyk Floeter
2008-01-30spacingReyk Floeter
2008-01-30Oops. Missed one.Kenneth R Westerback
2008-01-29Improve performance dramatically by preventing severeal context switches.Marco Peereboom
2008-01-29A few changes:Marc Espie
2008-01-29When doing reconfigure() dont run a purge_config() on theThordur I. Bjornsson
2008-01-29relayd(8) may lose memory allocate to varaible `cnl' (structReyk Floeter
2008-01-29When relayd(8) accepts control it creates `connfd' descriptor with acceptReyk Floeter
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29There is no need to xstrdup() optarg.Tobias Stoeckmann
2008-01-29Fixed function name in fatal calls. While at it, adjusted style.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory on error path.Tobias Stoeckmann
2008-01-29Properly free dynamically allocated memory. Also skip needless checks.Tobias Stoeckmann
2008-01-29Properly check if an argument has been supplied for "Removed"Tobias Stoeckmann
2008-01-29Add support for VIA VT8237S SATA.Jonathan Gray
2008-01-29regenJonathan Gray
2008-01-29Free resources now that we don't always exit after an unsuccessfulPierre-Yves Ritschard
2008-01-29Add VIA VT8237S SATA.Jonathan Gray
2008-01-29use printf instead of echo, which is more portable;Jason McIntyre