summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-07-05fix a "Device busy" error in server mode. found by ckuethe@Joris Vink
2007-07-05Remove unused variable; Lawrence TeoTodd C. Miller
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-07-03On the server side, in a remote setup, do not display timestamp.Xavier Santolaria
2007-07-03Rename rcs_diffreg() to diffreg().Ray Lai
2007-07-01Sync time buffer size; missed in previous commit.Xavier Santolaria
2007-06-30Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-29*long* options are undocumented; ok rayJason McIntyre
2007-06-29Server-side bits for release command.Xavier Santolaria
2007-06-29Sync cvs/rcs diff code.Ray Lai
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-28When commiting to a server in a remote setup classifyJoris Vink
2007-06-28Bring the index defines back in sync with struct nlist after removal of IPXClaudio Jeker
2007-06-28groff understands `|', so no need to duplicate macros.Jason McIntyre
2007-06-28diff(1) sync, mostly spacing and moving crap around, except:Ray Lai
2007-06-28do not call cvs_checkout_file() for file removals in local mode,Joris Vink
2007-06-28when logging to CVSROOT/history as a server fill in theJoris Vink
2007-06-28Alias `1' and `2' to `l' and `r', making interactive merges easierRay Lai
2007-06-28Some syncs with diff(1):Ray Lai
2007-06-27printf(1) is the correct reference here, not printf(3);Jason McIntyre
2007-06-27have the server be more strict about the requests the clientJoris Vink
2007-06-27Remove last bits about login and logout commands, which will never beXavier Santolaria
2007-06-27Add missing undocumented --ignore-case flag, to improve compatibilityRay Lai
2007-06-27fix diff output in a remote setup so our client does not freak out.Joris Vink
2007-06-27We were missing the needed clue/magic to have our remote setupJoris Vink
2007-06-27From Tobias Stoeckmann:Ray Lai
2007-06-26Bring back the release command. More work to be done though.Xavier Santolaria
2007-06-26Fix buffer overflow reported by Tobias Stoeckmann by increasing theRay Lai
2007-06-26add support for cvs rlog.Niall O'Higgins
2007-06-26allow ci -N<tag name> even when no changes. mimics GNU behaviour.Niall O'Higgins
2007-06-25mt_count is just an intTheo de Raadt
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-06-25some wording improvements for -d and -m; from Jacek MasiulaniecJason McIntyre
2007-06-25Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@Darren Tucker
2007-06-25Correct test for window updates every three packets; prevents sendingDarren Tucker
2007-06-20Add missing return value checks for strdup() andd fgetc().Moritz Jodeit
2007-06-20Add missing `his' command alias. OK joris@.Xavier Santolaria
2007-06-19Grammar-o.Ray Lai
2007-06-19Remove unused variable.Ray Lai
2007-06-19net80211_ifstats() is called in main.c but there was no prototype.Ray Lai
2007-06-19err(3) was being called but was missing an include, and end: wasRay Lai
2007-06-19"off" isn't a pointer, it's a ulong. According to printf(3), %#lxRay Lai
2007-06-19if the fd passed to atomicio/atomiciov() is non blocking, then poll() toDamien Miller
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-06-18Fix typo introduced in seconds parsing. From Tim van der Molen.Todd C. Miller
2007-06-16implement a `keep-alive' option that sends bytes over an inactiveMarc Espie
2007-06-15Douglas Adams was a Mac fan, but we don't discriminate.Matthias Kilian
2007-06-15Don't truncate interface name.Ray Lai
2007-06-14when waiting for the multiplex exit status, read until the master endDamien Miller
2007-06-14handle EINTR when waiting for mux exit status properlyDamien Miller