lp:~vorlon/upstart/fix-environ-order-assumption

Created by Steve Langasek and last modified
Get this branch:
bzr branch lp:~vorlon/upstart/fix-environ-order-assumption
Only Steve Langasek can upload to this branch. If you are Steve Langasek please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Steve Langasek
Project:
upstart
Status:
Merged

Recent revisions

1391. By Steve Langasek

POSIX does not guarantee any particular ordering of environ, so sort the
contents before printing them. This will fix the recipe build failures in
the ppa builders.

1390. By James Hunt

[ Colin King <email address hidden> ]

* init/log.c: log_serialise(): smatch-found issue where
  additional checks required for log->unflushed to avoid any
  possibility of NULL dereference.
* init/state.c: state_read_objects(): smatch-found issue
  to correct read size and ensure optimal throughput.

1389. By Steve Langasek

simplify code: avoid extra unnecessary strdup

1388. By James Hunt

* init/job_process.c: job_process_log_path(): Make chroot jobs log
  inside the chroot (LP: #1079710).
* init/man/init.5:
  - State that jobs started from within a chroot are distinct from jobs
    specifying the chroot stanza.
  - State explicitly where chroot output is logged.

1387. By Steve Langasek

don't test the blocked/ignored signal list in a spawned job; this is not
testing the upstart code but the characteristics of the system, and the test
is wrong because it assumes the signal lists in /proc/self/status fit in an
unsigned long int - patently untrue on mips, where we have 128 signals for
historical reasons.

1386. By Steve Langasek

fix test which was accidentally relying on a variable persisting after
it's gone out of scope.

1385. By Steve Langasek

init/Makefile.am: set TERM=xterm, so that tests which rely on TERM being
set in the environment don't give different results and gratuitously fail.

1384. By James Hunt

* configure.ac: Bump version to 1.7
* NEWS: Begin new release

1383. By James Hunt

* NEWS: Release version 1.6.

1382. By James Hunt

Merge of stateful re-exec branch:

  lp:~upstart-devel/upstart/stateful-reexec.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:upstart
This branch contains Public information 
Everyone can see this information.

Subscribers