summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/buf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-2/+2
* Improve buf.c comments, from zinovik.nicm2010-09-081-3/+44
* Use SIZE_LEFT macro to determine left size instead of calculating withtobias2010-09-081-5/+3
* change returning type to void like it is done in OpenRCS:buf_release()zinovik2010-08-011-3/+3
* introduce macro SIZE_LEFT and function buf_grow() from OpenRCSzinovik2010-07-311-15/+24
* Reduce variable/function name and whitespace differences betweenray2010-07-231-30/+31
* Rename a bunch of variables and functions, removing the cvs_/rcs_ray2010-07-231-2/+2
* remove unused functions, definitions and outdated commentsjoris2009-03-251-141/+12
* kill SIZE_LEFT() macro, no longer usedjoris2009-03-231-3/+1
* New trigger framework that allows us to run the required scriptsjoris2008-06-101-1/+12
* While allocation memory, make sure that file sizes are smaller than SIZE_MAX.tobias2008-03-091-1/+3
* correct usage of lseek(2);joris2008-03-081-2/+2
* prevent file racesjoris2008-02-271-4/+7
* Cleanup buf implementation:tobias2008-02-111-48/+13
* (f)utimes takes sys/time.htobias2008-02-031-1/+2
* missing header for mkstempchl2007-09-251-1/+2
* Imported atomicio interface.tobias2007-09-171-33/+7
* correct error string in cvs_buf_load_fd() to match the function.joris2007-08-291-2/+2
* more typo shizzle from Igor Zinovik.joris2007-08-291-2/+2
* Correct function name in fatal(). From Igor Zinovik.ray2007-08-091-2/+2
* Since xrealloc dies on failure it is safe to directly assign to theray2007-05-291-5/+2
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-5/+7
* Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparisonray2007-02-211-21/+4
* Fix const inconsistencies, void pointer artithmetic and a few otherotto2007-02-191-3/+3
* Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_bufray2007-02-021-21/+10
* Remove unused and buggy {cvs,rcs}_buf_set functions.ray2007-02-021-35/+1
* Remove file mode argument from {cvs|rcs}_buf_write_stmp(). Weray2006-07-081-6/+2
* add cvs_buf_load_fd() which does the same as cvs_buf_load()joris2006-06-141-16/+19
* unused varjoris2006-05-291-2/+2
* add a way to look if a buffer differs from another onejoris2006-05-281-1/+27
* commit the new opencvs code, i have been hacking onjoris2006-05-271-15/+16
* spacingderaadt2006-04-141-2/+2
* remove a metric buttload of excessive ()deraadt2006-04-141-2/+2
* fix the obviously broken cvs_buf_set(), so we don't end upjoris2006-04-131-4/+8
* xmalloc(); memset(); -> xcalloc();ray2006-04-121-5/+4
* Change cvs_buf_grow() to return void, since it cannot fail, andray2006-04-111-19/+11
* make sure we add the correct name mkstemp(3) creates for usjoris2006-04-101-1/+7
* - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makesniallo2006-04-101-5/+9
* cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@.xsa2006-04-061-36/+38
* Use variable names for sizeof, remove casts in front of xmalloc,ray2006-04-051-2/+2
* Today is Integer Overflow Prevention Day:ray2006-03-281-2/+2
* Correct integer types, remove unused arguments, non-portable bitshiftsray2006-03-251-2/+2
* - cvs_buf_putc() will never return non-zeroxsa2006-03-231-5/+2
* delint; cvs_buf_write_stmp() will never return non-zero:niallo2006-03-201-4/+2
* Use ssize_t in appropriate places.ray2006-03-171-3/+3
* - fchmod file to mode.niallo2006-03-151-1/+2
* no need to duplicate error message;xsa2006-03-071-2/+2
* like gnu ci(1), continue to process valid files in argv even if some areniallo2006-03-061-3/+5
* better user-friendly error message.xsa2006-02-261-2/+2