aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/openwritevnclose_unsafe.c
Commit message (Collapse)AuthorAgeFilesLines
* Add devino, refactor openwrite(v)ncloseLaurent Bercot2023-06-091-22/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-261-1/+1
|
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-261-1/+1
|
* Fix double close in openwrite*Laurent Bercot2017-10-081-1/+0
|
* Rewrite openwrite(v)nclose using mkstempLaurent Bercot2017-09-271-13/+4
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-1/+0
|
* More types changesLaurent Bercot2017-02-171-5/+5
| | | | | | | | | New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
* - Add siovec_truncLaurent Bercot2015-02-051-0/+33
- Add openwritevnclose - replace buffer_read/write with fd_readsv/writesv - add localtmn_from_tain_g - refactor cdb_make - rewrite buffer_getvall and buffer_putvall, with a bugfix