summaryrefslogtreecommitdiff
path: root/minix/servers
AgeCommit message (Expand)Author
2018-03-31Fix ARM NDEBUG BuildsLionel Sambuc
2018-03-23remove a duplicate includeblackdragonepic
2017-04-30Add lwip: a new lwIP-based TCP/IP serviceDavid van Moolenbroek
2017-03-09Retire inet: the previous MINIX TCP/IP serviceDavid van Moolenbroek
2017-03-09UDS: full rewriteDavid van Moolenbroek
2017-03-09PM/libsys: extend getepinfo, add getsockcred(3)David 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
2017-02-23VM: fix race condition communicating with VMDavid van Moolenbroek
2017-02-18etc: synchronize master.password, group to NetBSDDavid van Moolenbroek
2017-02-16Retire env.hDavid van Moolenbroek
2016-10-24PM: fix alarm signal deliveryDavid van Moolenbroek
2016-10-18VFS: Convert K&R C -> ANSI CRichard Sailer
2016-10-18is: 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-08-04Preparations for PAE supportrlfnb
2016-07-08PM: Convert K&R C -> ANSI CRichard Sailer
2016-06-18IPC: use RMIB to handle kern.ipc sysctl subtreeDavid van Moolenbroek
2016-06-18MIB/libsys: support for remote MIB (RMIB) subtreesDavid van Moolenbroek
2016-06-17VFS: fix aborting queued requests after FS crashDavid van Moolenbroek
2016-03-12PM: add support for saved user/group IDsDavid 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-16MIB: add support for System V IPC information nodeDavid van Moolenbroek
2016-01-16IPC server: subscribe to process events on demandDavid van Moolenbroek
2016-01-16IPC server: major fixes, test set for semaphoresDavid van Moolenbroek
2016-01-16PM: generic process event publish/subscribe systemDavid van Moolenbroek
2016-01-16IPC server: restyleDavid van Moolenbroek
2016-01-16IPC server: NetBSD sync, general improvementsDavid van Moolenbroek
2016-01-13IPC server: expose semaphore informationDavid van Moolenbroek
2016-01-13MIB: slim process tables to reduce memory usageDavid van Moolenbroek
2016-01-13ProcFS: get process information from MIB serviceDavid van Moolenbroek
2016-01-13Retire sysuname(2), synchronize sys/utsname.hDavid van Moolenbroek
2016-01-13MIB: initial tree populationDavid van Moolenbroek
2016-01-13PM: restore own proper process groupDavid van Moolenbroek