提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 297c294c0f libc: Change ctype macro to normal function 4 年之前
  spiriou a4a9eb2f5a fs/vfs: Add file descriptor based events support 4 年之前
  SPRESENSE e249a2f82f Makefile: Fix Make.dep not updated by config changes 4 年之前
  Xiang Xiao 6c03a4e4d5 libc: Add uuid implemenation 4 年之前
  Xiang Xiao d6827cab60 arch: up_assert shouldn't call exit directly 4 年之前
  Xiang Xiao 7e5b0f81e9 build: Replace -I with INCDIR 4 年之前
  Xiang Xiao 23668a4b9b build: Remove the empty variable assignment 4 年之前
  Xiang Xiao 1a95cce1a3 build: Move .config check to the top Makefile 4 年之前
  Gregory Nutt 3dca5eba15 Completes the Implementation of the TLS-based errno 4 年之前
  Xiang Xiao a2f657e4cb build: Move KDEFINE to a common place(tools/Config.mk) 4 年之前
  Xiang Xiao f2aba8d9b7 build: Remove 'u' prefix from userspace library 4 年之前
  liuhaitao 6b4cc3011c Remove the residual files in distclean 4 年之前
  liuhaitao 459ad99373 Use EXTRAFLAGS instead of EXTRADEFINES to be used by make via command line 4 年之前
  YAMAMOTO Takashi a62aa84448 MODLIB_SYSTEM_SYMTAB: Rename the generated file 4 年之前
  Gregory Nutt d1a8a803e4 Build system: Get rid of the MOVEOBJ definition 4 年之前
  Xiang Xiao adbff7de81 tools/Config.mk: add DEFINE macro like INCDIR 6 年之前
  chao.an c3ba541bd2 Author: Gregory Nutt <gnutt@nuttx.org> 4 年之前
  Xiang Xiao 389ac36f20 libs/libc: Add CONFIG_MODLIB_SYSTEM_SYMTAB to generate the symbol table for dlopen/insmod. 5 年之前
  Xiang Xiao 8e74365b96 ibs/libc, libs/symtab, tools/ build system: Move symbol table generation into libc since the address in symbol table should come from userspace binary for protect build, not kernel binary. 5 年之前
  Gregory Nutt dd97fb991b This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space. 5 年之前
  Michael Jung f3c85bd253 libc/pwd: Added stubbed implementations 5 年之前
  Michael Jung 1af4c94391 libc/grp: Added stubbed implementations of getgrgid, getgrgid_r, getgrnam, getgrnam_r, and initgroups. These functions are essentially stubs pretending that NuttX supported groups and that the only configured group in the system was 'root' with gid 0. The intend is not to provide meaningful new features, but to ease porting of foreign source code to NuttX. 5 年之前
  anchao bb8648e7a0 ibs/libc/Makefile, libs/libnx/Makefile, and mm/Makefile: Remove obj-path MKDEPS option since make dependency target (MT) is not supported by some toolchains. 5 年之前
  Gregory Nutt 3ba777bb27 include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 5 年之前
  Gregory Nutt ed4aae0fe0 include/endian.h and libs/libc/endian: Add support for endian.h. 6 年之前
  Gregory Nutt cf99fb40c9 This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 6 年之前