aboutsummaryrefslogtreecommitdiff
path: root/storeio/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* Fix store_read callsSamuel Thibault2022-02-251-1/+1
* Fix const warningsSamuel Thibault2022-01-171-1/+1
* storeio: Translate short reads to EIOSamuel Thibault2020-11-261-0/+8
* storeio: Avoid calling mmap with zero sizeSamuel Thibault2017-09-111-2/+5
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-4/+4
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-101-3/+3
* Switch from cthreads to pthreadsRichard Braun2012-11-271-9/+9
* fix common misspellingsJonathan Neuschäfer2011-08-201-3/+3
* Update copyright years.Thomas Schwinge2008-07-011-1/+2
* * dev.c (dev_buf_rw, buffered_rw, dev_rw): Remove inline qualifier fromSamuel Thibault2008-06-101-12/+12
* 2002-03-10 Roland McGrath <roland@frob.com>Roland McGrath2002-03-111-1/+8
* 2001-12-28 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-7/+5
* libstore/Marcus Brinkmann2001-05-061-4/+8
* 2001-02-18 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-04-191-2/+3
* 2001-01-17 Roland McGrath <roland@frob.com>Roland McGrath2001-01-171-1/+1
* 2001-01-16 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-161-1/+1
* 2001-01-16 Roland McGrath <roland@frob.com>Roland McGrath2001-01-161-4/+15
* 2000-03-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-191-33/+25
* 1999-11-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-211-8/+20
* 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-9/+8
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-5/+6
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-7/+4
* 1999-01-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-271-12/+56
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-11/+13
* (dev_open):Miles Bader1996-09-231-5/+5
* (dev_rw): Return EINVAL instead of EIO for too-large offsets.Miles Bader1996-09-141-12/+1
* Initial checkinMiles Bader1996-09-081-0/+414