summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-03pflocal: Do not abort on too small getopt parameterSamuel Thibault
2016-01-03Add dumb SO_ERROR support to pflocalSamuel Thibault
2016-01-02allow pfinet to link using -O0Flavio Cruz
2016-01-01fix mach-defpager static linkingFlavio Cruz
2015-12-31fix compiler warning in hurd/fstestsFlavio Cruz
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-31Use DEVICE_IMPORTS to include libports/ports.hFlavio Cruz
2015-12-31Define IO_OUTTRAN so that term_on_pty returns a mach_port_tFlavio Cruz
2015-12-30Add missing libraries to fix link errorsFlavio Cruz
2015-12-30fix compiler warnings in hurd/nfs and hurd/nfsdFlavio Cruz
2015-12-29fix compiler warnings in hurd/utilsFlavio Cruz
2015-12-29fix compiler warnings in hurd/transFlavio Cruz
2015-12-29fix compiler warnings in hurd/startupFlavio Cruz
2015-12-29fix compiler warnings in hurd/randomFlavio Cruz
2015-12-29Include missing header file in hurd/procFlavio Cruz
2015-12-29fix compiler warnings in hurd/procfsFlavio Cruz
2015-12-29fix compiler warnings in hurd/nfs and hurd/nfsdFlavio Cruz
2015-12-29drop the deprecated malloc/free hooks in hurd/mach-defpagerFlavio Cruz
2015-12-29fix compiler warnings in hurd/libstoreFlavio Cruz
2015-12-29fix compiler warnings in hurd/libshouldbeinlibcFlavio Cruz
2015-12-29fix compiler warnings in hurd/libnetfsFlavio Cruz
2015-12-29fix compiler warnings in hurd/libihashFlavio Cruz
2015-12-29fix compiler warnings in hurd/libftpconnFlavio Cruz
2015-12-29fix compiler warnings in hurd/isofsFlavio Cruz
2015-12-29fix compiler warnings in hurd/libdiskfsFlavio Cruz
2015-12-29fix compiler warnings in hurd/isofsFlavio Cruz
2015-12-29fix compiler warnings in hurd/console-clientFlavio Cruz
2015-12-29fix compiler warnings in hurd/ext2fsFlavio Cruz
2015-12-29fix compiler warnings in hurd/execFlavio Cruz
2015-12-29fix compiler warnings in hurd/daemonsFlavio Cruz
2015-12-29fix compiler warnings in hurd/console-clientFlavio Cruz
2015-12-29boot: Fix boot.c compiler warning.Flavio Cruz
2015-12-01libdiskfs: use ihash for the node cacheJustus Winter
2015-11-29ext2fs: keep list of reusable disk cache entriesJustus Winter
2015-11-29ext2fs: disable block cache debugging by defaultJustus Winter
2015-11-29ext2fs: improve the block cacheJustus Winter
2015-11-29libihash: provide a general purpose hash algorithmJustus Winter
2015-11-29libihash: fix item insertionJustus Winter
2015-11-29libihash: generalize the interface to support non-integer keysJustus Winter
2015-11-29libihash: fix fast insertion corner caseJustus Winter
2015-11-29libihash: fix ill-devised locp lookup interfaceJustus Winter
2015-11-29Use -L instead of -Wl,-rpath-linkSamuel Thibault
2015-11-29Add missing menusSamuel Thibault
2015-11-29Fix undefined referenceSamuel Thibault
2015-11-29Add devnode documentationSamuel Thibault
2015-11-29Add libhurd-slabSamuel Thibault
2015-11-29Add devnode translatorSamuel Thibault
2015-11-12libihash: prefer performance degradation over failureJustus Winter
2015-11-06libihash: optimize lookup-or-insert operationsJustus Winter
2015-11-06libihash: add hurd_ihash_value_validJustus Winter