]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
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.
2007-10-17 Ben GrasFix for DL_STAT_REPLY/DL_TASK_REPLY
2007-10-17 Ben GrasFixed a glitch introduced in safe i/o conversion.
2007-10-17 Ben GrasFixes two wrong grant return checks and one 'grant...
2007-10-16 Ben GrasInternally, floppy driver still used vircopies ('unsafe...
2007-09-26 Ben Grasclose device if mount fails after device opened.
2007-09-17 Philip HomburgAdded PF_UNIX and PF_INET to make porting easier.
2007-09-17 Philip HomburgDisabled some debug output in recvfrom.
2007-09-11 Ben GrasDon't truncate read requests based on v_size; v_size...
2007-09-11 Ben GrasMake test 17 use dir 17
2007-09-11 Ben Grasfix for i/o data/addr pair set macro's.
2007-08-17 Philip HomburgREQ_FSTATFS now operates on the root inode (the inode...
2007-08-16 Philip HomburgBetter interface for sys_times.
2007-08-15 Philip Homburgmfs no longer needs access to VIRCOPY, Added rs.inet...
2007-08-15 Philip HomburgReturn EIO if a filedescriptor cannot be re-opened...
2007-08-15 Philip HomburgClose UDP socket after error.
2007-08-10 Philip Homburgcleanup
2007-08-10 Philip HomburgBetter recovery when req_readsuper fails.
2007-08-08 Philip HomburgRemoved old debug code.
2007-08-08 Philip HomburgDirectory check before access check.
2007-08-08 Philip HomburgTo return the right error, check first is an object...
2007-08-08 Philip HomburgDisable POSIX-required behavior wrt trailing slashes.
2007-08-07 Philip HomburgRemoved invalid consistency check.
2007-08-07 Philip HomburgO_EXCL check went missing.
2007-08-07 Philip Homburginclude "../vfs/dmap.h".
2007-08-07 Philip HomburgRemoved references to stacktrace.
2007-08-07 Philip HomburgSomehow request.c got garbled.
2007-08-07 Philip HomburgNew VFS interface
2007-08-07 Philip HomburgAdded new interface to VFS.
2007-08-07 Philip HomburgTell the kernel about the new boottime and don't tell...
2007-08-07 Philip HomburgRemoved sigaction call. PM tries to talk to DS. DS...
2007-08-07 Philip HomburgRemoved dmap table. Publish endpoint in DS before calli...
2007-08-07 Philip HomburgAdded global variable boottime, prototype for do_stime...
2007-08-07 Philip HomburgAdded do_stime.c, return boot time in do_times.c
2007-08-07 Philip HomburgRemoved check for grants that wrap.
2007-08-07 Philip HomburgAdded getuptime2.c
2007-08-07 Philip HomburgAdded mapdriver5.s.
2007-08-07 Philip HomburgAdded sys_stime.c, T_CHILD_UTIME and T_CHILD_STIME...
2007-08-07 Philip HomburgAdded _mapdriver5.c.
2007-08-07 Philip HomburgAdded prototype for mapdriver5 (from RS to VFS, report...
2007-08-07 Philip HomburgMany changes to the VFS/FS interface.
next