Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-04 | nlist.h not needed | Theo de Raadt | |
2005-04-03 | Make the processing of patterns collected from files specified by -f | Jared Yanovich | |
delayed so options that affect pattern-building (such as -w) can be applied evenly to all such patterns. ok and help otto, ok millert | |||
2005-04-03 | Protect begin and end of word markers added to the pattern when | Otto Moerbeek | |
using the -w option with parentheses, to avoid operators in the expressions binding to the markers. Compare [[:<:]]foo|bar[[:>:]] and [[:<:]](foo|bar)[[:>:]]. Problem spotted by aaron@; ok millert@ aaron@ jaredy@ | |||
2005-04-03 | Report quotas > 10GB in a readable way. Diff based on PR 2836. | Otto Moerbeek | |
ok deraadt@ | |||
2005-04-03 | Help people find the more or less hidden realpath(3) functionality | Otto Moerbeek | |
in readlink(1), and explain what it does more clearly. ok jmc@ | |||
2005-04-03 | remove readlink stuff; same as otto diff | Theo de Raadt | |
2005-04-03 | cleanup; ok otto | Theo de Raadt | |
2005-04-03 | we do readlink seperately; ok otto | Theo de Raadt | |
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria | |
2005-04-03 | This is a no binary change which does: | David Berghoff | |
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | |||
2005-04-02 | - simplify synopsis | Jason McIntyre | |
- sort options - sync usage() - simplify a display | |||
2005-04-02 | .Ox history is far more relevant than .Nx history; | Jason McIntyre | |
2005-04-02 | update examples; | Jason McIntyre | |
2005-04-02 | - .Sx | Jason McIntyre | |
- no need to talk about linux | |||
2005-04-02 | Undefine some things which are not conditional any more. No binary change. | Otto Moerbeek | |
ok henning@ | |||
2005-04-02 | - Fix raise for negative exponents (noted by naddy@) | Otto Moerbeek | |
- Fix wrong scale for mantissa < 1. | |||
2005-04-02 | Mention birthtime. | Otto Moerbeek | |
2005-04-02 | Enable birthtime. ok tdeval@ henning@ | Otto Moerbeek | |
2005-04-02 | Unifdef. No binary change. ok henning@ tedu@ | Otto Moerbeek | |
2005-04-02 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror build | Damien Miller | |
2005-04-01 | cleanup; | Jason McIntyre | |
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 | |
it so). pointed out by janc@cyberspace.org, pr 3956 | |||
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 | |
new framework. ok xsa@ | |||
2005-03-31 | - as long as we are using the sysexits.h error codes make sure | Joris Vink | |
we handle them. - handle cmd_sendflags() when it fails. | |||
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 | |
eliminates a lot of duplicate code. ok jfb@ | |||
2005-03-30 | allow this to be compiled on its own for testing. | Joris Vink | |
ok jfb@ | |||
2005-03-30 | pagesize(1) uses sysctl(8) instead of getpagesize(3) | Martin Reindl | |
lots of input and ok jmc@ | |||
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 | |
line length. OK otto@ | |||
2005-03-29 | - fix overflow when too many -a arguments are given | Jared Yanovich | |
- properly NUL-terminate -a arguments when copying - check strdup for error failure ok deraadt | |||
2005-03-29 | cvs_file_attach() can fail, make sure we can handle it | Joris Vink | |
when it does. | |||
2005-03-29 | -width Ds in places; jfb jcs | Theo de Raadt | |
2005-03-29 | fix memleak | Joris Vink | |
ok jfb@ | |||
2005-03-29 | be more verbose when cleaning up the string table. | Joris Vink | |
ok jfb@ | |||
2005-03-29 | Nicer wrapping. We used to mimick the old dc(1), which prints | Otto Moerbeek | |
...\<newline><newline> in some cases. ok deraadt@ |