Skip to content
  1. Nov 18, 2017
    • Gregory Nutt's avatar
      Changes to allow the font subsystem to be built without enabling the entire... · 28de00a9
      Gregory Nutt authored
      Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX).  Adds CONFIG_NXFONTS and CONFIG_NXGLIB.  NX and NXFONTS are still pretty heavily entangled
      
      Squashed commit of the following:
      
          libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX.  Also includes some build-related fixes.
      
          configs/sim:  Disable NX graphics support in the fb configuration.
      
          libnx:  Basic configuration and build changes to support building font support independend of the NX server.
      28de00a9
  2. Oct 31, 2017
    • Gregory Nutt's avatar
      Squashed commit of the following: · 6e9039bb
      Gregory Nutt authored
          fs/userfs:  This completes coding of the UserFS client and of the UserFS feature in general.  This feature is being merged to main now because I believe it is innocuous.  It is, however, untesed.  The next step will be to develop a test case to verify the feature.
          fs/userfs:  Completes the request logic for the UserFS client.  Still need the logic that receives the responses.
          fs/userfs:  Completes coding for most of the server side of the user filesystem logic.
          fs/userfs:  Big design changes, simplications. Use Unix domain local sockets instead of message queues.  Easier to transfer big data in local sockets than message queues.  Remove character drvier 'factory' it is not necessary.
          fs/userfs:  Minor reparitioning; volume private info does not need to be held on the OS client side.
          libc/userfs:  Add some of the server side logic.
          fs/userfs:  Add some UserFS initialization logic.
          fs/userfs:  Add frame work for the UserFS proxy.  Remove all references to a block driver.  There is no block dricer... what was I thinking?
          fs/userfs: Add some initialization of the character driver, 'factory' device.
          fs/userfs:  Rename from fusefs to userfs to that we don't stomp on someone else's cool name.
          Add a header file describing the fusefs interface.
      6e9039bb
  3. Jun 30, 2016
  4. Jun 29, 2016
  5. Jun 20, 2016
  6. Feb 26, 2016
  7. Mar 31, 2015
    • Gregory Nutt's avatar
      boardctl(): Add a new non-standard OS interface. This is similar to a driver... · b4b40d33
      Gregory Nutt authored
      boardctl(): Add a new non-standard OS interface.  This is similar to a driver IOCTL call.  But this is an IOCTL call directly on the board logic.  This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration.  It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
      b4b40d33
  8. Aug 30, 2014