]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
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
2010-04-09 Cristiano GiuffridaDriver mapping refactory.
2010-04-08 Ben Grasport of netbsd's tr
2010-04-08 Ben Grasnetbsd's original tr/extern.h as tr.h
2010-04-08 Ben Grasoriginal netbsd's tr(1)
2010-04-08 Ben Grasno minix tr
2010-04-08 Cristiano GiuffridaFixed gcc -Wall warnings.
2010-04-08 Ben Grasisblank() implementation.
2010-04-08 Cristiano GiuffridaDriver refactory for live update and crash recovery.
2010-04-08 Ben Grasipc test improvements
2010-04-08 Ben Grasmore stack for boot
2010-04-07 Kees van ReeuwijkRename all uses of U8_t to u8_t and remove U8_t, remove...
2010-04-07 Tomas HrubyFixed a panic message
2010-04-07 Kees van ReeuwijkRemoved unused variables, added const where possible.
2010-04-07 Tomas HrubyA fixed prototype in dec21140A.c
2010-04-06 Tomas Hrubydo_nice.c
2010-04-06 Tomas HrubySmall fixes
2010-04-06 Tomas Hrubydo_ipc() rearrangements
2010-04-06 Tomas HrubyRTS_SYS_LOCK and do_runctl()
2010-04-06 Tomas Hrubydo_vtimer()
2010-04-01 Arun ThomasConvert kernel over to bsdmake
2010-04-01 Kees van ReeuwijkFixed some incorrect uses of printf-like functions.
2010-04-01 Kees van ReeuwijkFix printfs with too few or too many parms, remove...
2010-04-01 Kees van ReeuwijkLots of const correctness, other cleanup.
2010-03-31 Ben Grasintroduce the fsckopts sysenv, options passed to fsck...
2010-03-31 Ben Grasonly print 'PCI: ignoring bad value ...' once per boot.
2010-03-31 Cristiano GiuffridaMove kernel signal SIGKNDELAY to system signal SIGSNDEL...
2010-03-30 Thomas VeermanMove allocation of temporary inodes for cloned characte...
2010-03-30 Kees van ReeuwijkMore use of endpoint_t. Other code cleanup.
2010-03-30 Lorenzo CavallaroFixed missing __UNCONST macro definition in previous...
2010-03-30 Lorenzo Cavallarocdecl calling convention requires to push arguments...
2010-03-30 Tomas HrubyFixed brackets in bitmap macros
2010-03-29 Ben Grasdon't print SYSTEM stacktrace on exceptions as it's...
2010-03-29 Tomas HrubyNOREC_ENTER and NOREC_RETURN checks removed
next