aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tunnel and dummy interfacesSamuel Thibault2013-03-264-4/+7
* Fix remap invocationSamuel Thibault2013-03-261-2/+4
* Update nasty/nice priority limitSamuel Thibault2013-03-111-2/+2
* Fix libpthread conversionSamuel Thibault2013-03-111-1/+1
* rpctrace: implement -EPino Toscano2013-03-011-1/+49
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2013-02-286-357/+594
|\
| * hello-mt: fix pthread porting issuePino Toscano2013-02-271-1/+1
| * Replace configure.in with configure.acPino Toscano2013-02-262-3/+3
| * Update config.guess and config.subPino Toscano2013-02-262-353/+590
| * Rename configure.in to configure.acPino Toscano2013-02-261-0/+0
* | Add io_select_timeout to the io interfaceRichard Braun2013-02-2829-102/+441
* | Add the timespec_t Hurd typeRichard Braun2013-02-282-0/+4
|/
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2013-02-268-0/+11
|\
| * Include <stdlib.h> or <mach.h> where neededPino Toscano2013-02-258-0/+11
* | Add remap translatorSamuel Thibault2013-02-265-5/+226
|/
* Always set flags on ethernet interfaceSamuel Thibault2013-02-242-5/+4
* Fix IPv6 by receiving all multicastSamuel Thibault2013-02-241-0/+5
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2013-02-242-3/+39
|\
| * Sync the io_request, io_reply and io interfacesRichard Braun2013-02-152-3/+39
* | Enable IPv6 packets between netdde and pfinetSamuel Thibault2013-02-241-7/+7
|/
* Fix registers recording in core dumpSamuel Thibault2013-02-111-4/+4
* Permit to use a tunnel not in /devSamuel Thibault2013-02-052-5/+22
* Fix spurious port deallocationSamuel Thibault2013-01-291-0/+2
* Do not warn about not raising priority of non-root translatorsSamuel Thibault2013-01-271-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2013-01-271-15/+29
|\
| * Report VM cache statisticsRichard Braun2013-01-141-15/+29
* | Add canonicalize option to hostmuxSamuel Thibault2013-01-273-8/+22
|/
* Pass pfinet errors to io_select callersSamuel Thibault2013-01-142-5/+10
* Use SOL_* values from libcSamuel Thibault2013-01-141-0/+6
* Add TASK_EVENTS_INFO support to libpsDavid Höppner2013-01-132-2/+6
* [IPV6]: Add IPV6_V6ONLY socket option support.Samuel Thibault2013-01-1312-34/+171
* Optimise dir-lookup's second-lockSamuel Thibault2012-12-272-6/+12
* Fix comment styleSamuel Thibault2012-12-171-2/+2
* Fix double call to pthread_mutex_unlock in diskfs_S_ifsock_getsockaddr.Cyril Roelandt2012-12-171-4/+1
* Fix double call to pthread_mutex_unlock in S_socket_connect.Cyril Roelandt2012-12-171-1/+1
* Fix double call to pthread_mutex_unlock in repeat_event().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in kbd_repeat_key().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in console_move_mouse().Cyril Roelandt2012-12-171-2/+0
* Do not expand format name in posix format optionCyril Roelandt2012-12-171-0/+2
* Make io_select return errorsSamuel Thibault2012-12-173-16/+55
* pfinet: increase local port rangeRichard Braun2012-12-061-0/+4
* Complete switch from cthreads to pthreadsSamuel Thibault2012-11-278-17/+17
* Switch from cthreads to pthreadsRichard Braun2012-11-27397-2945/+3298
* Remove condition implicationsRichard Braun2012-11-2411-34/+120
* Move starvation-reduction computation into adjust_priorityRichard Braun2012-11-241-14/+16
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2012-11-242-5/+1
|\
| * libps: Fix typo in the documentation of _proc_stat_create.Cyril Roelandt2012-10-221-1/+1
| * Revert "libdiskfs: handle _PC_2_SYMLINKS in pathconf"Pino Toscano2012-10-041-4/+0
* | Reduce contention on thread creation in libportsRichard Braun2012-11-241-9/+5
|/
* tmpfs: add --sizePino Toscano2012-09-301-3/+26