index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minix
/
servers
/
vfs
Age
Commit message (
Expand
)
Author
2018-03-31
Fix ARM NDEBUG Builds
Lionel Sambuc
2017-03-09
Retire inet: the previous MINIX TCP/IP service
David van Moolenbroek
2017-03-09
UDS: full rewrite
David van Moolenbroek
2017-03-09
UDS: prepare for socket file creation in bind(2)
David van Moolenbroek
2017-03-09
VFS: support close-on-exec flag for copyfd(2)
David van Moolenbroek
2017-03-09
VFS: deny copying sockets to owning socket driver
David van Moolenbroek
2017-03-09
VFS: support for suspending close(2) for sockets
David van Moolenbroek
2017-03-09
VFS: change select(2) semantics for closed filps
David van Moolenbroek
2017-03-09
VFS: add BSD socket API, socket driver support
David van Moolenbroek
2017-03-09
RS: add infrastructure for mapping socket drivers
David van Moolenbroek
2016-10-18
VFS: Convert K&R C -> ANSI C
Richard Sailer
2016-09-24
Add LLVM GCOV coverage support
David van Moolenbroek
2016-08-05
VFS: split block, character device handling
David van Moolenbroek
2016-08-05
VFS: store process suspension state as union
David van Moolenbroek
2016-08-05
VFS: disallow opening files of unsupported types
David van Moolenbroek
2016-08-05
VFS: add debug dump for select
David van Moolenbroek
2016-08-05
VFS: fix race condition in select(2)
David van Moolenbroek
2016-08-05
VFS: forbid mknod(2) on symlinks
David van Moolenbroek
2016-08-05
Various timer improvements
David van Moolenbroek
2016-06-17
VFS: fix aborting queued requests after FS crash
David van Moolenbroek
2016-02-26
VFS: remove unused variable in worker.c
David van Moolenbroek
2016-02-23
Prepare for switch to native BSD socket API
David van Moolenbroek
2016-02-22
VFS: start off cleanup of pipe2 IPC message
David van Moolenbroek
2016-01-24
Fix ARM noassert builds -g/-O{s/0/1/2/3}
Lionel Sambuc
2016-01-16
Fix soft faults in FSes resulting in partial I/O
David van Moolenbroek
2016-01-13
MIB: slim process tables to reduce memory usage
David van Moolenbroek
2016-01-13
VFS: fix prototype related warning
Lionel Sambuc
2016-01-13
NetBSD re-synchronization of the source tree
Lionel Sambuc
2015-09-28
Rework getrusage(2) infrastructure
David van Moolenbroek
2015-09-28
getrusage(2): zero out ru_i[xds]rss fields
David van Moolenbroek
2015-09-25
Fix noassert builds
Lionel Sambuc
2015-09-23
Kernel: separate userland ABI on kernel page
David van Moolenbroek
2015-09-21
Abstract away minix_kerninfo access
David van Moolenbroek
2015-09-17
VFS/libblockdriver: enlarge threads stacks for ASR
David van Moolenbroek
2015-09-17
VM/VFS: align ELF header buffer
David van Moolenbroek
2015-09-17
VFS: suspend threads for live update
David van Moolenbroek
2015-09-17
Annotations and tweaks for live update
David van Moolenbroek
2015-09-17
services: Selectively enable stateful restart.
Cristiano Giuffrida
2015-09-17
Switch to stateful restart.
Cristiano Giuffrida
2015-09-17
Add live update-friendly annotations.
Cristiano Giuffrida
2015-09-16
VFS: fix short select(2) timeouts
David van Moolenbroek
2015-09-01
VFS: workaround to allow TIOCSCTTY on PTYs
David van Moolenbroek
2015-08-31
VFS: make message pointer management more robust
David van Moolenbroek
2015-08-31
VFS: check X bit, not R bit, opening executables
David van Moolenbroek
2015-08-31
VFS: tweak coredump wrapper code
David van Moolenbroek
2015-08-31
VFS: resolve noassert warning
David van Moolenbroek
2015-08-13
VFS: merge scratchpad into fproc
David van Moolenbroek
2015-07-20
VFS: add support for F_DUPFD_CLOEXEC
David van Moolenbroek
2015-06-19
VFS: fix pipe resumption delay bug
David van Moolenbroek
2015-06-06
VFS: during initial mount, receive but block work
David van Moolenbroek
[next]