Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-19 | fix cast, from grunk AT pestilenz.org | Damien Miller | |
2005-05-19 | whitespace nit, from grunk AT pestilenz.org | Damien Miller | |
2005-05-19 | sort config options, from grunk AT pestilenz.org; ok jmc@ | Damien Miller | |
2005-05-18 | Style | Aleksander Piotrowski | |
ok joris@ | |||
2005-05-18 | s/Lorian/Lorien/ | Jason McIntyre | |
from fabio olive leite; and if you are a lotr fan, i don't want to hear from you that this commit is wrong, unless you have a piece of paper signed by god. | |||
2005-05-18 | build a local copy of the client's source tree when acting as a server. | Joris Vink | |
more server stuff coming soon! ok jfb@, xsa@ | |||
2005-05-18 | add `dir' arg in release cmd synopsis; | Xavier Santolaria | |
2005-05-18 | fix error message; ok ian | Jared Yanovich | |
2005-05-17 | gnu m4 mode does not heed end of lines. | Marc Espie | |
2005-05-17 | enable `release' command; tested & ok joris@. | Xavier Santolaria | |
2005-05-17 | basic update code, needs more work; ok joris@. | Xavier Santolaria | |
2005-05-16 | check return value from strdelim() for NULL (AddressFamily); mpech | Markus Friedl | |
2005-05-16 | Do not call out mkdir -p, but reuse the code from mkdir(1). | Marc Espie | |
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@ | |||
2005-05-15 | Fix insert-buffer prompt format string. strlcpy returns size_t, not int | Chad Loder | |
(from Han Boetes). Improve error messages (from Han Boetes). OK otto, jaredy, beck | |||
2005-05-15 | simple error message cleanup | Reyk Floeter | |
ok henning@, suggested by deraadt@ | |||
2005-05-15 | - simplify usage | Jared Yanovich | |
- update/rearrange examples help & ok jmc | |||
2005-05-15 | damn, one more... | Jason McIntyre | |
2005-05-15 | oops. grasp of alphabet...slipping... | Jason McIntyre | |
2005-05-15 | When checking for comment characters using negative pointer arithmetic | Todd C. Miller | |
make sure that we don't peek at memory outside the string boundaries. Fixes a core dump with mmap malloc. | |||
2005-05-15 | Make usage/SYNOPSIS saner and sort the options. With jmc@ | Todd C. Miller | |
2005-05-14 | Replace homegrown getnum() with strtonum() and replace atoi() with | Todd C. Miller | |
strtonum() and strtol(). | |||
2005-05-14 | kill commented out code | Todd C. Miller | |
2005-05-14 | make this use getopt() | Todd C. Miller | |
2005-05-14 | sort options + sync usage(); | Jason McIntyre | |
2005-05-13 | grab bag of man page updates | Jared Yanovich | |
- sync to reality (kill first BUG, WCPU field, and ABANDONED state and add WAIT field description) - transform paragraph of field descriptions into a list - minor mdoc, spelling, capitalization nits ok & help jmc, mickey | |||
2005-05-13 | skylab was in 73 not 72 | Michael Shalayeff | |
2005-05-13 | minor fixes | Jared Yanovich | |
- some strn* to strl* - allocation failure checks - fix overflow in getstring() ok otto, moritz | |||
2005-05-12 | add CF_NOFILES flag | Joris Vink | |
2005-05-12 | set cvsent to NULL if entfile is NULL, fixes a crash | Joris Vink | |
in cvs_file_lget(). | |||
2005-05-12 | add CF_KNOWN and CF_NOFILES flags; joris ok | Xavier Santolaria | |
2005-05-12 | introduce a new flag to the file api: CF_NOFILES, which allows us | Joris Vink | |
to only load directories and skip regular files. tested and ok xsa@ | |||
2005-05-12 | snprintf checks; joris ok | Xavier Santolaria | |
2005-05-12 | fix segfault in cvs_resp_error() | Joris Vink | |
2005-05-12 | make functions static; joris ok | Xavier Santolaria | |
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2005-05-11 | missing CF_IGNORE flag | Joris Vink | |
2005-05-11 | allocation failure checks; ok otto, moritz | Jared Yanovich | |
2005-05-11 | start for the `release' command, need more work; joris ok | Xavier Santolaria | |
2005-05-11 | in cvs_resp_removed(), don't abort the operation if we are trying | Joris Vink | |
to unlink(2) a file that has already been removed. ok xsa@ | |||
2005-05-10 | correct v6 handling; yanovich@psc.edu | Theo de Raadt | |
2005-05-10 | report real errors on fallback from ControlMaster=no to normal connect | Damien Miller | |
2005-05-10 | print nice error message for EADDRINUSE as well | Damien Miller | |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink | |
2005-05-09 | Fix mixerctl -q | Todd C. Miller | |
2005-05-05 | sort options + sync usage() | Jason McIntyre | |
2005-05-05 | another | Todd T. Fries | |
2005-05-03 | catch stupid gnu cvs behaviour, it sends an empty error message | Joris Vink | |
at the end of a diff command (even successfull ones) so we have to make sure not to show the empty line on screen. ok xsa@ | |||
2005-05-03 | Fix some sign issues and make kernel profiling useful on amd64. | Artur Grabowski | |
millert@ miod@ ok | |||
2005-05-03 | Better implementation of the hertz function. We use a documented sysctl | Artur Grabowski | |
that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok | |||
2005-05-02 | missing {} | Markus Friedl | |