Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-29 | otto would prefer only displaying one digit after decimal for refresh rate | Ted Unangst | |
2007-05-29 | remove -j from SYNOPSIS and usage(); it's deprecated and already | Jason McIntyre | |
documented in STANDARDS; ok otto | |||
2007-05-29 | Bring in some changes from rcsdiff: | Ray Lai | |
1. Replace all the e*alloc functions with the x*alloc versions. 2. Whitespace syncs according to style. 3. Remove the __inline stuff. 4. Remove the min/max functions, using the MAX/MIN macros instead. OK millert@ | |||
2007-05-29 | Get rid of another useless variable, another difference between our | Ray Lai | |
diff code and diff(1). OK niallo@ | |||
2007-05-29 | more parts of netbsd compat that go away | Theo de Raadt | |
2007-05-29 | Instead of using hand-crafted redraws minimizing screen updates, use curses. | Otto Moerbeek | |
Enables nice things like process highlighting without hurting the brain. ok deraadt@ | |||
2007-05-29 | I've been running with an abort upon fatal loop, and I think I've | Ray Lai | |
mostly gotten rid of them. It would be nice to know if there is a fatal loop instead of dying quietly, so call errx instead of exit(1). errx does not call fatal so it should be fine. OK niallo@ | |||
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai | |
original pointer. Theo agrees, and so does the rest of the tree (ssh, etc. all do this already). Saves a bunch of variables and assignments. OK niallo@ | |||
2007-05-28 | Some spacing syncs with diff(1). | Ray Lai | |
2007-05-28 | "in formation" -> "information" | Ray Lai | |
OK niallo@ | |||
2007-05-28 | Line up comments with the rest of the file, like in diff(1). | Ray Lai | |
2007-05-28 | the device fd is global. no need to pass it between functions. | Michael Coulter | |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding | |
behavior (every buffer maintains its own cwd) and the old behavior of one global working directory. This makes it slightly easier to hack on things like kernel code, where compilation, etc, are initiated from a different directory than you are working in. While here, fix setting/handling of global wd. | |||
2007-05-27 | Add bounds check for cvs command arguments. Initial diff by Tobias | Ray Lai | |
Stoeckmann, rearranged to "if (num_items >= BUFSIZ)" format for readability. I would have liked to allow our cvs client to accept as many arguments as the system would allow, but the argument parsing code is surprising hairy. OK niallo@. | |||
2007-05-27 | Replace xmalloc/xsnprintf combo with xasprintf. | Ray Lai | |
OK niallo@ | |||
2007-05-27 | more stuff needed to make sparc64 work. what else is still busted? | Theo de Raadt | |
2007-05-27 | Revert, we dealt with the -x flag in the past. jmc suddenly | Ray Lai | |
remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@ | |||
2007-05-27 | Mention -x flag (for compatibility only). From Tobias Stoeckmann. | Ray Lai | |
Input and OK jmc@ | |||
2007-05-27 | Call fatal() if extra arguments are given to "opencvs server". From | Ray Lai | |
Tobias Stoeckmann. OK niallo@ | |||
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai | |
OK niallo@ | |||
2007-05-27 | Fix off-by-one, from Tobias Stoeckmann. | Ray Lai | |
OK niallo@ | |||
2007-05-26 | It is not the job of cvs_server_send_response() to do error checking. | Ray Lai | |
Also remove unused variable. OK niallo@ | |||
2007-05-26 | It is too complicated to tell a client that an internal failure | Ray Lai | |
happened in fatal(). If that behavior is desired, please tell the client before calling fatal(). OK niallo@ | |||
2007-05-26 | Remove redundant xsnprintf calls. | Ray Lai | |
OK niallo@ | |||
2007-05-26 | add support for Mdocdate rcs keyword in opencvs too. | Niall O'Higgins | |
also add check for strftime return in date keyword parsing while here. requested by jmc@, ok ray@ | |||
2007-05-26 | cvs_server_path is more appropriate to check than cvs_server_active. | Ray Lai | |
From Tobias Stoeckmann. OK niallo@ | |||
2007-05-26 | fatal() should never be called twice; if it happens, exit immediately, | Ray Lai | |
it is the only safe thing to do. OK niallo@ | |||
2007-05-26 | work around stupid trust of the namespace; millert please look at the ↵ | Theo de Raadt | |
problem on macppc | |||
2007-05-26 | cdrip and cdplay commands from Alexey Vatchenko | Michael Coulter | |
incorporating some manpage suggestions from jmc@ | |||
2007-05-26 | Increase sticky tag buffer size. | Ray Lai | |
Fix suggested by otto and xsa. | |||
2007-05-26 | Treat lines that start with "dummy timestamp from new-entry" as a | Ray Lai | |
dummy timestamp, not just lines that match it exactly. OK xsa@. | |||
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback | |
oustside, seqencer, toghether, nessissary, etc. | |||
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai | |
OK niallo@. | |||
2007-05-25 | Call fatal() if we are missing an argument. From Tobias Stoeckmann. | Ray Lai | |
OK niallo@. | |||
2007-05-25 | Check vasprintf for failure. | Ray Lai | |
OK niallo@. | |||
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback | |
2007-05-25 | Sanity check time spec and if no century is specified, just use the | Todd C. Miller | |
current one. | |||
2007-05-24 | If century not specified used the current one instead of aassuming 2000. | Todd C. Miller | |
2007-05-23 | Fix cut and pasto, seconds value is now stored in dot, not p. | Todd C. Miller | |
2007-05-23 | Set tm_sec to 0 if no seconds were specified by the timespec (-t) arg. | Todd C. Miller | |
2007-05-23 | - attempt to explain (sub)sections before we start discussing them | Jason McIntyre | |
- merge the "-s section" and "section" parts: it doesn't make sense to keep them separate | |||
2007-05-23 | update the section list; | Jason McIntyre | |
2007-05-23 | for -S, note that machines have pages for all archs, and this mechanism | Jason McIntyre | |
allows one to view pages for one arch whilst using another (this seems to be not always clear to people); | |||
2007-05-23 | improve the descriptions for -f and -k, specifically making it | Jason McIntyre | |
clear that they run, respectively, whatis(1) and apropos(1); | |||
2007-05-23 | Sanity check the time argument specified by the -t argument. Some | Todd C. Miller | |
checks adapted from date(1). Now prevents scheduling jobs in the past just like the standard (ie: not -n) at(1) date parsing. | |||
2007-05-23 | remove some unneccessary bracketing; | Jason McIntyre | |
2007-05-22 | Note that the global -x option is kept for compatibility (for now) and has | Xavier Santolaria | |
no effect. | |||
2007-05-22 | zap double include; from p_nowaczyk AT o2.pl | Damien Miller | |
2007-05-21 | fix -Wall warning about unused variable `errstr', which was introduced in ↵ | Constantine A. Murenin | |
the previous revision; ok deraadt, otto, tedu |