]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2008-12-11 Ben Gras . HZ no longer constant, but settable at boot time...
2008-12-11 Ben Grasfix race condition that can trigger 'enqueue already...
2008-12-08 Ben Grasumap fix
2008-12-08 Ben Gras - code shared with exec() letting boot-time processes...
2008-12-08 Ben Gras - hz dynamic
2008-11-19 Ben Grasfloppy must be able to allocate a bit more for nonpaged...
2008-11-19 Ben Grasmake allocmem accept and return values in bytes, ramdis...
2008-11-19 Ben Grasminor fixes
2008-11-19 Ben Graspaged mode is default.
2008-11-19 Ben Grasinclude libraries.
2008-11-19 Ben Graslingering file
2008-11-19 Ben Graslingering file.
2008-11-19 Ben GrasBasic VM and other minor improvements.
2008-10-02 Philip HomburgReverted accidental change to stat.c.
2008-10-02 Philip HomburgSome changes that were missing from the previous commit
2008-10-02 Philip HomburgMinix 3 version
2008-10-02 Philip HomburgUnmodified source of the software fault injection utility
2008-10-01 Ben Grasthrow out two time consuming tests
2008-07-22 David van MoolenbroekAdded lance entry to drivers.conf.
2008-06-24 David van MoolenbroekBackport of fix from asynchvfs branch for PM-LOG-VFS...
2008-04-08 Ben GrasA glob() implementation.
2008-04-08 Ben GrasUse $PAGER if set. Suggested by gigabo at gmail.com.
2008-03-12 Philip HomburgSelect support for eth by Erik van der Kouwe.
2008-02-25 Philip HomburgSYS_MAPDMAx -> SYS_MAPDMA, added IOMMU_MAP
2008-02-25 Philip HomburgBuild libdriver_asyn for target image
2008-02-25 Philip HomburgSYS_MAPDMAx -> SYS_MAPDMA.
2008-02-25 Philip HomburgFixed include files.
2008-02-25 Philip Homburg_function, function -> call_nr
2008-02-25 Philip HomburgAdded O_REOPEN, better error handling.
2008-02-25 Philip HomburgAdded XDOPEN.
2008-02-25 Philip HomburgAdded libdriver_asyn and amddev
2008-02-25 Philip HomburgDriver for AMD's DEV.
2008-02-25 Philip HomburgAsynchrnous character device interface.
2008-02-25 Philip HomburgNeed separate 'prev_next' pointers for kernel and TTY.
2008-02-25 Philip HomburgLink random number genertor with libdriver_asyn
2008-02-25 Philip HomburgCopy of libdriver for asynch interface to character...
2008-02-25 Philip HomburgSupport for I/O MMU.
2008-02-25 Philip HomburgMore heap for fxp, support for I/O MMU.
2008-02-25 Philip HomburgRespond to RS ping request, asynch interface, register...
2008-02-22 Philip HomburgUse nonblocking sends to reply, fixed reply message...
2008-02-22 Philip HomburgFunctions that check arguments and return a status...
2008-02-22 Philip HomburgDeclare and call functions that check arguments and...
2008-02-22 Philip HomburgUse nonblocking send to reply.
2008-02-22 Philip HomburgAsynchronous select implementation.
2008-02-22 Philip HomburgPrivate copy of kputc to support asynch communication...
2008-02-22 Philip HomburgAsynchronous communication with character specials.
2008-02-22 Philip HomburgAdded dmap_async_driver and dmap_sel_filp fields. Suppo...
2008-02-22 Philip HomburgUse dev_t instead of Dev_t in structures.
2008-02-22 Philip HomburgUse nonblocking send for reply. Support for asynchronou...
2008-02-22 Philip HomburgHigher NCALLS requires bigger table. New calls are...
2008-02-22 Philip HomburgAdded XDOPEN.
2008-02-22 Philip HomburgSupport for O_REOPEN flag and pass the filp numbet...
2008-02-22 Philip HomburgSupport for suspending on character device open and...
2008-02-22 Philip HomburgNew fp_flags. Currently used to signal that is process...
2008-02-22 Philip HomburgPass suspend_reopen flag to dev_io.
2008-02-22 Philip HomburgAdded filp_state for driver recovery and filp_select_fl...
2008-02-22 Philip Homburgdev_close needs the filp number for asynch I/O, dev_io...
2008-02-22 Philip HomburgSupport for blocking open on char specials (due to...
2008-02-22 Philip HomburgKeep track of error statistics, rate limit debug output...
2008-02-22 Philip HomburgKeep track of various statistics related to IPC and...
2008-02-22 Philip HomburgAdded do_mapdma.
2008-02-22 Philip HomburgAdded ipc_stats_target.
2008-02-22 Philip HomburgChanges to debug output, mostly rate limiting.
2008-02-22 Philip HomburgDisabled code to set ipc_stats_target.
2008-02-22 Philip HomburgAdded do_mapdma.
2008-02-22 Philip HomburgMore verbose (optional) debug output for exceptions.
2008-02-22 Philip HomburgCode to dump IPC statistics over a serial line. (Disabl...
2008-02-21 Philip HomburgSupport for I/O MMU: do not re-use a memory segment...
2008-02-21 Philip Homburgipc restrictions for some drivers and I/O MMU (amddev)
2008-02-21 Philip HomburgRemoved defines not needed by mfs (XPIPE, XLOCK, XPOPEN...
2008-02-21 Philip HomburgSupport for restricting limiting IPC to a set of endpoi...
2008-02-21 Philip HomburgRemoved superfluous argument.
2008-02-21 Philip HomburgRemoved some debug output.
2008-02-21 Philip Homburgadddma/deldma/getdma/sys_mapdma
2008-02-21 Philip HomburgAdded ERESTART
2008-02-21 Philip HomburgAdded adddma/deldma/getdma.
2008-02-21 Philip HomburgAdded ERESTART.
2008-02-21 Philip HomburgAdded O_REOPEN.
2008-02-21 Philip HomburgChanges for asynchronous interface to character specials.
2008-02-21 Philip HomburgExtra calls to PM for I/O MMUs.
2008-02-21 Philip HomburgNonblocking send.
2008-02-21 Philip HomburgList of service/driver names that are allowed as IPC...
2008-02-21 Philip HomburgDefines for AMD I/O MMU
2008-02-06 Ben Graskeymap contributed by Roman Ignatov.
2008-02-06 Ben GrasOptimization in searching for new zones to allocate...
2007-12-19 Ben GrasTrust $PATH.
2007-12-19 Ben GrasMakefile for audio drivers.
2007-12-14 Ben Grasalways re-enable irq, so devices sharing this irq don...
2007-12-14 Ben GrasA rint() implementation.
2007-12-11 Ben GrasOriginal imported versions of s_rint.c and math_private.h.
2007-12-11 Ben Grasadd M_SQRT1_2 (1/sqrt(2))
2007-12-11 Ben Grasyearly fsck increase.
2007-11-23 Ben GrasConnect new audio drivers to build.
2007-11-23 Ben GrasMore es1371 bij Pieter Hijma.
2007-11-23 Ben Grases1370 driver and updated es1371 and framework by Piete...
2007-11-23 Ben Grasaudio drivers. (not updated for trunk.)
2007-10-23 Ben GrasMFS doesn't need sys_exit().
2007-10-23 Ben Grasexit prototype
2007-10-23 Ben Grastweak to panic functions of mfs and vfs.
2007-10-17 Ben GrasBasic entry for dpeth suggested by Jens de Smit.
next