summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-22add patch seriesJustus Winter
2015-11-22drop old patch seriesJustus Winter
2015-11-22add patch seriesJustus Winter
2015-11-22drop old patch seriesJustus Winter
2015-11-22add patch seriesJustus Winter
2015-11-22drop old patch seriesJustus Winter
2015-11-21disable patches for nowJustus Winter
2015-11-21add patch seriesJustus Winter
2015-11-20drop old patch seriesJustus Winter
2015-11-16add patch seriesJustus Winter
2015-11-12add patch seriesJustus Winter
2015-11-12add patch seriesJustus Winter
2015-11-12drop old patch seriesJustus Winter
2015-11-06add patch seriesJustus Winter
2015-11-06drop old patch seriesJustus Winter
2015-11-06drop old patch seriesJustus Winter
2015-11-06add patch seriesJustus Winter
2015-11-06drop old patch seriesJustus Winter
2015-11-06add patch seriesJustus Winter
2015-11-06drop old patch seriesJustus Winter
2015-11-06add patch seriesJustus Winter
2015-11-06drop old patch seriesJustus Winter
2015-11-06add patch seriesJustus Winter
2015-11-05drop obsolete patchJustus Winter
2015-11-05drop obsolete patchJustus Winter
2015-11-05sync with upstream packagingJustus Winter
2015-11-05sync with upstream packagingJustus Winter
2015-11-04drop old patch seriesJustus Winter
2015-11-03add patch seriesJustus Winter
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