]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2013-01-29 Ben Grasvm: fix kernel-requested mappings for arm 68/268/1
2013-01-28 Kees Jongenburgergpio:Initial GPIO driver.(ARM) 67/267/3
2013-01-25 Antoine LecaImport infocmp from NetBSD 66/266/1
2013-01-25 Antoine Lecaimport tput from NetBSD 65/265/1
2013-01-25 Antoine LecaMined: allow Ins to mark 64/264/1
2013-01-25 Antoine Lecamake: correct a typo of NetBSD source 63/263/1
2013-01-25 Antoine LecaReplace tell_config with NetBSD osrelease.sh 62/262/1
2013-01-25 Antoine LecaRamdisk: remove mtab, as now obsolete 61/261/1
2013-01-25 Antoine Lecamkdep: restore NetBSD behaviour 60/260/1
2013-01-25 Antoine LecaGNU tools: improvements to fetching process 59/259/1
2013-01-25 Thomas VeermanVFS: fix select again
2013-01-25 Thomas VeermanARM: run with 64 processes only for now
2013-01-25 Thomas VeermanKernel/ARM: faster context save
2013-01-25 Thomas VeermanKernel/ARM: use modern srsdb invocation
2013-01-25 Thomas Veermanlibcsu: store argc and argv on the stack
2013-01-25 Thomas VeermanRamdisk: fix ramdisk creation for ARM
2013-01-25 Thomas VeermanAlso build and install log for ARM
2013-01-25 Thomas VeermanARM: disable __minix_init for now
2013-01-25 Thomas VeermanARM: correctly store kernel_info_struct pointer
2013-01-25 Thomas VeermanVM: ARM needs more spare pages
2013-01-25 Thomas VeermanARM: Provide linker script for VM
2013-01-25 Thomas VeermanSplit libsys in arch dependent parts
2013-01-25 Thomas VeermanARM: clear BSS upon boot
2013-01-25 Thomas VeermanARM: provide means to pass boot cmdline
2013-01-25 Thomas VeermanPFS: verify nrbytes
2013-01-25 Ben Grastests: print error locations verbosely 43/243/2
2013-01-24 Ben Grasgetifaddrs: add un-namespaced alias 42/242/1
2013-01-24 Lionel SambucTermcap update, replacing elvis by nvi. 41/241/1
2013-01-23 Lionel SambucRe-adding extended keys in minix termcap entry 40/240/1
2013-01-23 Lionel SambucFixing cross build i386 on minix 39/239/1
2013-01-23 Kees Jongenburgerbuild:fixes Files in DESTDIR but missing from flist. 37/237/2
2013-01-23 Kees Jongenburgerbuild:fixes Files in DESTDIR but missing from flist. 36/236/1
2013-01-23 Thomas VeermanVFS/PFS: remove remnants of file position in pipes
2013-01-23 Thomas VeermanVFS: fix select bug on pipes
2013-01-23 Thomas Veermanramdisk: traditional-cpp does not work with clang
2013-01-23 Kees Jongenburgerbuild:fixes Files in DESTDIR but missing from flist. 35/235/2
2013-01-23 Joachim Henkeramdisk: add virtio-blk to proto and boot option
2013-01-23 Arne Welzelvirtio: virtio-net driver
2013-01-23 Arne Welzelvirtio: virtio-blk driver
2013-01-23 Joachim Henkepci: add virtio pci device ids
2013-01-23 Arne Welzelvirtio: generic virtio library
2013-01-18 Ben Graskernel: fix sanity check
2013-01-17 Ben GrasReplace previous change by different test
2013-01-17 Lionel Sambucdrivers/ramdisk/Makefile fixup
2013-01-17 Nicholas HeathFixed bug in getrlimit as core dumps are supported...
2013-01-17 Lionel SambucARM updates
2013-01-17 Lionel SambucToolchain adaptation for ARM MINIX support
2013-01-17 Lionel SambucReverting back to default value of MKARZERO
2013-01-17 Lionel SambucRemoving useless __NBSD_LIBC define in libcurses
2013-01-16 Kees Jongenburgermisc:Add gerrit code review support. 66/166/2
2013-01-15 Ben Grassys/arch/x86/include updates
2013-01-15 Ben Grascsu: restore crt1.o symlink
2013-01-15 Ben Grassprofalyze fixes
2013-01-15 Ben Grastar: use utime() to restore timestamps
2013-01-14 Lionel SambucUPDATING instructions for libc/terminfo update
2013-01-14 Lionel SambucFix warnings trivial warnings.
2013-01-14 Lionel SambucChanging field utmp.ut_time from int to time_t 80/180/2
2013-01-14 Lionel SambucImporting common/dist/zlib 79/179/2
2013-01-14 Lionel SambucUpdating lib/libcrypt 78/178/2
2013-01-14 Lionel SambucUpdating usr.bin/passwd 77/177/2
2013-01-14 Lionel SambucUpdating usr.bin/make 76/176/2
2013-01-14 Lionel SambucUpdating usr.bin/m4 75/175/2
2013-01-14 Lionel Sambucnbsd_ports cleanups 74/174/2
2013-01-14 Lionel SambucCleaning usage of MAJOR/MINOR 73/173/2
2013-01-14 Lionel SambucUpdating libcurses, libterminfo and terminfo. 36/136/5
2013-01-14 Lionel SambucLibraries updates and cleanup 72/172/2
2013-01-14 Lionel SambucMoving all NetBSD headers back where they belong. 48/148/3
2013-01-14 Lionel Sambuccommon upgrades 45/145/4
2013-01-13 Kees Jongenburgerramdisk:add support for cross building a dso ramdisk. 71/171/3
2013-01-13 Kees Jongenburgerramdisk:replace proto.sh by the c processor. 70/170/4
2013-01-11 Thomas VeermanVFS: initialize variables
2013-01-11 Thomas VeermanVFS: Coverity appeasements
2013-01-11 Thomas VeermanARM: fix clock
2013-01-11 Thomas VeermanARM: make cycle counter available to userspace
2013-01-11 Thomas VeermanAdd stack trace dumps for VFS over serial
2013-01-11 Thomas VeermanVFS: add documentation about internal working
2013-01-11 Thomas VeermanVFS: change locking to ease concurrent FSes
2013-01-11 Thomas Veermanlibmthread: add possibility to randomize scheduler
2013-01-11 Thomas VeermanVFS/PFS: remove notion of position in pipes
2013-01-11 Thomas VeermanVFS: fix locking bugs
2013-01-09 Ben Grasvm: fix region reporting bug
2013-01-08 Ben Grasservice: nonfatally ignore unknown call keywords
2013-01-08 Ben Grasrelease.sh: restore -jJAILDIR option
2013-01-08 Antoine LecaDrop obsolete klib16.S
2013-01-08 Antoine Lecagzip: fix warning messages with off_t
2013-01-08 Ben Graslibc, libutil: remove compat hacks
2013-01-08 Ben Graskernel: trap-dependent state restore, trace fixes
2013-01-08 Ben Grasvm: restore stacktrace on SIGSEGV
2013-01-08 Ben Graskernel: separate state for trace-deferred syscalls
2013-01-08 Ben Graskernel: restore setting KTS_NONE
2013-01-08 Kees Jongenburgerkernel:add a some information in backtraces. 58/158/2
2013-01-08 Kees Jongenburgervm:enable the instruction and data caches. 57/157/2
2013-01-08 Kees Jongenburgertest:update tests to fix compiler warnings. 65/165/1
2013-01-07 Ben Graskernel: restore stacktraces
2013-01-07 Kees Jongenburgervfs:fix for variable 'rfp' set but not used. 56/156/2
2013-01-07 Kees Jongenburgervm: Fix sparepage resource leak. 54/154/2
2013-01-04 Ben Grasunstack - fix ipcvecs
2013-01-04 Ben Grasunstack: add shared libraries symbols
2012-12-29 Ben Graslibexec exec fix
2012-12-29 Ben Grasinclude: reduce default stack size
next