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