#
94089b90 |
| 19-Apr-2014 |
Oliver Tappe <zooey@hirschkaefer.de> |
Revert 6f68e52 and fix the gcc2 build via template.
* Instead of forcing the hash-table to use a copy of the key, introduce and use TypeOperation template to avoid taking a reference of a refere
Revert 6f68e52 and fix the gcc2 build via template.
* Instead of forcing the hash-table to use a copy of the key, introduce and use TypeOperation template to avoid taking a reference of a reference type (which gcc2 doesn't allow).
show more ...
|
#
6f68e52f |
| 19-Apr-2014 |
Jessica Hamilton <jessica.l.hamilton@gmail.com> |
packagefs: BOpenHashTable keys are already reference types.
|
#
5d55f327 |
| 17-Apr-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
packagefs: Initial support for booting into old states
If an old state is specified via mount parameters we load the packages as specified in its activated-packages file.
The interface for the pack
packagefs: Initial support for booting into old states
If an old state is specified via mount parameters we load the packages as specified in its activated-packages file.
The interface for the package daemon, the package daemon itself, and the package kit are still to be adjusted, so ATM some PM components might be a bit confused when an old state was booted.
show more ...
|
#
09c07e4c |
| 01-Apr-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
packagefs: PackagesDirectory: Use node_ref
|
#
aeb6fc9e |
| 10-Feb-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
packagefs: Move Volume::PackagesDirectory to top level
Also make it a BReferenceable and fix Volume::fPackagesDirectory leak.
|