summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-17libdiskfs: drop unused fields from struct nodeJustus Winter
2015-04-17libdiskfs: make struct node more compactJustus Winter
2015-04-17libdiskfs: lock-less reference counting of nodesJustus Winter
2015-04-17tmpfs: use a seperate lock to protect all_nodesJustus Winter
2015-04-17isofs: use a seperate lock to protect node_cacheJustus Winter
2015-04-11fatfs: use a seperate lock to protect nodehashJustus Winter
2015-04-11ext2fs: use a seperate lock to protect nodehashJustus Winter
2015-04-10GNU Hurd 0.6.Thomas Schwinge
2015-04-08NEWS: mention that the init server has been splitJustus Winter
2015-04-07procfs: fix runtime option parsingJustus Winter
2015-04-07libports: use protected payloads to optimize the object lookupJustus Winter
2015-04-07procfs: fix argument parsingJustus Winter
2015-03-05Fix space styleSamuel Thibault
2015-02-17libports: avoid acquiring global lock in message dispatchJustus Winter
2015-02-14TODO: drop obsolete itemJustus Winter
2015-02-08startup: add more error handlingJustus Winter
2015-02-02Explicit the keymap compatibility flagsSamuel Thibault
2015-02-02Allow dhcp trafic and configurationSamuel Thibault
2015-02-02Remove unimplemented -s optionSamuel Thibault
2015-01-20utils/rpctrace: fix notification port handlingJustus Winter
2015-01-20console: fix error and notification port handlingJustus Winter
2015-01-17proc: call `startup_essential_task' earlierJustus Winter
2015-01-17auth: remove implicit assumption about the bootstrap processJustus Winter
2015-01-17auth: simplify expressionJustus Winter
2015-01-17startup: give the tasks we create a nameJustus Winter
2015-01-17libports: silence pointless error messageJustus Winter
2015-01-17libdiskfs: fix port leakJustus Winter
2015-01-17libfshelp: improve error handlingJustus Winter
2015-01-04random: fix typoJustus Winter
2015-01-03Backport Linux changes for proper TCP EOF handlingSamuel Thibault
2015-01-03procfs: Fix typos in comments (found by codespell)Stefan Weil
2015-01-03libshouldbeinlibc: Fix typo in local variable nameStefan Weil
2015-01-03misc: Fix typos in comments (found by codespell)Stefan Weil
2015-01-03console: Fix typos in commentsStefan Weil
2015-01-03console-client: Fix typos in commentsStefan Weil
2015-01-03aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)Stefan Weil
2015-01-03lib*: Fix typos in comments (found by codespell)Stefan Weil
2014-12-26Revert "Make sure to free content dir in procfs"Samuel Thibault
2014-12-26Make sure to free content dir in procfsLancelot SIX
2014-12-19Avoid ./ components in mtab outputSamuel Thibault
2014-12-12hurd: make the protected payload changes less intrusiveJustus Winter
2014-12-11Fix inclusion loop between hurd_types.defs and hurd/signal.h>Samuel Thibault
2014-12-10Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-12-10ext2fs: tune the size of the inode cacheJustus Winter
2014-12-10libpager: use libports notification functionsJustus Winter
2014-12-10libpager: remove the `seqno' parametersJustus Winter
2014-12-10hurd: add `proc_make_task_namespace'Justus Winter
2014-12-10proc: implement `proc_make_task_namespace'Justus Winter
2014-12-10proc: register for new task notificationsJustus Winter