提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt de5a6163d5 This commit implements a proper version of SO_LINGER. Not sufficiently tested on initial commit. 5 年之前
  Gregory Nutt 5e36627366 Update TODO list and fix an error in conditional compilation that I introduced with the last commit. 5 年之前
  Gregory Nutt 5af5fc4409 net/inet/inet_close.c: Last PR remove SO_LINGER socket option. SO_LINGER was always enabled is CONFIG_NET_SOLINGER was selected. 5 年之前
  Gregory Nutt aa18720d14 Upate a README 5 年之前
  Gregory Nutt 129d4d1e3c configs: Update all configurations to account for the configuration changes resulting from the separation of network initialization logic from NSH. 5 年之前
  Gregory Nutt 10b73fde9d graphics/: Correct logic for copy of bit maps with resolution less than 8 bits from the per-window framebuffer to the device. 5 年之前
  Gregory Nutt 9a97eb0fcf This commit brings the per-framebuffer logic to code-complete. Still untested. 5 年之前
  Gregory Nutt bd6b05f5bb Update TODO and some comments. 5 年之前
  Gregory Nutt 9f4ac58054 Update README file and TODO list. 5 年之前
  Gregory Nutt 2d4ce4e047 graphics/nxterm and configs/open1788: Various fixes to get the NxTerm example working in PROTECTED mode with the Open1788 knxterm configuration. Basically works until the screen becomes full and it starts scrolling. Then characters are missing from the display. Needs more debug and test. 5 年之前
  Gregory Nutt aca114d895 configs/boardctl.c: Add boardctl() commands to replace direct calls to nxterm_redraw() and nxterm_kbdin(). 5 年之前
  Gregory Nutt 56b5b9f7ad graphics/nxterm: Remove the nxterm_unregister interface. The correct way to unregister a device is to unlink it. 5 年之前
  Gregory Nutt 5fe6981c9a Squashed commit of the following: 5 年之前
  Gregory Nutt ba4f2d7c44 Update TODO 5 年之前
  Gregory Nutt ebdc96e4e6 Update TODO 5 年之前
  Gregory Nutt f914ec6e2b tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 5 年之前
  Gregory Nutt 97cda1baca Update TODO. 5 年之前
  Johannes 7b9d02d496 libs/libc/stdio/lib_libvsprintf.c: No precision specifier resulted in precision 0 but should be precision 6. 5 年之前
  Gregory Nutt 8ca1225001 Update TODO list 5 年之前
  Johannes 350295d009 Squashed commit of the following: 5 年之前
  Gregory Nutt 0cb1c2c0b6 configs/sama5d2-xult: Move console from FLEXCOM4 to UART1. FLEXCOM4 does not work for the Arduino serial. UART1 is used with the VCOM provided by the EDBG. 5 年之前
  Gregory Nutt 810b5de41b Update TODO list. 5 年之前
  Gregory Nutt d05e2da2ce include/nuttx/nx/nxmu.h: This header file coul be lethal; it declared an #error if CONFIG_DISABLE_MQUEUE=y. 5 年之前
  Gregory Nutt a2e62f557d Squashed commit of the following: 5 年之前
  Gregory Nutt 05b85c8717 Update TODO list. 5 年之前
  Gregory Nutt b1001b4e50 Update TODO list regarding non-queuing of signal actions; Add comments in code at areas where the issue applies. 5 年之前
  Gregory Nutt a77c073797 arch/: Fix an interlock that was broken by commit 641a98a434b5819eba15b6ad494f0e3a8fa33978 in all implementations of up_sigdeliver. 5 年之前
  Gregory Nutt 641a98a434 arch/: The saved return register state is available on the user stack. Thic commit reorders some logic so that certain, critical registers are preserved in the TCB. This does not make the logic 100% secure, but does prevent some obvious things. sched/signal/sig_delivery: Add a flag to the TCB to indicate that we are in a signal handler. Use this flag to assure that a there a never attempts to nest signal handling operations on a thread. This was guaranteed before but when locking of pre-emption during signal delivering was eliminated in a previous commit, there was a remote possibility of an attempt to do nested signal handling. This flag assures that there is only one signal handled at a time. 5 年之前
  Gregory Nutt 8e55c1324a Fix all naming resulting from moving move all file system tests from apps/examples/ to apps/testing/ (fstest, nxffs, smart, smart_test). 5 年之前
  Gregory Nutt 1b53b9eec1 Clarification of new TODO list issue. 5 年之前