Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-12 | Clean up obsolete kerberos 4 stuff | Hans Insulander | |
ok millert@ | |||
2003-08-12 | Back out last commit, p->name is not always a malloc'ed object. | Todd C. Miller | |
Pointed out by itojun@. | |||
2003-08-12 | plug memory leak; Patrick Latifi | Todd C. Miller | |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller | |
real poll(). Gets rid of another static select(). OK deraadt@ | |||
2003-08-11 | use poll to replace the fd_set overflows. some input from fgsch; millert ok | Theo de Raadt | |
2003-08-11 | Convert to use poll(2) instead of static select. | Todd C. Miller | |
Input from deraadt@ and fgsch@; Ok deraadt@ | |||
2003-08-11 | Cosmetic changes to make the code a tad more readable: | Todd C. Miller | |
o constify rcsid and copyright o use warn/err instead of doing it by hand | |||
2003-08-11 | typo, pr3396 from piotr domagalski | Ted Unangst | |
2003-08-10 | Do not add an extra newline at the end if the last line of the input | Otto Moerbeek | |
file contains no newline and the diff does not touch the last line. Contributions from millert@. ok millert@ tedu@ | |||
2003-08-10 | Warn if the diff is a context or unified diff and the context | Otto Moerbeek | |
is empty. In this case, a previously applied patch cannot be detected. ok millert@ tedu@ | |||
2003-08-09 | Fix off by one in strlcpy() check; Patrick Latifi | Todd C. Miller | |
2003-08-08 | Guess the number of lines in a file and use that number for initial | Otto Moerbeek | |
memory allocation. Initial version by me, cleanup by millert@. ok millert@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-08-08 | - add descriptions of the different sections | Jason McIntyre | |
- add .Xr's to the intro pages - little cleanup ok millert@ | |||
2003-08-08 | Avoid scanning the input file twice. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | typo; | Jason McIntyre | |
2003-08-05 | spacing | Theo de Raadt | |
2003-08-05 | spacing | Theo de Raadt | |
2003-08-05 | - Use mmap(2) instead of malloc(3) and read(2) to get an image of the input | Otto Moerbeek | |
file into memory. Some suggestions by tedu@. - Add a debug option to force using Plan B. ok millert@ deraadt@ | |||
2003-08-04 | protos | Theo de Raadt | |
2003-08-04 | No longer needed. bye bye. | Hans Insulander | |
ok deraadt@ millert@ henning@ | |||
2003-08-04 | Remove Kerberos 4 stuff. | Hans Insulander | |
ok deraadt@ millert@ henning@ | |||
2003-08-03 | gnu gzip dir is now bye bye | Theo de Raadt | |
2003-08-03 | protos | Theo de Raadt | |
2003-08-02 | A new, BSD licensed znew(1). Some suggestions from krw@ and millert@. | Otto Moerbeek | |
ok millert@ krw@ | |||
2003-08-02 | Manual page for a new, BSD licensed znew(1). | Otto Moerbeek | |
ok jmc@ millert@ krw@ | |||
2003-08-02 | check return value from process_{read,write} proper | Michael Shalayeff | |
2003-08-02 | missing include | Theo de Raadt | |
2003-08-02 | Better description of how uncompressed file name is generated. | Todd C. Miller | |
OK jmc@ | |||
2003-08-02 | document examine | Michael Shalayeff | |
2003-08-01 | another round of missing system includes | David Krause | |
ok tedu@ | |||
2003-08-01 | anychange is no longer extern; millert ok | Theo de Raadt | |
2003-08-01 | - use stdbool.h instead of roll-your-own booleans | Otto Moerbeek | |
- fix some -Wall warnings - fix asserts: in some cases remove them, in other cases they have become Internal errors or detection of malformed patch files. - fix some free() related code ok millert@ tedu@ | |||
2003-08-01 | damn cvs! resurrect these ... | Anil Madhavapeddy | |
2003-08-01 | move vis.h out of the way into a subdir so it isn't picked up by our build | Anil Madhavapeddy | |
noticed by david@, deraadt@ ok | |||
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | Peter Valchev | |
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning | |||
2003-08-01 | cleanup; | Jason McIntyre | |
ok millert@ | |||
2003-07-31 | print rate similar old version; round instead truncate; | Markus Friedl | |
2003-07-31 | Historically, patch would treat a bare -p as -p0. This contradicts | Todd C. Miller | |
POSIX and GNU patch has also removed this, so we will too. No objections on icb (no one even seemed to know about this "feature"). | |||
2003-07-31 | Unbreak relative directory handling. Tweak from millert@ | Otto Moerbeek | |
ok millert@ | |||
2003-07-31 | - Change the hash function to a simple multiplicative one. The old | Otto Moerbeek | |
hash function was apparently optimized for 16 bit processors and generates quite some collisions. - Fix another case of excessive reallocing. ok millert@ | |||
2003-07-31 | no longer used by syslogd | Anil Madhavapeddy | |
2003-07-31 | correct comment: atomicio takes vwrite, not write; deraadt@ ok | Anil Madhavapeddy | |
2003-07-31 | Print a maximum of one invalid line number warning per patch in a patch file. | Otto Moerbeek | |
Thanks to espie@ for spotting the problem. ok millert@ henning@ espie@ | |||
2003-07-31 | Fix botched conversion to getopts; markus@ | Todd C. Miller | |
2003-07-31 | check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za | Markus Friedl | |
ok henning | |||
2003-07-31 | Wrap a long line | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | Welcome BSD gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | A new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok millert@ krw@ |