summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-09Merge the random translator into the Hurd repositoryJustus Winter
2014-06-09Prepare the random translator to be merged into the Hurd sourcesJustus Winter
2014-06-08ext2fs: fix type of retry_dotdotJustus Winter
2014-06-08ext2fs: fix type of blockaddrJustus Winter
2014-06-08ext2fs: use size_t where appropriateJustus Winter
2014-06-06ext2fs: fix compiler warningJustus Winter
2014-06-06libdiskfs: avoid implicit integer conversionJustus Winter
2014-06-06libdiskfs: use correct type for disk offsetsJustus Winter
2014-06-06hurd: fix type of optimal_transfer_sizeJustus Winter
2014-06-06include: use unsigned literal in combination with binary notJustus Winter
2014-05-31libnetfs: fix memory leakJustus Winter
2014-05-31tmpfs: use a thread timeoutJustus Winter
2014-05-30Merge branch 'random' of ssh://git.savannah.gnu.org/srv/git/hurd/incubator in...Samuel Thibault
2014-05-30Fix buffer allocation on io_readSamuel Thibault
2014-05-30build: Remove checks for 'getgrouplist' and 'uselocale'.Ludovic Courtès
2014-05-30Merge branch 'master' of git://git.sv.gnu.org/hurd/hurdJustus Winter
2014-05-30libstore: provide function declaration until available upstreamJustus Winter
2014-05-29Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault
2014-05-29Disable linking when cross-compilingLudovic Courtès
2014-05-29libdiskfs: use a hash table for the name cacheJustus Winter
2014-05-29libdiskfs: remove the statistics code from the name cacheJustus Winter
2014-05-28trans/fakeroot: use netfs_node_netnode instead of np->nnJustus Winter
2014-05-28trans/fakeroot: use fat nodes to simplify the node cacheJustus Winter
2014-05-28libnetfs: add netfs_make_node_alloc to allocate fat nodesJustus Winter
2014-05-28libdiskfs: add diskfs_make_node_alloc to allocate fat nodesJustus Winter
2014-05-28Do not include the terminating zero in /proc/slabinfoJustus Winter
2014-05-26libtrivfs: lock-less reference counting for trivfs_peropen objectsJustus Winter
2014-05-26libihash: do not use an integer hash function by defaultJustus Winter
2014-05-26libdiskfs: fix node leak in the name cacheJustus Winter
2014-05-26trans/mtab: fix initializationJustus Winter
2014-05-26ext2fs: fix diskfs_pager_usersJustus Winter
2014-05-26libpager: drop unused fields from struct pagerJustus Winter
2014-05-26term: fix memory leakJustus Winter
2014-05-26Avoid compiler warning about empty bodiesJustus Winter
2014-05-26libdiskfs: fix type of dir_cache_id, node_cache_idJustus Winter
2014-05-26pfinet: add missing includeJustus Winter
2014-05-26exec: add missing includesJustus Winter
2014-05-26libdiskfs: lock-less reference counting for peropen objectsJustus Winter
2014-05-24Implement /proc/slabinfoJustus Winter
2014-05-22include: install refcount.hJustus Winter
2014-05-22trans/fakeroot: override fshelp_isownerJustus Winter
2014-05-22include: add lock-less reference counting primitivesJustus Winter
2014-05-22libihash: add hurd_ihash_get_loadJustus Winter
2014-05-22libihash: fix typoJustus Winter
2014-05-16proc: move translation functions to mig-decls.hJustus Winter
2014-05-16trans/fakeroot: use C99-style struct initializationJustus Winter
2014-05-16trans/fakeroot: fix comparison between signed and unsignedJustus Winter
2014-05-16trans/fakeroot: remove spurious semicolonJustus Winter
2014-05-13libihash: use fast binary scaling to determine the loadJustus Winter
2014-05-13libihash: use linear probing and fast modulo operationJustus Winter