summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-05-28build a lint library for us to use aboveTheo de Raadt
2006-05-28warn() already prints __progname for us, okay deraadt@ hshoexer@Pedro Martelletto
2006-05-28teach opencvs about the dlimit keyword in CVSROOT/config.Joris Vink
2006-05-28enable basic add command, only works on files right now.Joris Vink
2006-05-28add rf_dead field to RCSFILE which can tell usJoris Vink
2006-05-28if we run into a file that was suppose to be a directoryJoris Vink
2006-05-28allow commands to shut up the output from cvs_file_classifyJoris Vink
2006-05-28Re-add '-' getopt flag, since getopt can actually handle it.Ray Lai
2006-05-28teach opencvs ci how to commit files that have been added,Joris Vink
2006-05-28o KNFRay Lai
2006-05-28enable merging on update. if your file in your working copyJoris Vink
2006-05-27Handle crypt(3) returning NULL. Found by Gustavo C. Pereira.Moritz Jodeit
2006-05-27SRCS should refer to the .l and .c files; spotted by naddyTheo de Raadt
2006-05-27Move stderr redirection to a common location, as suggested by vincent aKjell Wooding
2006-05-27do not close the same entries list twice, this caused a double free;Joris Vink
2006-05-27Move mg "line to c-string" functionality to a function.Kjell Wooding
2006-05-27and now you can use -N to diff removed files tooJoris Vink
2006-05-27handle comments and leading spaces correctlyJoris Vink
2006-05-27allow diff to pick up newly added files with the -N flag.Joris Vink
2006-05-27more standard ignore patternJoris Vink
2006-05-27Kill upHex and use %X instead. Crazy old code found by deraadt.Claudio Jeker
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
2006-05-27lets be nice and abort cvs when we find out there isJoris Vink
2006-05-27basic support for CVSROOT/config - only supporting the 'tag' andJoris Vink
2006-05-27dont forget to expand any keywords before diffing stuff,Joris Vink
2006-05-27boogie cvs_yesno() down the removal hatch, it is not used.Joris Vink
2006-05-27support the -d flag for update.Joris Vink
2006-05-27update needs the CR_REPO flag to, otherwise it will forgetJoris Vink
2006-05-27show which directory we are examining in our pre-commit checks.Joris Vink
2006-05-27remove debug outputJoris Vink
2006-05-27allow commands to respect the -l flag, if the -l flag isJoris Vink
2006-05-27dont allow commit to continue if the file that is beingJoris Vink
2006-05-27Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. NoRay Lai
2006-05-27commiting removed files now worksJoris Vink
2006-05-27use RCS_STATE_DEAD instead of plain old 'dead' when checkingJoris Vink
2006-05-27correctly expand keywords when checking out filesJoris Vink
2006-05-27Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),Ray Lai
2006-05-27pruning (-P) support for both the update and checkout commands;Joris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-05-27rcs_choosefile() no longer returns char *, it returns a fileRay Lai
2006-05-26tidy up SYNOPSIS and EXAMPLES;Jason McIntyre
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
2006-05-26add paeMichael Shalayeff
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2006-05-25- split tip.1 into tip.1 and cu.1Jason McIntyre
2006-05-25No matter how big the buffer size is, always limit to INT_MAX forRay Lai
2006-05-25Don't recalculate string length, just use return value from vasprintf.Ray Lai
2006-05-25Minor type correction.Ray Lai
2006-05-25Better example URL spacing.Ray Lai
2006-05-25Remove xmktemp() and uses plain old mkstemp(3), avoiding raceRay Lai