aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pfinet: set a non-zero ports management timeoutRichard Braun2014-02-221-1/+1
* libports: work around bugs in server terminationRichard Braun2014-02-221-0/+6
* libstore: fixed some pointer-sign related warningsIgnazio Sgalmuzzo2014-02-191-2/+2
* Add missing copyright noticeSamuel Thibault2014-02-181-0/+21
* libstore: replaced gz decompression code with libzIgnazio Sgalmuzzo2014-02-1812-1766/+70
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2014-02-181-1/+1
|\
| * libdiskfs: fix typoJustus Winter2014-02-141-1/+1
* | Add missing copyright noticeSamuel Thibault2014-02-181-0/+21
|/
* Add --font-width option to force 8/9 pixel font widthSamuel Thibault2014-02-135-11/+66
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2014-02-122-2/+2
|\
| * fatfs: add bz2 to OTHERLIBSJustus Winter2014-02-101-1/+1
| * isofs: add bz2 to OTHERLIBSJustus Winter2014-02-101-1/+1
* | Fix typosSamuel Thibault2014-02-121-2/+2
|/
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2014-02-091-1/+10
|\
| * trans/fakeroot: fix cached node retrieval on lookupRichard Braun2014-02-071-1/+10
* | Replaced bz2 decompression code with libbz2Ignazio Sgalmuzzo2014-02-094-1719/+42
|/
* trans/fakeroot: fix netfs_S_dir_lookupRichard Braun2014-02-061-1/+1
* trans/fakeroot: rework node cachingRichard Braun2014-02-051-62/+63
* trans/fakeroot: fix chmodRichard Braun2014-02-051-10/+4
* Revert "trans: fix locking issue in fakeroot"Richard Braun2014-02-051-1/+1
* trans/fakeroot: fix right leakRichard Braun2014-02-051-0/+2
* daemons/getty: always print a newline before the bannerJustus Winter2014-02-051-1/+2
* exec: connect std{in,out,err} to the mach consoleJustus Winter2014-02-021-2/+15
* daemons/getty: display /etc/issue if availableJustus Winter2014-01-311-7/+79
* Fix crash on fsysopts when pfinet has no IPv6Samuel Thibault2014-01-301-3/+2
* pfinet: really deallocate device portSamuel Thibault2014-01-291-0/+1
* Also re-open Ethernet device on EMIG_SERVER_DIEDSamuel Thibault2014-01-281-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2014-01-2823-180/+235
|\
| * libnetfs: fix file locking on peropen releaseRichard Braun2014-01-261-0/+5
| * proc: fix the receiver lookup in S_proc_exception_raiseJustus Winter2014-01-203-6/+51
| * utils: include the mig-generated server headers in fakeauth.cJustus Winter2014-01-201-4/+2
| * auth: include the mig-generated server headers in auth.cJustus Winter2014-01-201-6/+4
| * pflocal: include the mig-generated server headersJustus Winter2014-01-202-7/+6
| * pfinet: include the mig-generated server headers in main.cJustus Winter2014-01-201-5/+6
| * proc: include the mig-generated server headers in main.cJustus Winter2014-01-201-5/+5
| * exec: include the mig-generated server headers in main.cJustus Winter2014-01-201-3/+3
| * libtrivfs: include the mig-generated server headers in demuxer.cJustus Winter2014-01-201-7/+6
| * libnetfs: include the mig-generated server headers in demuxer.cJustus Winter2014-01-201-7/+7
| * libdiskfs: include the mig-generated server headers in demuxer.cJustus Winter2014-01-201-9/+9
| * trans: fix the receiver lookup in passwordJustus Winter2014-01-202-13/+23
| * Rename variables with the name "error" to "err".Justus Winter2014-01-197-108/+108
* | Make pfinet re-open ethernet device on transmission errorSamuel Thibault2014-01-281-3/+36
|/
* libps: fix task/thread times fetchingRichard Braun2014-01-163-11/+20
* libnetfs: register passive translator startupsJustus Winter2014-01-121-2/+41
* libdiskfs: register passive translator startupsJustus Winter2014-01-121-3/+38
* libfshelp: fix the api of fshelp_set_active_translatorJustus Winter2014-01-124-43/+55
* trans/mtab: do not include non-filesystem translators by defaultJustus Winter2014-01-121-0/+40
* trans/mtab: make the translator multithreadedJustus Winter2014-01-121-3/+7
* trans/mtab: properly lock mtab objectsJustus Winter2014-01-121-12/+32
* trans/mtab: remove the loop detection logicJustus Winter2014-01-121-32/+11