aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs
Commit message (Expand)AuthorAgeFilesLines
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-071-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-035-6/+6
* fsys_get_children: Fix double-free on errorSamuel Thibault2023-01-021-1/+1
* fsys_get_children: Fix comparing stringsSamuel Thibault2023-01-021-1/+1
* fsys_get_children: Fix memleak on errorSamuel Thibault2023-01-021-2/+6
* Fix accessing cred before checking it is non-NULLSamuel Thibault2023-01-011-1/+2
* libdiskfs: white-list fall-through in switchSamuel Thibault2023-01-011-0/+1
* make_peropen: Fix memory leaks on errorSamuel Thibault2023-01-011-2/+9
* fsys_get_children: Fix double-free on errorSamuel Thibault2023-01-011-1/+1
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-1/+1
* libdiskfs: Add missing includeSamuel Thibault2022-08-301-0/+1
* libdiskfs: Avoid crashing when stdout/err shuts downSamuel Thibault2022-08-301-0/+4
* Fix types of read write and readables methodsEtienne Brateau2022-08-293-3/+3
* file_exec: Homogeneize adding the gratuitous send rightSamuel Thibault2022-08-231-0/+4
* libnetfs, libtrivs: Shield S_file_exec_paths () from cancellationSergey Bugaev2022-08-101-1/+3
* libdiskfs, libnetfs: Disable broken codeSergey Bugaev2022-08-101-1/+6
* diskfs: Use libports notificationsSergey Bugaev2022-08-103-10/+7
* Do not cache the R/O proxySamuel Thibault2022-08-101-0/+1
* typoSamuel Thibault2022-01-231-1/+1
* libdiskfs: improve asserts and remove a sign compare warningEtienne Brateau2022-01-201-1/+2
* Fix const warningsSamuel Thibault2022-01-173-3/+3
* Make RPC input array parameters constSamuel Thibault2022-01-1615-38/+38
* Fix build warningsSamuel Thibault2022-01-019-12/+12
* libdiskfs: Flush node to disk before removing it from the cacheSamuel Thibault2021-08-111-0/+4
* bootstrap: Fix passing proc server from FS to rumpdiskSamuel Thibault2021-08-111-22/+18
* Call _hurd_libc_proc_init when availableSamuel Thibault2021-04-111-0/+3
* libdiskfs: do not reuse pathbufSamuel Thibault2020-11-271-6/+2
* libdiskfs: enable relatime by defaultSamuel Thibault2020-10-102-2/+2
* libdiskfs: Make relatime also update atime when equal to mtime/ctimeSamuel Thibault2020-10-031-2/+2
* libdiskfs: Add relatime supportRyan Jeffrey2020-09-3011-11/+90
* diskfs: Add RPC for fsys_init to bootstrap if presentDamien Zammit2020-07-311-0/+13
* diskfs: Don't deallocate if dotdot is null in fsys-getroot.cDamien Zammit2020-07-311-1/+2
* libdiskfs: Refactor fsys_startup invokation for bootstrappingDamien Zammit2020-07-281-20/+38
* Fix references to startup in commentsSamuel Thibault2020-07-251-2/+2
* libdiskfs: Add missing node lock around fshelp_rlock_drop_peropen callSamuel Thibault2020-06-011-4/+3
* libdiskfs: Drop spurious mutex acquisitionSamuel Thibault2020-06-011-2/+0
* libdiskfs,libnetfs: add missing io_pathconf casesSamuel Thibault2020-05-281-0/+10
* Fix build with -fno-commonSamuel Thibault2020-03-314-11/+18
* libfshelp: Fix memleakSamuel Thibault2019-11-101-0/+1
* libdiskfs: Support for file record lockingNeal H Walfield2019-10-309-78/+169
* libdiskfs: Fix buildSamuel Thibault2019-10-271-1/+0
* libdiskfs: Do not register active translator if it failed to startSamuel Thibault2019-10-271-37/+36
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-0112-16/+16
* Catch LFS64 inconsistencies in RPC server stubsSamuel Thibault2019-07-271-0/+44
* Fix missing gnu_dev_* prototypesSamuel Thibault2019-07-271-0/+1
* diskfs.h: Expose 64bit typesSamuel Thibault2019-07-271-3/+3
* diskfs: Fix rename_dir(excl=1) for source directoriesSamuel Thibault2019-04-283-5/+12
* hurd: fix error on opening symlink with O_NOFOLLOW|O_WRITESamuel Thibault2019-01-051-2/+4
* Hurd patches (fix compilation)Luca Weiss2018-06-131-2/+2
* Add file_utimens RPC to use a struct timespecFlávio Cruz2018-03-051-6/+35