]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2010-10-05 Erik van der... Fix warnings due to missing __dead attribute on exit
2010-10-04 Erik van der... Fix warnings in libmthread
2010-10-04 Ben Graskernel: fix idle time accounting.
2010-10-04 Erik van der... make system server vprintf check for NULL
2010-10-04 Erik van der... fflush is neither needed nor allowed in system srvers...
2010-10-04 Arun ThomasAdd include/memory.h
2010-10-04 Ben Grasdis386 - a disassembler for ack
2010-10-04 Ben Grasvm: optimisation: avl tree for virtual regions
2010-10-04 Ben Grasvm: don't check the range of memory during sanity checking
2010-10-02 Arun ThomasRemove urlget
2010-10-01 Ben Grasmake the asynsend table size NPROCS-dependent.
2010-09-30 Thomas VeermanRevamp the mthread library and update test59
2010-09-27 David van Moolenbroekhgfs: do not return negative file sizes in stat (report...
2010-09-23 Tomas HrubyWatchdog and kernel profiling for AMD
2010-09-23 Tomas Hrubyneg64() makes a 64bit integer negative
2010-09-23 Tomas HrubyCPU type detection
2010-09-23 Ben Grascprofalyze - perl path fix.
2010-09-23 Tomas HrubyLong (32 char) symbol names in sprofalyze
2010-09-23 Tomas Hrubysprofalyze only warns when executables don't exist
2010-09-23 Tomas Hrubysprofalyze detects what nm to use
2010-09-23 Tomas HrubyBusy idle loop when profiling
2010-09-23 Tomas Hrubysprofile exports kernel sample entries
2010-09-23 Tomas HrubyInternal 64M buffer for profiling
2010-09-23 Tomas HrubyNMI sampling
2010-09-23 Tomas HrubyThe profile utility can set the sprofiling mode
2010-09-23 Tomas HrubyNew profile protocol
2010-09-23 Tomas Hruby32bit process flags
2010-09-23 David van Moolenbroeklibsys: tsc_to_micros support for large TSC delta values
2010-09-23 Thomas VeermanGet rid of erroneous define
2010-09-22 Ben Grasincludes - minor compile fixes.
2010-09-22 Ben Grasenable_fpu_exception() - only write cr0 if bit isn...
2010-09-22 Tomas HrubyNo need to scan devices in PIC mode
2010-09-22 Tomas HrubyRemove unnecessary TLB flushes
2010-09-21 Ben GrasUPDATING - warning about /usr/gnu/lib
2010-09-21 Thomas VeermanAdd libmthread and test59 to test the implementation
2010-09-20 Ben Grasinclude minix 'all' package.
2010-09-20 Ben Graslib/libsys/gcov.c - fix gcc warning
2010-09-20 Ben Gras . forget obsolete /usr/local/bin in $PATH
2010-09-19 Tomas HrubyFixed comments in watchdog
2010-09-19 Tomas Hrubyfix - forgotten debug print
2010-09-19 Tomas HrubyUserspace scheduling - exporting stats
2010-09-17 Ben Graspkgsrc: save binary packages in arch- and osversion...
2010-09-17 Thomas VeermanFix failing unmount attempt at shutdown after running...
2010-09-17 David van Moolenbroekanother sprofalyze.pl update
2010-09-17 Tomas Hrubysprofalyze.pl update
2010-09-16 Tomas HrubyFixed FPU for single cpu
2010-09-16 Tomas Hrubyapic_timer_x
2010-09-15 Tomas HrubyFixed unintentionally removed world target in Makefile
2010-09-15 Tomas HrubySMP - all process have pagetables
2010-09-15 Tomas HrubySMP - lazy FPU
2010-09-15 Tomas HrubySMP - can boot even if some cpus fail to boot
2010-09-15 Tomas HrubySMP - Make sure that VM does not change pt of a process...
2010-09-15 Tomas HrubySMP - Force TLB flush before scheduling a process
2010-09-15 Tomas HrubySMP - Process is stopped when VM modifies the page...
2010-09-15 Tomas HrubySMP - runctl() can stop across cpus
2010-09-15 Tomas HrubySMP - Single shot local timer
2010-09-15 Tomas HrubySMP - Compiles for both single and multi processor...
2010-09-15 Tomas HrubySMP - Print cpu of the process
2010-09-15 Tomas HrubySMP - trully idle APs
2010-09-15 Tomas HrubySMP - BSP halts APs before shutting down
2010-09-15 Tomas HrubySMP - Balancing run queues for SMP
2010-09-15 Tomas HrubySMP - Changed prototype of sys_schedule()
2010-09-15 Tomas HrubySMP - BKL statistics
2010-09-15 Tomas HrubySMP - Free PDE slots are split among CPU
2010-09-15 Tomas HrubySMP - Scheduler can assign process to a cpu
2010-09-15 Tomas HrubySMP - APs are fully enabled
2010-09-15 Tomas HrubySMP - CPU local cycles accounting
2010-09-15 Tomas HrubySMP - proc_ptr and bill_ptr initialization
2010-09-15 Tomas HrubySMP - CPU local idle stub
2010-09-15 Tomas HrubySMP - CPU local run queues
2010-09-15 Tomas HrubySMP - CPU and CPU mask for processes
2010-09-15 Tomas HrubySMP - BSP waits until the APs finish their booting
2010-09-15 Tomas HrubySMP - Only a single APIC timer handler
2010-09-15 Tomas HrubySMP - The slave CPUs turn paging on
2010-09-15 Tomas HrubySMP - Big kernel lock (BKL)
2010-09-15 Tomas HrubySMP - Kernel is loaded above 1M by default
2010-09-15 Tomas HrubySMP - We boot APs
2010-09-15 Tomas HrubySMP - Cpu local variables
2010-09-15 Tomas Hrubyproc_init()
2010-09-15 Tomas HrubyEnable paging - some more code reshuffling
2010-09-15 Tomas Hrubyarch proto.h renamed to arch_proto.h
2010-09-15 Ben Grasbump trunk version to 3.1.9
2010-09-15 Ben Grasinclude - minor compile fixes (including <ansi.h> in...
2010-09-14 David van Moolenbroekmake getsysinfo() a system-land call
2010-09-14 David van Moolenbroekmake all other commands use ProcFS
2010-09-14 David van Moolenbroekmake top(1) use ProcFS
2010-09-14 David van Moolenbroekmake ps(1) use ProcFS
2010-09-14 David van Moolenbroekmake library calls use ProcFS
2010-09-14 David van MoolenbroekProcFS integration
2010-09-14 David van MoolenbroekProcFS server, by Alen Stojanov and David van Moolenbroek
2010-09-14 David van MoolenbroekVM: expose secondary cache size
2010-09-14 David van MoolenbroekPM: save process frame length
2010-09-14 Ben Grasadd EHOSTDOWN errno.
2010-09-13 Ben Grasmake, lib changes to make gcc/clang format libraries...
2010-09-13 Ben Graslib: fixes to make clang not error
2010-09-13 Ben GrasMakefiles: remove -D__minix for assembly invocations.
2010-09-12 Arun ThomasUpdate PATHs for llvm and X11
2010-09-12 Arun ThomasRemove packit/packman from Makefile
2010-09-12 Arun ThomasRemove packman and packit manpages
2010-09-10 Arun ThomasUpdate release script for pkgsrc
next