summaryrefslogtreecommitdiff
path: root/minix/kernel
AgeCommit message (Expand)Author
2018-10-26Fixed tiny spelling error in proc.cTai Groot
2018-03-25kernel/arm: send SIGSEGV to processesArne Welzel
2018-03-25kernel/arm: do not treat all data aborts as pagefaultsArne Welzel
2017-05-07header cleanuprlfnb
2017-05-07Removed unused variable and cleaned whitespacesBen Mezger
2017-05-07Removed unused variables and cleaned whitespaces.Ben Mezger
2017-05-07Removed unused variables and cleaned whitespaces.Ben Mezger
2017-05-07Prevent arg from being used any furtherBen Mezger
2017-03-09Retire inet: the previous MINIX TCP/IP serviceDavid van Moolenbroek
2016-10-19Fix grammar errors in a commentio12
2016-09-24Add LLVM GCOV coverage supportDavid van Moolenbroek
2016-08-05Various timer improvementsDavid van Moolenbroek
2016-08-04Preparations for PAE supportrlfnb
2016-07-09kernel/cpulocals.h: Simplify macrosLionel Sambuc
2016-06-18MIB/libsys: support for remote MIB (RMIB) subtreesDavid van Moolenbroek
2016-06-18kernel: Update copyright yearJacob Adams
2016-06-17Correct bad assignments in various conditionsDavid van Moolenbroek
2016-03-09Kernel: disable assert in prefetch abort handlerDavid van Moolenbroek
2016-01-28Basic statistical profiling fixesDavid van Moolenbroek
2016-01-16Fix typo in commentGerhard Poul
2016-01-16Fix soft faults in FSes resulting in partial I/ODavid van Moolenbroek
2016-01-16Add sequence numbers to grant IDsDavid van Moolenbroek
2016-01-16Kernel: apply x86 copy overflow check to ARMDavid van Moolenbroek
2016-01-16Kernel: synchronize i386 and ARM clock codeLionel Sambuc
2016-01-16Kernel: convert K&R functions to ANSIDr. Florian Grätz
2016-01-13Kernel: per-process sleep timeDavid van Moolenbroek
2016-01-13Kernel: per-process CPU utilization statisticsDavid van Moolenbroek
2016-01-13Kernel: per-state CPU accountingDavid van Moolenbroek
2016-01-13Add MIB service, sysctl(2) supportDavid van Moolenbroek
2016-01-13Integrate magic instrumentation into build systemDavid van Moolenbroek
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_nsignals fieldDavid van Moolenbroek
2015-09-23Kernel: separate userland ABI on kernel pageDavid van Moolenbroek
2015-09-23Kernel: store ARM frclock info in one structureDavid van Moolenbroek
2015-09-23Kernel: export clock information on kernel pageDavid van Moolenbroek
2015-09-17Improve asynsend support for process swappingDavid van Moolenbroek
2015-09-17Kernel: IPC filter support for VM memory requestsDavid van Moolenbroek
2015-09-17Kernel: delivermsg improvementsBen Gras
2015-09-17Add live update-friendly annotations.Cristiano Giuffrida
2015-09-16vm: Separate mmap regions.Cristiano Giuffrida
2015-09-16kernel: Debug printing at live update time.Cristiano Giuffrida
2015-09-16kernel: Handle IPC properly at live update time.Cristiano Giuffrida
2015-09-16kernel: Inherit allowed memory, IRQ & I/O rangesCristiano Giuffrida
2015-09-16kernel: Allow kernel calls to return ENOTREADY.Cristiano Giuffrida
2015-09-16kernel: Add support for IPC filters.Cristiano Giuffrida
2015-09-16kernel: Add SYS_PRIV_CLEAR_IPC_REFS support.Cristiano Giuffrida
2015-09-16kernel: Extend the {sys,vm}_update() interfaces.Cristiano Giuffrida
2015-09-16kernel: Extend the sys_whoami() interface.Cristiano Giuffrida
2015-09-16kernel: Extend the sys_statectl() interface.Cristiano Giuffrida