summaryrefslogtreecommitdiff
path: root/minix/servers/vfs
AgeCommit message (Expand)Author
2018-03-31Fix ARM NDEBUG BuildsLionel Sambuc
2017-03-09Retire inet: the previous MINIX TCP/IP serviceDavid van Moolenbroek
2017-03-09UDS: full rewriteDavid van Moolenbroek
2017-03-09UDS: prepare for socket file creation in bind(2)David van Moolenbroek
2017-03-09VFS: support close-on-exec flag for copyfd(2)David van Moolenbroek
2017-03-09VFS: deny copying sockets to owning socket driverDavid van Moolenbroek
2017-03-09VFS: support for suspending close(2) for socketsDavid van Moolenbroek
2017-03-09VFS: change select(2) semantics for closed filpsDavid van Moolenbroek
2017-03-09VFS: add BSD socket API, socket driver supportDavid van Moolenbroek
2017-03-09RS: add infrastructure for mapping socket driversDavid van Moolenbroek
2016-10-18VFS: Convert K&R C -> ANSI CRichard Sailer
2016-09-24Add LLVM GCOV coverage supportDavid van Moolenbroek
2016-08-05VFS: split block, character device handlingDavid van Moolenbroek
2016-08-05VFS: store process suspension state as unionDavid van Moolenbroek
2016-08-05VFS: disallow opening files of unsupported typesDavid van Moolenbroek
2016-08-05VFS: add debug dump for selectDavid van Moolenbroek
2016-08-05VFS: fix race condition in select(2)David van Moolenbroek
2016-08-05VFS: forbid mknod(2) on symlinksDavid van Moolenbroek
2016-08-05Various timer improvementsDavid van Moolenbroek
2016-06-17VFS: fix aborting queued requests after FS crashDavid van Moolenbroek
2016-02-26VFS: remove unused variable in worker.cDavid van Moolenbroek
2016-02-23Prepare for switch to native BSD socket APIDavid van Moolenbroek
2016-02-22VFS: start off cleanup of pipe2 IPC messageDavid van Moolenbroek
2016-01-24Fix ARM noassert builds -g/-O{s/0/1/2/3}Lionel Sambuc
2016-01-16Fix soft faults in FSes resulting in partial I/ODavid van Moolenbroek
2016-01-13MIB: slim process tables to reduce memory usageDavid van Moolenbroek
2016-01-13VFS: fix prototype related warningLionel Sambuc
2016-01-13NetBSD re-synchronization of the source treeLionel Sambuc
2015-09-28Rework getrusage(2) infrastructureDavid van Moolenbroek
2015-09-28getrusage(2): zero out ru_i[xds]rss fieldsDavid van Moolenbroek
2015-09-25Fix noassert buildsLionel Sambuc
2015-09-23Kernel: separate userland ABI on kernel pageDavid van Moolenbroek
2015-09-21Abstract away minix_kerninfo accessDavid van Moolenbroek
2015-09-17VFS/libblockdriver: enlarge threads stacks for ASRDavid van Moolenbroek
2015-09-17VM/VFS: align ELF header bufferDavid van Moolenbroek
2015-09-17VFS: suspend threads for live updateDavid van Moolenbroek
2015-09-17Annotations and tweaks for live updateDavid van Moolenbroek
2015-09-17services: Selectively enable stateful restart.Cristiano Giuffrida
2015-09-17Switch to stateful restart.Cristiano Giuffrida
2015-09-17Add live update-friendly annotations.Cristiano Giuffrida
2015-09-16VFS: fix short select(2) timeoutsDavid van Moolenbroek
2015-09-01VFS: workaround to allow TIOCSCTTY on PTYsDavid van Moolenbroek
2015-08-31VFS: make message pointer management more robustDavid van Moolenbroek
2015-08-31VFS: check X bit, not R bit, opening executablesDavid van Moolenbroek
2015-08-31VFS: tweak coredump wrapper codeDavid van Moolenbroek
2015-08-31VFS: resolve noassert warningDavid van Moolenbroek
2015-08-13VFS: merge scratchpad into fprocDavid van Moolenbroek
2015-07-20VFS: add support for F_DUPFD_CLOEXECDavid van Moolenbroek
2015-06-19VFS: fix pipe resumption delay bugDavid van Moolenbroek
2015-06-06VFS: during initial mount, receive but block workDavid van Moolenbroek