- 16 6月, 2014 1 次提交
-
-
由 Travis Cross 提交于
FS-6596 --resolve
-
- 15 6月, 2014 1 次提交
-
-
由 Peter Olsson 提交于
-
- 14 6月, 2014 5 次提交
-
-
由 Steve Underwood 提交于
test suite is now mostly OK with valgrind.
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
- 13 6月, 2014 19 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
mod_rayo: rework component inheritance- component now inherits parent call/mixer mutex and parent reference counting moved to base class
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 12 6月, 2014 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 11 6月, 2014 8 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 Steve Underwood 提交于
-
由 Travis Cross 提交于
This allows new settings, e.g. new mirrors, to propagate into the chroot images.
-
由 Travis Cross 提交于
There's really nothing to do but retry.
-
由 Travis Cross 提交于
Sometimes while the debian repositories are updating there are sporadic signature failures. It's annoying to have these break the build, and the only thing to do is to retry, so we'll retry here automatically. We were already retrying on the update operation that can fail in a similar manner.
-
- 10 6月, 2014 1 次提交
-
-
由 Travis Cross 提交于
When -reincarnate-reexec is given we run execv to restart FS. If argv[0] isn't a full pathname then execv is going to fail. While not common for a FS system started by init, this is a common occurrence when FS is started from the shell. Now if execv fails, we'll try execvp. If that fails too then we'll fall back on the normal reincarnation behavior. Previously what would happen in that case is god would descend from the heavens and become mortal. Leaving heaven absent, all hope for reincarnation was lost. (That is, we'd simply return from reincarnate_protect and the supervisor process would become the new instance of FS, so the trick would only work once.)
-