History log of /haiku/headers/posix/syslog.h
Revision Date Author Comments
# c5ff1f14 21-Nov-2020 Jérôme Duval <jerome.duval@gmail.com>

syslog.h: add LOG_PRIMASK and LOG_PRI macros

Change-Id: I9ae0c3165cea831e329e49211ff738cbb89a65de
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3408
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>


# 8d432462 26-Dec-2017 Augustin Cavalier <waddlesplash@gmail.com>

syslog.h: Add LOG_NFACILITIES, LOG_FACMASK, LOG_FAC.

Not in the POSIX specification, but defined (not behind any guards)
in (at least) FreeBSD, NetBSD, glibc, and macOS.

Found by miqlas and myself while working on porting GNU inetutils.


# 173f54f1 19-Jul-2012 Matt Madia <mattmadia@gmail.com>

Updated copyright in headers. No functional change.


# 0fae8733 03-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines.
Cleaned up some header style violations, making sure there are two blank lines after the header guards.
This fixes the posix header part of #2191.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39288 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 43a4a6ba 21-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Forgot closing parenthesis.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25593 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ac19900 20-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added LOG_UPTO() macro. Not part of POSIX, but widely used anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25587 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5bc2a9e 03-Feb-2008 Axel Dörfler <axeld@pinc-software.de>

Added BSD extension vsyslog() - is also found on Linux.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23835 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4fd412b 02-Feb-2008 Axel Dörfler <axeld@pinc-software.de>

* Added BSD's FD_COPY() macro (it's not POSIX, though).
* Some other minor improvements.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23826 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5c23f570 22-Feb-2004 Axel Dörfler <axeld@pinc-software.de>

I am not sure why I did those, but I guess it has something to do with doxygen.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6684 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f0e6952f 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Added comments to LOG_SERIAL and LOG_PERROR.
Note, LOG_SERIAL does neither work in our implementation, nor in the original
implementation by Be.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5345 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fa2f787a 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Added some comments and fixed LOG_AUTHPRIV.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5333 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94849cc6 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Our new syslog.h. Note, this one might break source compatibility, as I
don't define some (unneeded) macros, and LOG_TMID & LOG_THID are gone
(they were specified to be the same as LOG_PID).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5327 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 173f54f1473bd6a6511c5fc6dc899c91fb8dd667 19-Jul-2012 Matt Madia <mattmadia@gmail.com>

Updated copyright in headers. No functional change.


# 0fae873352b02792db93f721c1a2ff6b240c8ecc 03-Nov-2010 Scott McCreary <scottmc2@gmail.com>

Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines.
Cleaned up some header style violations, making sure there are two blank lines after the header guards.
This fixes the posix header part of #2191.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39288 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 43a4a6bacb116e654f47ad90b902e8444dd43e85 21-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Forgot closing parenthesis.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25593 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ac19900c4ec300c6aa60ceafa9f20bc0cf32651 20-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Added LOG_UPTO() macro. Not part of POSIX, but widely used anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25587 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5bc2a9e7a7025a6f1cd44938916ed36c3880253 03-Feb-2008 Axel Dörfler <axeld@pinc-software.de>

Added BSD extension vsyslog() - is also found on Linux.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23835 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4fd412b3e560954f6d86592d4c50c53499d2359 02-Feb-2008 Axel Dörfler <axeld@pinc-software.de>

* Added BSD's FD_COPY() macro (it's not POSIX, though).
* Some other minor improvements.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23826 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5c23f570607047042cb844cc0e1c237124cdcc58 22-Feb-2004 Axel Dörfler <axeld@pinc-software.de>

I am not sure why I did those, but I guess it has something to do with doxygen.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6684 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f0e6952fc8bbaa91b921229b429267c83c029b69 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Added comments to LOG_SERIAL and LOG_PERROR.
Note, LOG_SERIAL does neither work in our implementation, nor in the original
implementation by Be.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5345 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fa2f787a47c8f381aa2940c2abdb9c27ec178fc1 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Added some comments and fixed LOG_AUTHPRIV.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5333 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 94849cc617ed4c93b581024c240926c754be02b2 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Our new syslog.h. Note, this one might break source compatibility, as I
don't define some (unneeded) macros, and LOG_TMID & LOG_THID are gone
(they were specified to be the same as LOG_PID).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5327 a95241bf-73f2-0310-859d-f6bbb57e9c96