提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 1dfb94bc8f Update submodules 9 年之前
  Gregory Nutt 4102470bdd Move the DNS server from apps/netutils/dnsclient to nuttx/libc/netdb. Move netdb functions from libc/net to libc/netdb. Fix up naming to reflect the repartitioning 9 年之前
  Gregory Nutt 59cc4a7a7b Protected mode: Redesign how the user space heap is accessed from the kernel code. It used to call memory management functions in user space via function pointers in the userspace interface. That is inefficient because the first thing that those memory management functions do is to trap back into the kernel to get the current PID. Worse, that operation can be fatal is certain fragile situations such as when a task is exitting. 9 年之前
  Gregory Nutt f94fe747ae Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd 9 年之前
  Gregory Nutt 5f2a181599 Add conditional definition for MIN macro needed in last commit 9 年之前
  Gregory Nutt 6576672e09 uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated 9 年之前
  Gregory Nutt ffd0d12b04 Refresh submodules 9 年之前
  Gregory Nutt 772bcb845e Refresh submodules 9 年之前
  Gregory Nutt 049224f544 Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M 9 年之前
  Gregory Nutt b1e9b0026d Refresh submodules 9 年之前
  Gregory Nutt 8be9b1071c Update submodules 9 年之前
  Gregory Nutt ee21a3ad77 Update submodule configs 9 年之前
  Gregory Nutt be09a87c0e SST25: Eliminate some warnings 9 年之前
  Gregory Nutt 3e04194edd SAM4L: GPIO interrupts are not yet supported; can't compile sam_gpioirq.c yet 9 年之前
  Stavros Polymenis 701509f9bd Add implementations of uname() and gethost(). From Stavros Polymenis. 9 年之前
  Gregory Nutt d6eacb3ab5 Power off support now depends on CONFIG_ARCH_HAVE_POWEROFF 9 年之前
  Gregory Nutt c0946bfd7d Correct some issues introduced in the last commit 9 年之前
  Gregory Nutt 27ea02a85f Modify board_power_off() so that is is called only via boardctl() 9 年之前
  Gregory Nutt 064b4923c6 Move prototype of board_power_off() to include/nuttx/board.h where it belongs 9 年之前
  Gregory Nutt 9db4d7da94 STM32 RTCC: Eliminate a warning when ALARM support is enabled 9 年之前
  Gregory Nutt bcb4b6503f Update configs 9 年之前
  Gregory Nutt 0f0800de25 Add a dummy arch_invalidate_icache because for symmetry in the naming of cache operations 9 年之前
  Gregory Nutt 7ba6beb38d Update sub-module configuration 9 年之前
  Gregory Nutt 8fa6ecc1b9 Remove a warning 9 年之前
  Gregory Nutt c6f56ccf8c Fix some typos in header files 9 年之前
  Gregory Nutt ff389b15ab LPC17xx: Fix a warning about an unused local variable 9 年之前
  Gregory Nutt 32e41423e4 Fix a Cortex-A compilation error in the vfork() logic when system calls are enabled in modes other than CONFIG_BUILD_KERNEL. 9 年之前
  Gregory Nutt 05575c8e2b DM320: GIO header uses get/putreg functions and so should include up_arch.h 9 年之前
  Gregory Nutt 567b4ff6a4 Update README 9 年之前
  Gregory Nutt 2113f4af7b The configs/ directory is now submodule provided by the boards repository 9 年之前