Statistics
| Branch: | Tag: | Revision:

root / xseg / sys / user / _sysutil.h @ 1eeb0111

History | View | Annotate | Download (2 kB)

# Date Author Comment
1eeb0111 04/15/2013 11:31 am Filippos Giannakos

Close orig stdout, stderr, when logging to file

342ac1dc 04/08/2013 01:52 pm Filippos Giannakos

Fix user space logrotation bug.

Replace file stream functions in user space logging with their file descriptor
counter parts, which are safe to be called from a signal handler.

6830c9ff 12/10/2012 07:09 pm Filippos Giannakos

add license headers

f7da932a 11/19/2012 07:15 pm Filippos Giannakos

modify logging mechanism to support redirection of std streams and logfile reopen

9b9f4215 11/15/2012 02:33 pm Filippos Giannakos

make init_log_ctx safer

ca18b3c1 09/26/2012 02:13 pm Filippos Giannakos

add improved xseg loging system. plus remove tons of warning messages

1b52f571 06/06/2012 02:52 pm Stratos Psomadakis

xseg: Add some perf counters (request rtt/latency)

6e0a3771 02/26/2012 10:30 pm Georgios D. Tsoukalas

Introduce execution domains in code and building

Only fixed to compile. Untested.

Lots of refactoring, cleanup, and fixing in the process.
This log has three parts:
1. What are execution domains and why we need them
2. What are the API incompatibilities introduced...