]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2010-01-20 Kees van ReeuwijkRemoved unused code in the ethernet driver that was...
2010-01-20 Erik van der... Fix typo in ENOPSUP definition
2010-01-19 David van Moolenbroekremove SYS_MAPDMA
2010-01-19 David van Moolenbroekrename message.m5_c[12] to m5_s[12]
2010-01-19 David van Moolenbroeksetgroups fix
2010-01-19 David van MoolenbroekVM information interface
2010-01-19 Tomas HrubyFixed warnings in watchdog.c
2010-01-18 Kees van ReeuwijkFixed some flawed defensive programming in audio drivers.
2010-01-18 Erik van der... Use _POSIX_SOURCE rather than _MINIX to protect popen...
2010-01-18 Ben GrasFix to make making a bootable cd possible again.
2010-01-16 Tomas HrubyNMI watchdog is an awesome feature for debugging locked...
2010-01-16 David van MoolenbroekGive SETALARM privilege to atl2 driver
2010-01-15 Kees van ReeuwijkAdded a missing return statement in paired_grant().
2010-01-15 Ben Grasmake C function setgroups() be _setgroups(), called...
2010-01-15 Tomas Hruby_cpuid() - full cpuid instruction wrapper
2010-01-15 Ben GrasFixed extern declaration from pointer to array
2010-01-15 David van MoolenbroekCompile and install e1000 driver by default
2010-01-14 Cristiano GiuffridaMerge of Wu's GSOC 09 branch (src.20090525.r4372.wu)
2010-01-14 Kees van ReeuwijkFixed a bug in do_sdevio() that broke I/O size computat...
2010-01-14 Kees van ReeuwijkRemoved a whole herd of unused variables.
2010-01-14 Kees van ReeuwijkRemove obsolete m_ptr calculations in try_one() and...
2010-01-14 Tomas HrubyUninitialized variable fix in VM to kernel protocol
2010-01-14 Tomas HrubyKilling Minix by typing Q on serial console
2010-01-13 Tomas HrubyFixed redundant typecast in lapic write/read macros
2010-01-13 Tomas HrubyAPIC disabled if CPU lacks TSC
2010-01-13 Thomas Veerman- Make packman unmount the packages cd if it was mounted.
2010-01-13 Kees van ReeuwijkFixed a bug in apic.c that broke lapic_stop_timer().
2010-01-13 David van MoolenbroekPCI: add 64-bit BAR support
2010-01-12 David van MoolenbroekMount updates:
2010-01-12 Erik van der... Add tests for sigsetjmp/siglongjmp
2010-01-11 Tomas HrubyLocal apic is dissabled by default
2010-01-11 Kees van ReeuwijkFixed some missing return statements.
2010-01-09 Erik van der... Update years in man-pages (thanks to Antoine Leca for...
2010-01-08 Erik van der... Implementations of readv and writev
2010-01-08 Erik van der... Add scalbn family of functions
2010-01-08 Erik van der... Add fabsf function
2010-01-08 Cristiano GiuffridaInitialization protocol for system services.
2010-01-07 Erik van der... Prevent nanosleep from potentially overwriting sleep...
2010-01-07 Erik van der... Add ENOTSUP error code
2010-01-07 Erik van der... Make get/setsockopt handle SOREUSEADDR
2010-01-07 Erik van der... Allow test43 to deal with broken symlinks
2010-01-06 Erik van der... Fix brackets in kernel/arch/i386/include/archconst.h
2010-01-06 Erik van der... Fix bracket with different color in netconf(8) man...
2010-01-06 Erik van der... Man-page for netconf(8), contributed by Leith Brandeland
2010-01-06 Kees van ReeuwijkFixed a typing bug.
2010-01-06 Erik van der... Fix netconf alignment now that there is a number 10"
2010-01-06 Erik van der... Move man-pages for zoneinfo, replace with links
2010-01-06 Erik van der... Oops, forgot to svn add this
2010-01-06 Erik van der... Move man-pages for bzip2, replace with links.
2010-01-06 Erik van der... Man-page for ping, contributed by Leith Brandeland
2010-01-05 David van MoolenbroekGeneral cleanup:
2010-01-05 David van MoolenbroekVM: make munmap(2) round length up, not down (reported...
2010-01-05 David van Moolenbroekadd ptrace(2) TO_NOEXEC flag
2010-01-05 David van Moolenbroekstart a.out2com script with 'sh' (Bug#365.1, reported...
2010-01-04 David van Moolenbroektypo (Bug#376, reported by Kees van Reeuwijk)
2010-01-01 David van Moolenbroekmore kernel header typos
2009-12-31 Erik van der... Add man entry for new errno code
2009-12-31 Erik van der... Added EILSEQ, based on newsgroup post by Leith
2009-12-30 David van MoolenbroekDriver for Attansic L2 FastEthernet (atl2)
2009-12-30 Erik van der... Man-page name order fixes
2009-12-30 Erik van der... Add timeout to test42
2009-12-30 David van MoolenbroekKernel: fix do_stime.c header comment (2)
2009-12-30 David van MoolenbroekKernel: fix do_stime.c header comment
2009-12-29 David van Moolenbroekmdb(1) fixes:
2009-12-29 David van Moolenbroeksuppress kernel/VM memory debugging information
2009-12-29 David van Moolenbroekunbreak, deprivilege dumpcore(1)
2009-12-29 David van Moolenbroekptrace(2) modifications:
2009-12-24 David van Moolenbroekunbreak "make dos" in boot (Bug#365, patch by Antoine...
2009-12-24 David van MoolenbroekFix MFS ftruncate crash (Bug#370, reported by Aki Goto)
2009-12-24 Erik van der... Floating point support functions
2009-12-23 David van Moolenbroekunbreak building CDs
2009-12-23 David van MoolenbroekCorrect ping(1) usage string (Bug#372, reported by...
2009-12-23 Cristiano GiuffridaMove setuid() hack where it belongs.
2009-12-23 Cristiano GiuffridaShare exec images in RS.
2009-12-22 David van MoolenbroekConsole function keys and color support:
2009-12-22 David van Moolenbroekanother warning regression fix
2009-12-21 David van Moolenbroekno! no new warnings
2009-12-21 David van MoolenbroekFilter driver updates:
2009-12-21 David van MoolenbroekTTY fixes:
2009-12-21 Cristiano GiuffridaBasic System Event Framework (SEF) with ping and live...
2009-12-21 Thomas VeermanFix typo
2009-12-21 David van MoolenbroekSupport for larger disks.
2009-12-21 Thomas VeermanFix typo and a bug causing vnode references to become...
2009-12-20 Thomas VeermanFix compilation errors caused by more files not added...
2009-12-20 Thomas VeermanAdd PFS (missing in previous commit)
2009-12-20 Thomas Veerman- Introduce support for sticky bit.
2009-12-17 Erik van der... Remove some GCC library warnings
2009-12-17 Cristiano GiuffridaDrivers and servers are simply known as services.
2009-12-16 Cristiano GiuffridaFix bug in IPC deadlock detection code.
2009-12-16 David van Moolenbroektypo
2009-12-14 David van Moolenbroekfix remaining warnings in 'make world'
2009-12-14 David van Moolenbroekawk: check presence of parameters
2009-12-13 David van Moolenbroektest42: disable attach-to-PM test
2009-12-11 Cristiano GiuffridaRewrite of boot process
2009-12-09 Erik van der... Adjust number of tests
2009-12-09 Erik van der... Implementation of strto(u)ll, documentation and tests...
2009-12-09 Erik van der... Add Ben's test 44
2009-12-09 Erik van der... Use subdirectory t43 for tests
2009-12-09 Erik van der... Removed non-existant test 44 from Makefile
2009-12-08 Ben GrasMake VM fix up memory for kernel that crosses region...
next