aboutsummaryrefslogtreecommitdiff
path: root/tmpfs/node.c
Commit message (Expand)AuthorAgeFilesLines
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-1/+1
* Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault2023-08-081-2/+2
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-3/+3
* Update to the improved memory_object_create proxy RPCSamuel Thibault2022-08-101-1/+2
* Do not cache the R/O proxySamuel Thibault2022-08-101-11/+5
* tmpfs: Return read-only memory objects when appropriateSergey Bugaev2022-08-101-6/+31
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-1/+1
* tmpfs: Document issue with removed shm filesSamuel Thibault2018-11-051-0/+2
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-14/+14
* libdiskfs: lock-less reference counting of nodesJustus Winter2015-04-171-10/+5
* tmpfs: use a seperate lock to protect all_nodesJustus Winter2015-04-171-29/+78
* Fix space styleSamuel Thibault2015-03-051-12/+12
* Deal with odd kernel behaviorSamuel Thibault2014-11-091-0/+1
* tmpfs: improve diskfs_node_iterateJustus Winter2014-04-301-3/+6
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-10/+10
* Correct handling of object size.Maksym Planeta2012-04-021-9/+4
* Correct available space check.Maksym Planeta2012-03-261-1/+2
* Fix symlink support in tmpfsBen Asselstine2011-11-201-3/+5
* Work with memory object only after vm_map has been performedMaksym Planeta2011-11-201-5/+6
* Fix comment on when Mach would try to clear tmpfs dataSamuel Thibault2010-08-271-1/+1
* Keep a reference on objects to preserve their content.Samuel Thibault2010-08-271-1/+10
* [ftpfs]Samuel Thibault2009-02-021-6/+6
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-5/+5
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-06-021-3/+3
* 2002-03-23 Roland McGrath <roland@frob.com>Roland McGrath2002-03-241-7/+30
* 2001-09-30 Roland McGrath <roland@frob.com>Roland McGrath2001-10-011-1/+30
* 2001-05-05 Roland McGrath <roland@frob.com>Roland McGrath2001-05-061-1/+2
* 2001-04-15 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-04-151-8/+14
* 2001-02-26 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+12
* 2001-02-26 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+6
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-3/+16
* 2000-12-30 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-12-301-14/+16
* 2000-12-28 Roland McGrath <roland@frob.com>Roland McGrath2000-12-291-30/+40
* New directory tmpfs, in-core filesystem based on libdiskfsRoland McGrath2000-12-271-0/+484