summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/syslog.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-10Fix syslog() priority handlingSebastian Huber1-10/+30
Ths syslog priority is a mask not a level.
2016-06-30Default syslog priority to INFO. Add rtems_setlogpriority to configure the ↵Chris Johns1-6/+31
priority. The rc.conf has 'syslog_priority' where the priority is the name, eg syslog_priority="debug" sets the priority to "debug".
2016-05-06subr_prf.c: Port to RTEMSSebastian Huber1-121/+4
2016-04-18syslog: Include missing header fileSebastian Huber1-0/+1
2014-10-09SYSLOG(3): Replace implementationSebastian Huber1-154/+153
Avoid potential buffer overflows on the stack. Expand the %m in the format string.
2013-12-20Use integer-only printf for syslog()Sebastian Huber1-0/+2
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-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.
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2012-09-06Revert patches moving include of port_local.h to top of fileJoel Sherrill1-2/+0
This was covering up rtems-bsd-config.h.in undefining __P. These files can remain closer to the FreeBSD originals.
2012-09-05rtems/syslog.c: Include port_before.h firstJoel Sherrill1-0/+2
2012-07-28Add syslog functionality from old TCP/IP stack.Joel Sherrill1-0/+192