Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Roland McGrath | 2002-06-22 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 2002-06-13 | 1 | -0/+6 |
| | |||||
* | . | Roland McGrath | 2002-05-08 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 2002-03-11 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 2002-01-02 | 1 | -0/+8 |
| | |||||
* | . | Roland McGrath | 2001-08-15 | 1 | -0/+8 |
| | |||||
* | libstore/ | Marcus Brinkmann | 2001-05-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | 2001-02-18 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-04-19 | 1 | -0/+10 |
| | | | | | | | | | | * dev.h (struct dev): New member nperopens. * storeio.c (open_hook): Hold device lock and check if this is the first open. If yes, activate the store. (close_hook): Hold global_lock and check if this was the last open. If yes, inactivate the store. * dev.c (dev_open): Open the store with STORE_INACTIVE (in store_parsed_open as well as in store_create). | ||||
* | . | Roland McGrath | 2001-01-17 | 1 | -0/+4 |
| | |||||
* | 2001-01-16 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-01-16 | 1 | -0/+7 |
| | | | | | | | * dev.c (dev_open): Add missing argument `classes' to invocation of store_create. * dev.h: Include <hurd/trivfs.h> for struct trivfs_control. | ||||
* | . | Roland McGrath | 2001-01-16 | 1 | -0/+9 |
| | |||||
* | * Makefile (HURDLIBS): Reorder libs such that the threads lib | Mark Kettenis | 2000-07-26 | 1 | -0/+7 |
| | | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2. | ||||
* | . | Roland McGrath | 2000-03-19 | 1 | -0/+2 |
| | |||||
* | . | Roland McGrath | 2000-03-19 | 1 | -0/+28 |
| | |||||
* | . | Roland McGrath | 1999-11-25 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 1999-11-21 | 1 | -0/+7 |
| | |||||
* | . | Roland McGrath | 1999-11-18 | 1 | -0/+16 |
| | |||||
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -0/+4 |
| | |||||
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -0/+5 |
| | | | | | * io.c (trivfs_S_io_map): Renamed to ... (trivfs_S_io_map_segment): ... here, and accept parameter `index'. | ||||
* | . | Roland McGrath | 1999-07-11 | 1 | -3/+7 |
| | |||||
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -0/+5 |
| | | | | | * dev.c (dev_open): Use mmap instead of vm_allocate. (dev_read): Likewise. | ||||
* | . | Roland McGrath | 1999-07-11 | 1 | -0/+5 |
| | |||||
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -0/+7 |
| | | | | | | | * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. (dev_close): Likewise. (dev_read): Likewise. * pager.c (pager_write_page): Likewise. | ||||
* | . | Roland McGrath | 1999-05-23 | 1 | -1/+5 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1999-05-13 | 1 | -1/+1 |
| | |||||
* | . | Roland McGrath | 1999-05-12 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 1999-05-01 | 1 | -0/+6 |
| | |||||
* | . | Roland McGrath | 1999-02-01 | 1 | -0/+2 |
| | |||||
* | . | Roland McGrath | 1999-02-01 | 1 | -0/+6 |
| | |||||
* | . | Roland McGrath | 1999-01-28 | 1 | -0/+5 |
| | |||||
* | . | Roland McGrath | 1999-01-27 | 1 | -0/+16 |
| | |||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 1998-07-20 | 1 | -3/+6 |
| | |||||
* | Wed Aug 20 14:07:05 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+3 |
| | | | | | * pager.c (dev_get_memory_object): Deal with errors from pager_create properly. | ||||
* | Wed Aug 20 14:07:05 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+6 |
| | | | | | | * pager.c (service_paging_requests): New args for ports_manage_port_operations_multithread. * storeio.c (main): Likewise. | ||||
* | . | Miles Bader | 1997-07-23 | 1 | -0/+6 |
| | |||||
* | . | Miles Bader | 1997-07-22 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1997-07-21 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1997-07-17 | 1 | -0/+6 |
| | |||||
* | . | Miles Bader | 1997-07-16 | 1 | -0/+2 |
| | |||||
* | . | Miles Bader | 1997-07-16 | 1 | -0/+9 |
| | |||||
* | . | Miles Bader | 1997-02-20 | 1 | -0/+13 |
| | |||||
* | Fri Nov 15 17:54:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-18 | 1 | -0/+5 |
| | | | | | * storeio.c (trivfs_check_open_hook): New arg syntax. (check_open_hook): Likewise. | ||||
* | . | Miles Bader | 1996-10-24 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1996-10-08 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1996-09-26 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1996-09-24 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -0/+1 |
| | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1996-09-23 | 1 | -0/+18 |
| |