summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/syslog.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix syslog() priority handlingSebastian Huber2018-10-101-10/+30
| | | | Ths syslog priority is a mask not a level.
* Default syslog priority to INFO. Add rtems_setlogpriority to configure the ↵Chris Johns2016-06-301-6/+31
| | | | | | | | | | priority. The rc.conf has 'syslog_priority' where the priority is the name, eg syslog_priority="debug" sets the priority to "debug".
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-121/+4
|
* syslog: Include missing header fileSebastian Huber2016-04-181-0/+1
|
* SYSLOG(3): Replace implementationSebastian Huber2014-10-091-154/+153
| | | | | Avoid potential buffer overflows on the stack. Expand the %m in the format string.
* Use integer-only printf for syslog()Sebastian Huber2013-12-201-0/+2
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+192