1. 03.10.2017 3 коммита
    • Colin Finck's avatar
      Git conversion: Make reactos the root directory, move rosapps, rostests,...
      · c2c66aff
      Colin Finck создал
      Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
      c2c66aff
    • Pierre Schweitzer's avatar
      [CLASS2]
      · b94e2d8c
      Pierre Schweitzer создал
      It's up to class drivers to handle MountMgr requests. So, make it handle them, even though that's just to fail because it's not implemented.
      This will stop IOCTLs to be sent down in the storage stack.
      
      svn path=/trunk/; revision=76032
      b94e2d8c
    • Pierre Schweitzer's avatar
      [KERNEL32]
      · 350ede0c
      Pierre Schweitzer создал
      Reimplement GetVolumePathNameW(). This fixes a lot of failing Wine tests.
      Note that three of them are not fixed, which is a good thing as these also fail in the WHS bot!
      
      svn path=/trunk/; revision=76031
      350ede0c
  2. 02.10.2017 3 коммита
    • Hermès Bélusca-Maïto's avatar
      [CMD]: New CTTY command.
      · b896e9a9
      Hermès Bélusca-Maïto создал
      - Introduce back the CTTY command (that normally only exists on DOS
        versions of COMMAND.COM but doesn't on Windows NT' CMD.EXE), whose aim
        is to "change the active terminal" (syntax: CTTY <dos_device>). To
        achieve that we actually redirect STDIN, STDOUT and STDERR to read/write
        handles opened to the <dos_device>. This is very handy when it comes to
        redirecting all the standard handles to e.g. a serial terminal ("CTTY COM1"
        for example).
      - Fix some typos in the resources.
      
      svn path=/trunk/; revision=76029
      b896e9a9
    • Eric Kohl's avatar
      [DDK]
      · 084f682e
      Eric Kohl создал
      Prepare the storport header file for the new storport driver.
      
      svn path=/trunk/; revision=76028
      084f682e
    • Pierre Schweitzer's avatar
      [KERNEL32]
      · 9c82138c
      Pierre Schweitzer создал
      Avoid an use-after-free in GetVolumeNameForRoot()
      
      svn path=/trunk/; revision=76027
      9c82138c
  3. 01.10.2017 19 коммитов
  4. 30.09.2017 15 коммитов