]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2010-03-12 Kees van ReeuwijkLet the commands/simple/tr.c understand about '\t'...
2010-03-11 Kees van ReeuwijkAdd an UNUSED annotation, and use it in libsys.
2010-03-10 Erik van der... Work around KVM unreal mode bug by avoiding unreal...
2010-03-10 Kees van ReeuwijkClean up code in preparation for using gcc warnings.
2010-03-10 Ben Grasre-establish kernel assert()s.
2010-03-09 Kees van ReeuwijkAdd prototypes for a bunch of time-related functions...
2010-03-09 Kees van ReeuwijkAdd a set of declarations to math.h. Since we don't...
2010-03-09 Dirk Vogtfix newsigset/oldsigset references
2010-03-09 Kees van ReeuwijkPrevent the use of an unitialized variable for block...
2010-03-09 Arun ThomasFlex: Fix install(1) invocation in build
2010-03-09 Arun ThomasMove archtypes.h, fpu.h, and stackframe.h
2010-03-08 David van MoolenbroekVFS fixes:
2010-03-08 Kees van ReeuwijkAlso run fixincludes in gcc 4.4.3
2010-03-08 Ben Grasfix for wrong arg to va_end() in panic() (thanks tveerman)
2010-03-08 Arun ThomasInclude directory reorg and makefile updates.
2010-03-05 Tomas HrubyFix for FPU broken by r6131
2010-03-05 Ben Graspanic() cleanup.
2010-03-04 Kees van ReeuwijkMove cp_grant_id_t to a more central header file, and...
2010-03-03 Ben GrasNo more E{SRC,DST}DIED errno's, replaced by EDEADSRCDST.
2010-03-03 Ben Grastop manpage update
2010-03-03 Ben Grasnew feature for top - display chain of blocked processe...
2010-03-03 Ben Grasno more kprintf - kernel uses libsys printf now, only...
2010-03-03 Ben GrasNew P_BLOCKEDON for kernel - a macro that encodes the...
2010-03-03 Arun ThomasConvert library asm files to GAS syntax
2010-03-02 Kees van ReeuwijkMore correctly use cp_grant_id_t.
2010-03-02 Kees van ReeuwijkFixed a number of cases where a bits in an integer...
2010-03-02 Tomas HrubyTypo in VM server
2010-03-01 Ben Grasslight tuning of /etc/mk situation when making release.
2010-02-26 Erik van der... #include <minix/ipc.h> in <minix/sef.h>
2010-02-26 Erik van der... #include <minix/ipc.h> in <minix/sef.h>
2010-02-25 Arun ThomasCopy mkfiles when building world
2010-02-25 Ben Gras - new pread(), fnmatch() calls
2010-02-24 Arun ThomasReplace Minix tar with pax's tar
2010-02-24 Arun ThomasImprove makefile logic for building programs/libs
2010-02-24 Kees van ReeuwijkFixed an array bounds violation.
2010-02-22 Kees van ReeuwijkFix an array-bound violation, add some include guards.
2010-02-19 Ben Grasremove subdirs that aren't built.
2010-02-19 Ben Grasadd swifi to the build/install.
2010-02-19 Ben Grasfix some warning in swifi, make it installable
2010-02-19 Erik van der... Flag to load kernel high (not yet used by default)...
2010-02-19 Erik van der... Remove executable bit on mkdep.1
2010-02-19 Kees van ReeuwijkFix some uses of uninitialized variables.
2010-02-19 Kees van ReeuwijkRemove useless variables and the computations on them.
2010-02-17 Kees van ReeuwijkLots of cleanup of boot code.
2010-02-17 Kees van ReeuwijkRemove some unused #include.
2010-02-17 Arun ThomasBump version number to 3.1.7
2010-02-17 Arun ThomasGet gcc tests building again
2010-02-16 Erik van der... Throw out obsolete Atari, Macintosh and Sun code to...
2010-02-16 Arun ThomasIncorporate bsdmake into buildsystem and reorganize...
2010-02-15 Kees van ReeuwijkThe function fabsf should return a float, not a double.
2010-02-14 David van Moolenbroekfix the somehow newly introduced warnings
2010-02-13 Erik van der... use the verbose=2 boot monitor setting to get extensive...
2010-02-12 Kees van ReeuwijkUndo the use of #include <...> because it caused some...
2010-02-10 Tomas Hrubytop update
2010-02-10 Tomas HrubyTime accounting based on TSC
2010-02-10 Ben Grasnew free_contig() and changes to make drivers use it...
2010-02-09 Tomas HrubyFixes broken orinoco compilation in r6119
2010-02-09 Tomas HrubyAnd of course, as much as I've tried to be careful...
2010-02-09 Tomas Hrubyintr_disabled() tests removed
2010-02-09 Tomas HrubyNo locking in kernel code
2010-02-09 Kees van ReeuwijkLots of small code cleanup: make symbols local, remove...
2010-02-09 Tomas HrubyTASK_PRIVILEGE and level0() removed
2010-02-09 Tomas HrubyNo CLOCK task
2010-02-09 Tomas HrubyRemoval of the system task
2010-02-09 Tomas Hrubycopy_msg_from_user() and copy_msg_to_user()
2010-02-09 Tomas HrubyEarly address space switch
2010-02-09 Tomas HrubySys calls are called ipc calls now
2010-02-09 Tomas HrubySystem task initialization moved to main()
2010-02-09 David van MoolenbroekFixes for truncate system calls:
2010-02-09 David van MoolenbroekKernel: fix sys_irqctl(IRQ_RMPOLICY)
2010-02-07 David van Moolenbroeka.out.h typo (Bug#398, reported by 7shi)
2010-02-05 Tomas Hrubygas2ack fix
2010-02-05 Erik van der... Fixes in mkdep.1, suggested by Greg King
2010-02-04 Ben Grasphilip's inet tcp fix.
2010-02-04 Ben Grasonly check local benchmark dir if it exists
2010-02-04 Ben Grasalso be able to run benchmarks from packages.
2010-02-04 Arun ThomasImport NetBSD's make
2010-02-03 Tomas HrubyRemoved useless global variable sys_call_code
2010-02-03 Ben Grasmakefile for benchmarks.
2010-02-03 Ben Grasfix for asmconv - stop translating after .sect .end.
2010-02-03 Ben Grasremove traces of benchmarks from test/.
2010-02-03 Ben Grasmove benchmarks to their own dir.
2010-02-03 Ben Grasforget difference between big and small commands -...
2010-02-03 Erik van der... Throw out getpack, replace printenv with a link to env
2010-02-03 Ben Grasremoval of unused vm<->vfs code.
2010-02-03 Ben Grassmall asmconv cleanups.
2010-02-03 David van MoolenbroekStatistical profiling fixes:
2010-02-03 Tomas HrubyThis patch removes the global variables who_p and who_e...
2010-02-02 Erik van der... Add smallbunzip2 to bzip2 man-page
2010-02-02 Erik van der... Man-pages on mkdep, cdprobe, loadramdisk and newroot...
2010-02-02 Kees van ReeuwijkFix some incorrect testing of bit flags.
2010-01-31 Erik van der... Kill processes which ignore signals thatshould not...
2010-01-31 Ben Grasimprove behaviour under VPC, fixes from nicolas tittley.
2010-01-29 Kees van ReeuwijkFix a complaint about a value return from a void function.
2010-01-28 Kees van ReeuwijkFixed a number of complaints about missing return state...
2010-01-27 David van MoolenbroekHGFS tweaks
2010-01-27 Erik van der... Increase process table size
2010-01-27 Ben Grasignore .svn dirs when making binary packages
2010-01-27 Ben Grasbump version number to 3.1.6, copyright year to 2010.
2010-01-27 Kees van ReeuwijkFixed a number of uses of uninitialized variables by...
next