summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-07-06i386: use ACPI to power off the machineJustus Winter
2014-07-06i386: add io_map_cachedJustus Winter
2014-06-11doc: explain the floating point flag in kdb outputJustus Winter
2014-06-11i386: remap some keysJustus Winter
2014-06-11i386: reformat the key mapJustus Winter
2014-06-11ddb: use db_thread_stat to format the flagsJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-06-11kern: set the name of the kernel task to 'gnumach'Justus Winter
2014-06-11device: fix net_rcv_msg-messagesJustus Winter
2014-05-27Add missing memory clobberSamuel Thibault
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-05-25include: fix the embedded type definitions in memory_object.defsJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-30vm: make struct vm_map fit into a cache lineJustus Winter
2014-04-30i386: fix MACHINE_SERVER_HEADERJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter
2014-04-30include: do not guard the host_slab_info RPC with MACH_VM_DEBUGJustus Winter
2014-04-30Install the mach_debug header filesJustus Winter
2014-04-30doc: fix the number of prioritiesJustus Winter
2014-04-25Make sure mig is availableSamuel Thibault
2014-04-13kern: set the name of tasks created during the bootstrapJustus Winter
2014-04-10include: fix the definition of device_openJustus Winter
2014-04-08include: make the device_t types translation functions mutableJustus Winter
2014-04-05include: make the notify_port_t types translation functions mutableJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Fix prototypeSamuel Thibault
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2014-03-28Assume EGA/VGA cardSamuel Thibault
2014-03-28Really default to EGA/VGA on unknown CMOS valuesSamuel Thibault
2014-03-26kern: fix formatting of multiboot modulesJustus Winter
2014-03-25include: make the memory_object_t types translation functions mutableJustus Winter
2014-03-22Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-03-22Fix overflowSamuel Thibault
2014-03-20xen: fix error handlingJustus Winter
2014-03-20Only complain once per boot about Xen console smashSamuel Thibault
2014-03-17Increase possible number of AHCI devices to 8Samuel Thibault
2014-03-03Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2014-02-26kern: fix mig_strncpyJustus Winter
2014-02-23Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-02-23AHCI driver cleanupsSamuel Thibault
2014-02-19include: skip routines related to migrating threadsJustus Winter
2014-02-12Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault
2014-02-10Make open return ENXIO on missing CD-ROMSamuel Thibault
2014-02-10Add quiet flag to CD I/OSamuel Thibault
2014-02-10Add missing initializationSamuel Thibault
2014-02-10Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-02-10Add quiet flag to block I/OSamuel Thibault
2014-02-06vm: trigger garbage collection on kernel memory pressureRichard Braun