提交历史

作者 SHA1 备注 提交日期
  Juha Niskanen 8fa646f0e8 drivers/syslog: syslog_force does not set errno so do not test against it. Some changes to comments. 5 年之前
  Gregory Nutt dbd1bb1f1e All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR). 5 年之前
  Gregory Nutt 653ff2c34e Restore lib_sprintf(). It was removed because I thought was not used. But I was wrong; there is logic in drivers/syslog that depends on lib_sprintf(). 5 年之前
  Gregory Nutt 72bc331217 Cosmetic update to some comments. 5 年之前
  Gregory Nutt c271151d57 libs/libc/stdio: Remove unused, non-standard functions lib_sscanf() and lib_sprintf(). 5 年之前
  Johannes 350295d009 Squashed commit of the following: 5 年之前
  Gregory Nutt 810b5de41b Update TODO list. 5 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt d3b9f5b37f Syslog buffering: Use IOBs to buffer data, not an on-stack buffer 7 年之前
  Gregory Nutt 20727d17c3 SYSLOG: Add option to buffer SYSLOG output to avoid interleaving. 7 年之前
  Gregory Nutt 9f859774a1 setvbuf: Add support for configuration of line buffering. 7 年之前
  Gregory Nutt c83da3c48f Remove minnsh configurations and support logic: up_getc() and lowinstream. 7 年之前
  Gregory Nutt 469aff0584 Fix names of pre-processor variables used in header file idempotence 8 年之前
  Gregory Nutt 505ca542e8 Remove some last traces of lowvsyslog that were missed; Add a SYSLOG emergency channel for handling assertion output more cleanly 8 年之前
  Gregory Nutt 5b2aa7bf99 Remove all traces of CONFIG_SYSLOG 8 年之前
  Gregory Nutt 34f776dce9 Move the OS intensive part of vsyslog and vlowsyslog to drivers/syslog/vsyslog.c and vlowsyslog.c. Also move lib_syslogstrem to drivers/syslog/syslogstream.c 8 年之前
  Dimitry Kloper 06d83c6261 Introduce support for Atmel toolchain in-flash strings 8 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt ec57ab6391 Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog 10 年之前
  Gregory Nutt a41c1de32c Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete). 10 年之前
  Gregory Nutt 038f10ed55 Add seekable standard streams 10 年之前
  Gregory Nutt 24e603f23b Add support for seekable memory streams 10 年之前
  patacongo cf89cd0330 Add dmesg command that can be used to dump the syslog 12 年之前
  patacongo 7b343bf7fe Add logic to re-direct debug output to a sysloggin device 12 年之前
  patacongo 6e4aa998e8 Implemented line-oriented buffering for std output 13 年之前
  patacongo 651eeb78bd update comments; add lib_zeroinstream 15 年之前
  patacongo 6fac7a231a Make lib/ stream implementation visible outside of lib/ 15 年之前