index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
hastd
/
pjdlog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that pjdlog functions don't modify errno.
pjd
2011-09-27
1
-0
/
+25
*
- Add support for AF_INET6 sockets for %S format character.
pjd
2011-05-18
1
-7
/
+26
*
Unbreak the build.
pjd
2011-03-07
1
-5
/
+5
*
- Turn on printf extentions.
pjd
2011-03-07
1
-0
/
+88
*
Provides three states for pjdlog_initialized, so we can also tell that
pjd
2011-03-07
1
-25
/
+29
*
Rename pjdlog_verify() to pjdlog_abort() as it better describes what the
pjd
2011-01-31
1
-2
/
+2
*
Initialize all global variables on pjdlog_init().
pjd
2011-01-28
1
-2
/
+3
*
Extend pjdlog_verify() to support the following additional macros:
pjd
2011-01-27
1
-6
/
+29
*
Add functions to initialize/finalize pjdlog. This allows to open/close log
pjd
2011-01-27
1
-1
/
+66
*
Use my copyright for 2011 work.
pjd
2011-01-27
1
-1
/
+2
*
Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately open
pjd
2011-01-27
1
-1
/
+1
*
- Remove obvious NOTREACHED comment after abort() call.
pjd
2011-01-27
1
-3
/
+1
*
Use more consistent function name with the others (pjdlogv_prefix_set()
pjd
2011-01-22
1
-2
/
+2
*
Use one fprintf() instead of two.
pjd
2010-10-16
1
-2
/
+1
*
Include process PID in log messages.
pjd
2010-08-31
1
-0
/
+3
*
When logging to stdout/stderr, flush after each log.
pjd
2010-08-27
1
-0
/
+1
*
Problem with assertion is that it logs on stderr. Add two macros:
pjd
2010-08-05
1
-0
/
+20
*
Keep $FreeBSD$ in __FBSDID() only for C files.
pjd
2010-08-05
1
-2
/
+0
*
Mark two more places that we won't reach.
pjd
2010-08-05
1
-0
/
+2
*
Fix log size calculation which caused message truncation.
pjd
2010-04-16
1
-1
/
+1
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+367