aboutsummaryrefslogtreecommitdiff
path: root/libstore/set.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-12 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-08-151-6/+7
| | | | | | | | | | * set.c: Do not include <malloc.h>. Include <stdlib.h>, <errno.h> and <mach.h>. (store_set_runs): Use memcpy, not bcopy. (store_set_name): Use strdup, not a strlen, malloc and strcpy. * zero.c (zero_read): When checking if mmap failed, compare against MAP_FAILED, not -1. Use memset, not bzero.
* libstore/Marcus Brinkmann2001-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | 2001-04-26 Marcus Brinkmann <marcus@ulysses.dhis.net> * set.c: Use explicit comparison to MACH_PORT_NULL. storeio/ 2001-05-06 Marcus Brinkmann <marcus@gnu.org> * dev.c (dev_open): Do not create/open the store with STORE_INACTIVE, as this doesn't work correctly. Inactivate the store afterwards instead. 2001-02-18 Marcus Brinkmann <marcus@gnu.org> * dev.h (struct dev): New member nperopens. * storeio.c (open_hook): Hold device lock and check if this is the TODO: add item about the storeio hack
* Update FSF address.Miles Bader1997-06-201-5/+4
|
* (store_set_children): Function moved to kids.c.Miles Bader1996-05-221-21/+0
|
* (store_set_runs): Use store_run, not off_t, vectors; tweak accordingly.Miles Bader1996-05-101-3/+24
| | | | (store_set_children): New function.
* Rename *S_LEN to NUM_*S.Miles Bader1996-05-101-4/+4
|
* entered into RCSMiles Bader1996-04-021-2/+2
|
* Formerly set.c.~4~Miles Bader1996-01-171-1/+1
|
* Formerly set.c.~3~Miles Bader1996-01-161-0/+1
|
* Formerly set.c.~2~Miles Bader1995-11-131-1/+23
|
* Initial revisionMiles Bader1995-11-131-0/+55