summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-03drop old patch seriesJustus Winter
2015-11-01add patch seriesJustus Winter
2015-11-01drop old patch seriesJustus Winter
2015-11-01add patch seriesJustus Winter
2015-10-30drop old patch seriesJustus Winter
2015-10-30add patch seriesJustus Winter
2015-10-30drop old patch seriesJustus Winter
2015-10-30add patch seriesJustus Winter
2015-10-30add patch seriesJustus Winter
2015-10-30drop old patch seriesJustus Winter
2015-10-29add patch seriesJustus Winter
2015-10-29drop old patch seriesJustus Winter
2015-10-29add patch seriesJustus Winter
2015-10-05drop old patch seriesJustus Winter
2015-10-05add patch seriesJustus Winter
2015-09-28libmachdev: 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. * libmachdev/trivfs_server.c: Convert to dynamic classes and buckets.
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