lp://staging/~jamesodhunt/upstart/event-prefixes-temp
- Get this branch:
- bzr branch lp://staging/~jamesodhunt/upstart/event-prefixes-temp
Branch merges
Branch information
Recent revisions
- 1431. By James Hunt
-
* extra/upstart-
event-bridge. c: Ignore events explicitly
prefixed with '::' and ':sys:' as they are system-level private.
* init/control.c: control_emit_event_ with_file( ): Call
event_check_emit_ policy( ) to disallow invalid events.
* init/event.c:
- event_type_from_name( ): New function to categorise an event
based on its name.
- event_check_emit_policy( ): New function.
- event_canonical_name() : Determine short name of event.
* init/event.h: Defines to support new functions and EventType enum.
* init/event_operator. c: event_operator_ match() : Perform checks on
@event and @oper to determine new match behaviour for PID 1
and Session Init processes.
* init/tests/test_event. c: test_event_names(): New test.
* init/tests/test_event_ operator. c:
- test_operator_match() : Updates for new syntax.
* util/man/initctl.8: Explanation of new event prefix syntax. - 1425. By James Hunt
-
* init/log.c:
- log_clear_unflushed( ): Correct remote_closed assertion to handle
early-job-logging scenario where a job satisfies both of the
following conditions:
- ends before the log directory becomes writeable.
- has spawned one or more processes that continue to run after the
job itself has exited and which produce output before the log
directory becomes writeable.
(LP: #1096531).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/upstart