aboutsummaryrefslogtreecommitdiff
path: root/isofs/inode.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-1/+1
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
* isofs: port to libdiskfs' node cacheJustus Winter2015-04-171-288/+38
* libdiskfs: lock-less reference counting of nodesJustus Winter2015-04-171-9/+4
* isofs: use a seperate lock to protect node_cacheJustus Winter2015-04-171-41/+105
* Replace `bzero' with `memset'Justus Winter2014-12-101-1/+1
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+1
* isofs: also copy the terminating zero in read_symlink_hookJustus Winter2014-03-251-1/+1
* Fix gcc warningSamuel Thibault2013-09-211-1/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-15/+15
* 2007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-11-131-15/+4
* 2007-03-25 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2007-03-251-5/+5
* 2002-08-06 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-061-18/+0
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-3/+3
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-201-0/+1
* 2000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-071-1/+28
* 2000-11-27 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-11-271-9/+39
* 2000-11-26 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-11-261-20/+36
* 2000-11-26 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-11-261-15/+19
* 1998-12-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-271-8/+3
* 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Roland McGrath1998-12-271-2/+13
* *** empty log message ***Thomas Bushnell1998-11-161-2/+1
* Wed Oct 28 22:52:04 1998 Joel N. Weber II <devnull@methedrine.ai.mit.edu>Roland McGrath1998-11-161-1/+1
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-39/+39
* (read_disknode):Miles Bader1997-09-191-5/+8
* Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-09-161-10/+37
* Thu Aug 7 16:01:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-071-1/+1
* Initial versions.Thomas Bushnell1997-07-181-0/+550