]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2012-02-09 Evgeniy IvanovFix shutdown message in setup.sh
2012-02-09 Evgeniy IvanovProper banner for CD.
2012-02-09 Evgeniy IvanovWarn users about non NetBSD mbr.
2012-02-09 Evgeniy IvanovSupport reinstall and new boot.
2012-02-09 Evgeniy IvanovBuild both old boot and new boot (for setup).
2012-02-09 Evgeniy IvanovBuild release CD based on new boot.
2012-02-09 Antoine Lecawriteisofs: also boots plain binaries with -B
2012-02-09 Antoine Lecawriteisofs: improve compatibility
2012-02-09 Evgeniy IvanovAdd new boot to the setup.
2012-02-09 Evgeniy IvanovBuild ELF for release (chrootmake).
2012-02-09 Antoine LecaSwitch part/autopart to new mbr bootblock
2012-02-09 Ben GrasFixes for loading kernel with multiboot
2012-02-09 Evgeniy IvanovAllow human readable name for the root device.
2012-02-09 Evgeniy IvanovRotate kernels/images/modules.
2012-02-09 Evgeniy IvanovIntegrate new boot stuff into build scheme.
2012-02-09 Evgeniy IvanovRemove libkern, leave just header.
2012-02-09 Evgeniy IvanovPort cdboot.
2012-02-09 Evgeniy IvanovImport cdboot.
2012-02-09 Evgeniy IvanovPort MBR.
2012-02-09 Evgeniy IvanovImport sys/arch/i386/stand/mbr.
2012-02-09 Evgeniy IvanovPort installboot as installboot_nbsd and rename the...
2012-02-09 Evgeniy IvanovImport usr.sbin/installboot.
2012-02-09 Evgeniy IvanovPort bootxx.
2012-02-09 Evgeniy IvanovAdjust boot from NetBSD.
2012-02-09 Evgeniy IvanovFix bug in libsa/ls.
2012-02-09 Evgeniy IvanovInitial import of libsa, libkern, bootxx, boot.
2012-02-09 Thomas VeermanAVFS/APFS: small cleanup
2012-02-09 Thomas VeermanAVFS: fix various system call interruption issues
2012-02-09 Thomas Veermanlibchardriver: fix open reply for async devices
2012-02-06 Ben Gras-lminixutil link fixes
2012-02-06 Evgeniy IvanovEnlarge ramdisk size (blocks).
2012-02-03 Tomas HrubyNBSD INCLUDES - fixed missing vm_remap_ro() proto
2012-02-03 Ben Grasinet: strncmp() fix
2012-02-02 Ben Grastemporarily disable update-superblock check
2012-02-02 Thomas VeermanAPFS: fix link issue when compiling with Clang
2012-02-02 Thomas VeermanINET: fix 'improved' assert
2012-02-02 Thomas VeermanRemove unused variables
2012-02-01 Thomas VeermanINET: fix a few GCC compilation warnings
2012-02-01 Thomas Veermanlibpuffs: make GCC happy
2012-02-01 Thomas VeermanAVFS: only put mount point when it was used as one
2012-02-01 Thomas Veermanservice: allow starting service with user's realuid
2012-01-30 Thomas Veermane1000: reset hardware before stopping
2012-01-30 Thomas VeermanINET: remove erroneous assert
2012-01-30 Thomas VeermanDon't panic on a misconfigured machine
2012-01-30 Thomas VeermanAdd permission test for bind and socket
2012-01-30 Thomas VeermanINET: drop privileges upon startup
2012-01-30 Thomas VeermanAPFS: drop privileges upon startup
2012-01-30 Thomas VeermanAVFS: make forbidden check for specific proc instead...
2012-01-30 Thomas VeermanAVFS: initialize root FS before receiving new work
2012-01-30 Thomas VeermanPM: extend srv_fork to set a specific UID
2012-01-27 Erik van der... Prevent the ramdisk makefile from failing if the last...
2012-01-26 Tomas HrubySMP - clock calibration spurious IRQ deadlock fix
2012-01-25 Tomas HrubySMP - no_apic=0 and acpi=1 set when CONFIG_SMP=y
2012-01-25 Tomas HrubyRevert 93b9873a562b11dfedf5f4e53ef87bf256d80207
2012-01-20 Ben Grasmtree: zoneinfo dirs
2012-01-20 Antoine LecaDon't overwrite old mv, ln, cp, etc man pages with...
2012-01-19 Thomas VeermanDon't print events that happen often
2012-01-19 Thomas Veermanlseek should not yield a negative file position
2012-01-19 Thomas VeermanDon't try to find file position beyond double indirect...
2012-01-19 Thomas VeermanAdd support for survival of crashed FSs
2012-01-18 Ben Grasmfs: mark blocks clean when invalidated
2012-01-16 Thomas VeermanUse correct value for _NSIG
2012-01-16 Thomas VeermanINET: initialize timer to not-in-use
2012-01-16 Thomas VeermanNew zoneinfo port from NetBSD
2012-01-16 Thomas VeermanReplace rm and rmdir with NetBSD version
2012-01-16 Thomas VeermanRemove unused variable
2012-01-16 Thomas VeermanIncrease thread stack space for GCC compiled images
2012-01-16 Thomas VeermanAVFS: Return actual last dir when path is named by...
2012-01-13 David van Moolenbroekvfs/avfs: renumber stat calls so as to be unique
2012-01-13 David van MoolenbroekCut PM out of the adddma/deldma/getdma call path
2012-01-13 David van MoolenbroekRemove obsolete PROCSTAT/getsigset call.
2012-01-13 Jan WieckImplement AcpiOsStall, AcpiOsSleep, AcpiOsGetTimer
2012-01-13 Ben Grasvm_remap_ro
2012-01-13 Tomas HrubyVM - vm_unmap() takes SELF as valid argument
2012-01-13 Tomas HrubyVM - clear vminhibit iff it was set
2012-01-13 Tomas HrubySMP - asyn send SMP safe
2012-01-13 Tomas HrubySMP - smp_schedule()
2012-01-13 Tomas HrubySMP - cpu_is_idle made volatile
2012-01-13 Tomas HrubySMP - fixed usage of stale TLB entries
2012-01-13 Tomas HrubySMP - fixed IPI livelock
2012-01-13 Tomas HrubySMP - do_update fix
2012-01-13 Tomas HrubyKERNEL - cause SIGSEGV if bad pointer to kernel
2012-01-13 Tomas HrubyKERNEL - mini_senda simplification
2012-01-13 Tomas HrubyKERNEL - has_pending() not exposed
2012-01-13 Tomas HrubyKERNEL - do_privctl() fix
2012-01-12 Arun ThomasIncrease ramdisk size for clang
2012-01-12 Antoine LecaAllow clang for kernel compilation
2012-01-12 Thomas VeermanFix tll state bug
2012-01-11 Ben Gras/etc/shells
2012-01-11 Ben Grasvm: clear map cache after kernel requests
2012-01-10 Ben Grasmove pax and chmod for useradd
2012-01-10 David van Moolenbroekrc: transitional fix for old fstab
2012-01-08 Evgeniy IvanovConvert s_block_size on MFSv3.
2012-01-08 Ben Grasanother UPDATING tweak
2012-01-08 Ben Grasadded etcforce to UPDATING
2012-01-05 Ben GrasAdded UPDATING about mfs clean flag changes.
2012-01-04 David van Moolenbroekavfs: fix for root file system not being unmounted
2011-12-23 David van Moolenbroeksys/queue.h: add LIST_FOREACH_SAFE to netbsd copy
2011-12-23 David van Moolenbroekhgfs: fix atime/mtime attribute setting bug
2011-12-23 David van Moolenbroekhgfs: resolve gcc -W warnings
next