summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-04-01hppa64 portMichael Shalayeff
2005-04-01crank up buffersize to get rid of truncated requests.Joris Vink
2005-04-01make sure we don't do unneeded things for the version command.Joris Vink
2005-04-01connect stat(1) to buildOtto Moerbeek
2005-04-01Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@Otto Moerbeek
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
2005-04-01move more stuff after revoke; millert okTheo de Raadt
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2005-03-31+YFLAGS=Xavier Santolaria
2005-03-31make sure the server command can still be reached with theJoris Vink
2005-03-31- as long as we are using the sysexits.h error codes make sureJoris Vink
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-31remove unused variable.Joris Vink
2005-03-30remove nlist items no longer used; ok henningTheo de Raadt
2005-03-30spacingTheo de Raadt
2005-03-30move all the client commands to the new command framework.Joris Vink
2005-03-30allow this to be compiled on its own for testing.Joris Vink
2005-03-30pagesize(1) uses sysctl(8) instead of getpagesize(3)Martin Reindl
2005-03-30kill -S; ok henningJared Yanovich
2005-03-30spacingTheo de Raadt
2005-03-30nlist.h not neededTheo de Raadt
2005-03-30include nlist.h not neededTheo de Raadt
2005-03-30Use fgetln() to read lines so we are not limited to an arbitrarily smallTodd C. Miller
2005-03-29- fix overflow when too many -a arguments are givenJared Yanovich
2005-03-29cvs_file_attach() can fail, make sure we can handle itJoris Vink
2005-03-29-width Ds in places; jfb jcsTheo de Raadt
2005-03-29fix memleakJoris Vink
2005-03-29be more verbose when cleaning up the string table.Joris Vink
2005-03-29Nicer wrapping. We used to mimick the old dc(1), which printsOtto Moerbeek
2005-03-29allow cmd_options to be NULL, so that commands whichJoris Vink
2005-03-29put back the cmd.c file, it got lost in previous commits.Joris Vink
2005-03-28dead codeJean-Francois Brousseau
2005-03-28build with the yacc date parserJean-Francois Brousseau
2005-03-28make LP_TRACE messages go through again, and assign them a level ofJean-Francois Brousseau
2005-03-28alignmentJean-Francois Brousseau
2005-03-28Linefeed is part of a line according to POSIX, so take that into accountOtto Moerbeek
2005-03-28mark potential signal race so we fix it later, ok ottoTheo de Raadt
2005-03-28spacingTheo de Raadt
2005-03-28fix argument count in cvs_startcmd()Joris Vink
2005-03-27revert r1.9; this one needs more discussionRobert Nagy
2005-03-27Use inclusive bound check for line length, it is more clear.Otto Moerbeek
2005-03-27Make call stack auto-growing, instead of fixed size. Enables much deeperOtto Moerbeek
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
2005-03-26check for null and return error instead of stepping over itMichael Shalayeff
2005-03-26fix a typoMichael Shalayeff
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-03-25Use the return value from getopt() instead of optopt in non-errorJared Yanovich
2005-03-24more cleanup and knfJean-Francois Brousseau
2005-03-24ditch the filename hash table and use the new strtab code insteadJean-Francois Brousseau