]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2010-05-12 Ben Graskernel: small ammendment to pagefault-in-kernel panic
2010-05-12 Ben Graskernel/vm: change pde table info from single buffer...
2010-05-11 Cristiano Giuffrida- Fixed a bug when running out of priv structures.
2010-05-11 Ben Graskernel - don't print info about scheduled process if...
2010-05-10 David van Moolenbroekfix multiport support in ethernet drivers
2010-05-10 Erik van der... Intermediate boot verbosity level EXTRA (2), MAX moved...
2010-05-10 Erik van der... New options for release script: -m to make tiny image...
2010-05-10 Tomas HrubyPM signal handling check too strict
2010-05-10 Tomas HrubyRemoved defines not used since r6844.
2010-05-10 Tomas HrubyUse of all NIL_* defines converted to NULL
2010-05-08 Ben Graskernel: new DEBUG_RACE option. try to provoke race...
2010-05-08 Ben Grasvm: use arch_map2str to print pagefault info, to proper...
2010-05-08 Ben Graskernel: print spurious interrupt message with increasin...
2010-05-07 Tomas HrubyRS - fixed timeouts
2010-05-07 Tomas Hrubypci synchronous start up
2010-05-07 Tomas HrubyA small mini_receive() cleanup
2010-05-06 Ben Graskernel: don't try to lookup ANY in debug output.
2010-05-06 Ben Graskernel: increase some per-process privilege limits.
2010-05-06 Cristiano GiuffridaFix Inet initialization race.
2010-05-06 Thomas VeermanSmall cleanup of dead and/or redundant code.
2010-05-05 Ben Grasvm: remove leftover diag print
2010-05-05 Ben Grasfsctl.h doesn't exist.
2010-05-05 Ben Grassecondary cache feature in vm.
2010-05-04 Kees van ReeuwijkLet memory allocation be aligned on 8-byte boundaries.
2010-05-04 Ben Grastty: don't use custom kputc; this fixes tty printf()s.
2010-05-04 Ben Grasawk Makefile: make yacc less chatty to stderr.
2010-05-03 Ben Graslibc: malloc: don't enable SLOWDEBUG by default
2010-05-03 Ben Grasdriver.h: increase max no. of open minors.
2010-05-03 Erik van der... Extra assertions on free if SLOWDEBUG is enabled: check...
2010-05-03 Erik van der... Add syslib function to obtain CPU frequency
2010-05-03 Tomas Hrubydeadlock() - more info
2010-05-03 Tomas Hrubydebugging - printing processes on serial
2010-05-03 Thomas Veerman- Add test52 to test FPU context switching
2010-04-29 Kees van ReeuwijkPut the munmap and munmap_text trampolines in a separat...
2010-04-29 Kees van ReeuwijkMake mdb compile in other places than just /usr/src.
2010-04-29 Ben Grascpufeature() - rename _SSEx and correct logic in cpufea...
2010-04-29 Erik van der... Allow loading images > 16M
2010-04-29 Ben Graskernel: more diagnostics for privctl ENOMEM conditions.
2010-04-29 Ben Grasrs: stacktrace if system process exits early.
2010-04-28 Cristiano GiuffridaDon't panic when out of priv structures.
2010-04-28 Erik van der... Fix wrong word
2010-04-28 Ben Grasat_wini: remove unnecessary quirks debug message
2010-04-28 Ben Graskernel: fpu_init: only enable OSXMMEXCPT in CR4 on...
2010-04-28 Ben Graskernel: fpu init to separate function; also move fpu...
2010-04-28 Thomas VeermanScan all processes for that might be blocked on a lock
2010-04-28 Ben Grasat_wini: more general system to allow devices that...
2010-04-28 Ben Graspci: don't do sanity check for missing pci bus, the...
2010-04-28 Ben Grastty: try more often to get the config byte.
2010-04-28 Erik van der... Avoid sbrk (in favour of malloc) in RS where possible
2010-04-28 Erik van der... Fix types in debug register functions
2010-04-28 Erik van der... Enable malloc assertions
2010-04-28 Erik van der... Add timeout for test 7 to indicate which test (if any...
2010-04-27 Tomas Hrubypagefault() is private
2010-04-27 Ben Grasmtree: no more /lib and /lib/i386.
2010-04-27 Erik van der... Add missing newline at end of file
2010-04-27 Erik van der... Remove debug printfs in breakpoints.c, they should...
2010-04-27 Cristiano GiuffridaUnified crash recovery and live update.
2010-04-26 Tomas HrubyRemoved unused prototype
2010-04-26 Tomas HrubyChanged pagefault delivery to VM
2010-04-26 Ben Grascd boot workaround for bioses that didn't want to boot...
2010-04-26 Ben Grasvfs: start at vmnt[0] to sync mounted filesystems,...
2010-04-26 Ben Grasremove intr_disabled() as interrupts are always disable...
2010-04-26 Tomas HrubyFixed printf warning in the filter driver
2010-04-26 Cristiano GiuffridaSet IPC status code only for RECEIVE
2010-04-26 Kees van ReeuwijkRemove a redundant getdomainname() implementation.
2010-04-23 David van Moolenbroekintercept puts() in libsys, for gcc
2010-04-23 David van Moolenbroekfix make(1) error output
2010-04-22 Kees van ReeuwijkAlso remove awk.old from makefile.
2010-04-22 Kees van ReeuwijkFix some compilation errors with the gcc compiler,...
2010-04-22 Kees van ReeuwijkRemove obsolete implementation of awk.
2010-04-22 Kees van ReeuwijkRemove useless symbol declarations from headers, make...
2010-04-21 Kees van ReeuwijkMore accurate make rule.
2010-04-21 Kees van ReeuwijkRemove U16_t and most other similar types. Rewrite...
2010-04-20 Kees van ReeuwijkForgot to add two new files to SVN.
2010-04-19 Kees van ReeuwijkAdd some support for wchar_t.
2010-04-15 Kees van ReeuwijkCode cleanup: remove unused #include, variables and...
2010-04-15 David van Moolenbroekfix mfs/isofs signal handling
2010-04-15 Erik van der... Add scancode reading capability to TTY
2010-04-15 Erik van der... Add scancode reading capability to TTY
2010-04-15 Erik van der... Add scancode reading capability to TTY
2010-04-14 Kees van ReeuwijkAdd timerisclear() macro.
2010-04-14 David van Moolenbroekunbreak _open for gcc-compiled programs
2010-04-14 Erik van der... Provide information on lethal signals (stacktrace and...
2010-04-13 Kees van ReeuwijkRemove some duplicate declarations in headers.
2010-04-13 Ben Grasvm: util.S not used currently; leave it out.
2010-04-13 Ben Grasvm: include no-caching bits in PTF_ALLFLAGS for flags...
2010-04-13 Ben Grasvm: don't force physical addresses to be nonzero.
2010-04-13 Kees van ReeuwijkRemove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
2010-04-13 Tomas HrubyPM remembers what it should schedule
2010-04-13 Ben Grasvm: remove assert, map in of phys addr 0 is legit somet...
2010-04-12 Erik van der... Fix date in UPDATING
2010-04-12 Ben Grasvm: use assert() instead of vm_assert(); remove vm_asse...
2010-04-12 Ben Graslet vm use physically fragmented memory for allocations.
2010-04-12 Ben Grasipc server: don't print as many errors, to make ipc...
2010-04-12 Cristiano GiuffridaFixed escape warning.
2010-04-10 Tomas HrubyQuantum in fork
2010-04-10 Tomas HrubyRestructure and simplyfycation of the scheduling code...
2010-04-10 Tomas HrubyThis tiny cleanup makes the naming a variables in creat...
2010-04-10 Tomas HrubyA simpler test whether to use kernel's default scheduling
2010-04-10 Tomas Hrubydo_schedule() cleanup
next