Commit History

Author SHA1 Message Date
  Abdelatif Guettouche 0f44e9539e include/debug.h/syslog.h: Fix small typos and repeated words 3 years ago
  YAMAMOTO Takashi ed1a2584f0 include/syslog.h: Sprinkle sysloglike 3 years ago
  Gregory Nutt 2b5ff17a85 setlogmask(): Add comments 4 years ago
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 years ago
  Gregory Nutt de6b13b3ab Per OpenGroup.org, syslog -- and, hence, nonstandard vsyslog, and debug wrappers -- does not return a value. Rename _vsyslog to nx_vsyslog. Use internal nx_vsyslog in the few cases where a return value is required. 6 years ago
  Anthony Merlino 058a938268 Merged in antmerlino/nuttx/logupto-fix (pull request #559) 6 years ago
  Gregory Nutt ce42b0e030 include/syslog.h: Trivial change in name of formal parameter for consistency. 7 years ago
  Gregory Nutt 28e9fe32b6 include/: Remove dangling space at the end of lines. 7 years ago
  Gregory Nutt 0e1e3bc404 Add a file that I forgot in the last commit; Also update some comments. 8 years ago
  Gregory Nutt 2b445ddccc Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces. 8 years ago
  Gregory Nutt 5073bf1de6 Update some comments 8 years ago
  Dimitry Kloper 06d83c6261 Introduce support for Atmel toolchain in-flash strings 8 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 02444cfb2c Update comments and function headers 10 years ago
  Gregory Nutt d2c8e13ed5 Backing out some logic: Remove syslog functions from syscalls 10 years ago
  Gregory Nutt 4efb064169 Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask() 10 years ago
  Gregory Nutt bbc658930a Passing va_list in syscall does not work. Temporarily moved syslog and lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog 10 years ago
  Gregory Nutt 323084f32f Add syslog system calls 10 years ago
  Gregory Nutt a8399d5c6b Move syslog logic from libc/misc and libc/stdio to libc/syslog 10 years ago
  Gregory Nutt f40857c04f All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces 10 years ago
  Gregory Nutt 7b310711a1 Update everything under nuttx/arch to use the corrected syslog interfaces 10 years ago
  Gregory Nutt 8db42f5b54 Update ChangeLog 10 years ago
  Gregory Nutt f8ed7323c0 make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces 10 years ago
  Gregory Nutt 047deada84 Remove non-portable references to syslog from apps/examples 10 years ago
  patacongo 95af0bc8bf Updated Open1788 calibration; More compilation fixes from Mike Smith 11 years ago
  patacongo ad430fc198 Add syslog.h; rename lib_rawprintf() to syslog() 11 years ago