aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix space styleSamuel Thibault2015-03-0562-739/+739
* libports: avoid acquiring global lock in message dispatchJustus Winter2015-02-173-8/+16
* TODO: drop obsolete itemJustus Winter2015-02-141-2/+0
* startup: add more error handlingJustus Winter2015-02-081-22/+41
* Explicit the keymap compatibility flagsSamuel Thibault2015-02-022-94/+92
* Allow dhcp trafic and configurationSamuel Thibault2015-02-022-80/+258
* Remove unimplemented -s optionSamuel Thibault2015-02-021-1/+0
* utils/rpctrace: fix notification port handlingJustus Winter2015-01-201-1/+2
* console: fix error and notification port handlingJustus Winter2015-01-201-15/+22
* proc: call `startup_essential_task' earlierJustus Winter2015-01-174-13/+58
* auth: remove implicit assumption about the bootstrap processJustus Winter2015-01-171-1/+14
* auth: simplify expressionJustus Winter2015-01-171-2/+2
* startup: give the tasks we create a nameJustus Winter2015-01-171-0/+2
* libports: silence pointless error messageJustus Winter2015-01-171-0/+5
* libdiskfs: fix port leakJustus Winter2015-01-171-0/+1
* libfshelp: improve error handlingJustus Winter2015-01-171-3/+3
* random: fix typoJustus Winter2015-01-041-1/+1
* Backport Linux changes for proper TCP EOF handlingSamuel Thibault2015-01-033-32/+31
* procfs: Fix typos in comments (found by codespell)Stefan Weil2015-01-034-5/+5
* libshouldbeinlibc: Fix typo in local variable nameStefan Weil2015-01-031-3/+3
* misc: Fix typos in comments (found by codespell)Stefan Weil2015-01-036-7/+7
* console: Fix typos in commentsStefan Weil2015-01-032-2/+2
* console-client: Fix typos in commentsStefan Weil2015-01-038-14/+14
* aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)Stefan Weil2015-01-032-3/+3
* lib*: Fix typos in comments (found by codespell)Stefan Weil2015-01-037-8/+8
* Revert "Make sure to free content dir in procfs"Samuel Thibault2014-12-261-8/+1
* Make sure to free content dir in procfsLancelot SIX2014-12-261-1/+8
* Avoid ./ components in mtab outputSamuel Thibault2014-12-192-4/+4
* hurd: make the protected payload changes less intrusiveJustus Winter2014-12-122-3/+3
* Fix inclusion loop between hurd_types.defs and hurd/signal.h>Samuel Thibault2014-12-113-2/+7
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-1015-39/+39
* Replace `bzero' with `memset'Justus Winter2014-12-1046-79/+75
* ext2fs: tune the size of the inode cacheJustus Winter2014-12-101-1/+1
* libpager: use libports notification functionsJustus Winter2014-12-105-109/+5
* libpager: remove the `seqno' parametersJustus Winter2014-12-1014-45/+24
* hurd: add `proc_make_task_namespace'Justus Winter2014-12-101-1/+10
* proc: implement `proc_make_task_namespace'Justus Winter2014-12-102-9/+107
* proc: register for new task notificationsJustus Winter2014-12-103-3/+47
* Makeconf: handle the task_notify protocolJustus Winter2014-12-101-0/+1
* fakeroot: Fix initializing default faked field of nodesSamuel Thibault2014-12-101-1/+1
* include: don't install nonexistent refcount.hDavid Michael2014-12-091-1/+1
* Fix mode of nodes created with mkfileSamuel Thibault2014-12-091-2/+12
* hurd: add intranpayload functions to all hurd typesJustus Winter2014-12-073-1/+123
* utils/rpctrace: make `trace_and_forward' payload-awareJustus Winter2014-12-071-1/+28
* trans/symlink: disable default payload to port mappingJustus Winter2014-12-071-0/+4
* trans/streamio: make the translator payload-awareJustus Winter2014-12-071-0/+3
* trans/password: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/ifsock: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/fakeroot: make the demuxer payload-awareJustus Winter2014-12-071-4/+13
* term: add a payload-aware intrans functionJustus Winter2014-12-073-0/+10