History log of /haiku/src/add-ons/kernel/file_systems/packagefs/volume/PackagesDirectory.h
Revision Date Author Comments
# 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 reference type (which gcc2 doesn't allow).


# 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 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.


# 09c07e4c 31-Mar-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.


# 94089b909d29108f22f7f59f0be038cf9fa5d51e 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 reference type (which gcc2 doesn't allow).


# 6f68e52f1f954d0bfbb5503ec9c0602035ac44db 19-Apr-2014 Jessica Hamilton <jessica.l.hamilton@gmail.com>

packagefs: BOpenHashTable keys are already reference types.


# 5d55f327edfafcb9d3a61e7132c67ddda2f52cba 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 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.


# 09c07e4c5c93be118d9f11b1dda5214a47e3749b 31-Mar-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

packagefs: PackagesDirectory: Use node_ref


# aeb6fc9eca1b3684f835b648e44ca877e29296ab 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.