summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-28eth-filter: convert to trivfs dynamic classes and bucketsJustus Winter
libtrivfs contains two ways of managing more than one port class and bucket. There is the old way of using a statically allocated array with explicit length, and the new way with dynamically allocated vectors. Converting all users to the new way of handling multiple classes and/or buckets, we can simplify the code in libtrivfs. In many cases, the code will be simpler and more expressive for the user. This also fixes a mild bug. The classes and buckets given to `trivfs_startup' end up in the dynamic vectors too, making the object lookup code use the more complicated code path. * eth-filter/filter.c: Convert to dynamic classes and buckets.
2015-09-28devnode: convert to trivfs dynamic classes and bucketsJustus Winter
libtrivfs contains two ways of managing more than one port class and bucket. There is the old way of using a statically allocated array with explicit length, and the new way with dynamically allocated vectors. Converting all users to the new way of handling multiple classes and/or buckets, we can simplify the code in libtrivfs. In many cases, the code will be simpler and more expressive for the user. This also fixes a mild bug. The classes and buckets given to `trivfs_startup' end up in the dynamic vectors too, making the object lookup code use the more complicated code path. * devnode/devnode.c: Convert to dynamic classes and buckets.
2015-09-28drop old patch seriesJustus Winter
2015-09-27add patch seriesJustus Winter
2015-09-27drop old patch seriesJustus Winter
2015-09-27add patch seriesJustus Winter
2015-09-27drop old patch seriesJustus Winter
2015-09-27add patch seriesJustus Winter
2015-09-27drop old patch seriesJustus Winter
2015-09-27add patch seriesJustus Winter
2015-09-25add patch seriesJustus Winter
2015-09-25drop old patch seriesJustus Winter
2015-09-24add patch seriesJustus Winter
2015-09-24drop old patch seriesJustus Winter
2015-09-24add patch seriesJustus Winter
2015-09-24drop old patch seriesJustus Winter
2015-09-24add patch seriesJustus Winter
2015-09-24drop old patch seriesJustus Winter
2015-09-24libddekit: fix cache line sizeJustus Winter
* libddekit/memory.c (CACHE_LINE_SIZE): The cache line size is 64 bytes on contemporary processors. This value is used as alignment constraint, so this is also the more conservative value.
2015-09-23drop old patch seriesJustus Winter
2015-09-22add patch seriesJustus Winter
2015-09-13add patch seriesJustus Winter
2015-09-13drop old patch seriesJustus Winter
2015-09-13drop old seriesJustus Winter
2015-09-13reorder seriesJustus Winter
2015-09-13add patch seriesJustus Winter
2015-09-13sync upstream packagingJustus Winter
2015-09-11add patch seriesJustus Winter
2015-09-11drop old patch seriesJustus Winter
2015-09-11fix patchJustus Winter
2015-09-11rebased patchJustus Winter
2015-09-09drop old patch seriesJustus Winter
2015-09-08add patch seriesJustus Winter
2015-09-08drop old patch seriesJustus Winter
2015-09-08add patch seriesJustus Winter
2015-09-08drop old patch seriesJustus Winter
2015-09-08add patch seriesJustus Winter
2015-09-08drop old patch seriesJustus Winter
2015-09-08add patch seriesJustus Winter
2015-09-08make hurd-dev.install.in executableJustus Winter
2015-09-08include format patch from upstreamJustus Winter
2015-09-08Revert "libdde-linux26: avoid compiler warning"Justus Winter
This reverts commit eecbb7e726e5e6c1978400cd6e48f3b4b9e861fb.
2015-09-08Revert "libdde-linux26: avoid compiler warning"Justus Winter
This reverts commit 0bdcc12f4cddc41868170c85c96680df4fffe433.
2015-09-08libdde-linux26: avoid compiler warningJustus Winter
* libdde-linux26/contrib/drivers/base/attribute_container.c (attribute_container_add_device): Use string literal as format string.
2015-09-07libdde-linux26: avoid compiler warningJustus Winter
* libdde-linux26/contrib/lib/kobject.c (kset_create): Use string literal as format string.
2015-09-07sync upstream packagingJustus Winter
2015-09-07drop merged patchesJustus Winter
2015-08-25drop merged patchesJustus Winter
2015-08-25add patch seriesJustus Winter
2015-08-20drop merged patchesJustus Winter