summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-23Avoid potential segfault when debuggingOtto Moerbeek
2007-09-23Pull form ragge's repo:Otto Moerbeek
2007-09-23Pull from ragge's repo:Otto Moerbeek
2007-09-23don't even attempt to reuse the same temp file name.Marc Espie
2007-09-23now, JOB_FIRST is always set, so kill more conditional code.Marc Espie
2007-09-23last parameter to JobStart is always NULL, so nuke it.Marc Espie
2007-09-23compatMake is never true in there, so kill dead code.Marc Espie
2007-09-23make sure when running update -r on existing files to overwriteJoris Vink
2007-09-23pass FILE_HAS_FLAG towards the update code so it can identifyJoris Vink
2007-09-23zap keywords we don't have. remove exercise that says we don't have $$V,Marc Espie
2007-09-23put parsing of operator (:, ::, !) into its own functionMarc Espie
2007-09-23replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); }Marc Espie
2007-09-23kill local/jobs distinction. Correctly this time...Marc Espie
2007-09-23more specific error messages if dup2 failsMarc Espie
2007-09-23zap sunos bug work-aroundMarc Espie
2007-09-22better branching/sticky tag support, no branch commits yet though.Joris Vink
2007-09-22we no longer create a 0 sized file in our /tmp/cvs-serv<pid> serverJoris Vink
2007-09-22in rcs_translate_tag() do not fail when a tag resolvedJoris Vink
2007-09-22fix error message output, it caused diffs to be formed incorrectlyJoris Vink
2007-09-22Support for checkout with a local repository already in place.Tobias Stoeckmann
2007-09-22fix tmp allocation of large chunks.Otto Moerbeek
2007-09-22Pull form ragge's repo:Otto Moerbeek
2007-09-22Pull form ragge's repo:Otto Moerbeek
2007-09-22Fix from ragge:Otto Moerbeek
2007-09-22rename functions and data structures for clarityMarc Espie
2007-09-22reindentMarc Espie
2007-09-21strcpy/strcat -> strlcpy/strlcatGilles Chehade
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-09-21fix indentingOtto Moerbeek
2007-09-21document KbdInteractiveAuthentication in ssh_config.5;Damien Miller
2007-09-20Fix a case where cpp is not includeing when it is supposed to, beauseOtto Moerbeek
2007-09-20Merge from ragge's repo:Otto Moerbeek
2007-09-20fix chkop size and a typo; from mickey via ragge's repoOtto Moerbeek
2007-09-20missing prototypes; pullup from ragge's repoOtto Moerbeek
2007-09-19the missing piece of my commit earlier, cc now calls ccom_<arch>Todd T. Fries
2007-09-19oops, put back -pipe supportTodd T. Fries
2007-09-19add '-b machine' to cc for multiarch supportTodd T. Fries
2007-09-19my -fpic flags support, pullup from pccTodd T. Fries
2007-09-19Allow lines which do not specify any arguments for command (or cvs).Tobias Stoeckmann
2007-09-19parse global arguments (cvs) and command arguments only once, i.e. firstTobias Stoeckmann
2007-09-19make it easier to support other archs; remoev some dependencies (alsoOtto Moerbeek
2007-09-19Print warning about invalid command in .cvsrc only if -V is in use.Tobias Stoeckmann
2007-09-19Next to ' ', '\t' is valid between command and arguments.Tobias Stoeckmann
2007-09-19Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'.Tobias Stoeckmann
2007-09-19pullup from pcc repo, my start at fixing the vax targetTodd T. Fries