aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* x86_64: fix exception stack alignmentLuca Dariz2022-08-273-1/+16
* fix Task State Segment layout for 64 bitLuca Dariz2022-08-274-3/+36
* enable user accessLuca Dariz2022-08-271-2/+2
* fix console setting from cmdlineLuca Dariz2022-08-271-0/+5
* fix register corruption in irq on qemuLuca Dariz2022-08-271-6/+6
* cleanup multibootLuca Dariz2022-08-275-204/+32
* x86_64 boothdr: Fix _start symbol for multiboot address overridesSamuel Thibault2022-08-271-7/+5
* add support for booting from grub with x86_64Luca Dariz2022-08-279-16/+280
* gnumach: Remove PCI_CFG2_* as a reserved ioport rangeDamien Zammit2022-08-231-4/+1
* gnumach: vm_allocate_contiguous: Allow small power 2 alignmentsDamien Zammit2022-08-211-0/+4
* dev_pager.c: fix wrong condition to remove entriesJoan Lledó2022-08-091-2/+2
* Complete no-pie flagsSamuel Thibault2022-07-201-1/+1
* convert K&R into ansiGuy-Fleury Iteriteka2022-05-2713-79/+42
* convert k&R to ansi.Guy-Fleury Iteriteka2022-05-021-3/+1
* remove the old_mach_port_status_t as it's unusedLuca Dariz2022-04-031-18/+0
* device intr: Return an error on bogus intr portSamuel Thibault2022-03-131-3/+5
* device intr: Fix hypothetical NULL dererefenceSamuel Thibault2022-03-131-1/+1
* device: Fix NULL dereferenceSamuel Thibault2022-03-131-2/+6
* device: Avoid NULL dereferenceSamuel Thibault2022-03-131-1/+1
* device_map_page: update prototypeSamuel Thibault2022-02-181-1/+1
* vm_object_page_map: update prototypeSamuel Thibault2022-02-181-1/+1
* vm_allocate_contiguous: fix checking the end of the allocationSamuel Thibault2022-02-171-1/+1
* mach_vm_object_pages: Print a warning if the physical address is beyond 4GiBSamuel Thibault2022-02-171-0/+2
* vm_allocate_contiguous: Make sure we enforce physical addresses contraintsSamuel Thibault2022-02-171-0/+3
* pmap: Make sure we do not allocate page tables beyond 4GiBSamuel Thibault2022-02-171-1/+4
* projected_buffer_*: Fix storing physical addressSamuel Thibault2022-02-171-3/+5
* xen: Fix storing physical addressesSamuel Thibault2022-02-163-5/+5
* io_map: Fix using physical addressesSamuel Thibault2022-02-162-5/+9
* db: Fix db_user_to_phys_address returning physical addressesSamuel Thibault2022-02-161-7/+7
* vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault2022-02-163-4/+4
* biosmem: Narrow e820 regions as requiredDamien Zammit2022-02-151-0/+28
* Drop spurious version suffixSamuel Thibault2022-02-111-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2022-02-060-0/+0
|\
| * Ship x86_64/x86_64Samuel Thibault2022-02-061-0/+4
* | Ship x86_64/x86_64 and x86_64/include/mach/x86_64Samuel Thibault2022-02-061-1/+3
* | Makefrag.am: Move architecture condition inside architecture Makefrag.amSamuel Thibault2022-02-064-39/+25
|/
* thread_terminate_release: Error out early if thread is NULLSamuel Thibault2022-01-211-0/+3
* Convert from K&R to ANSIEtienne Brateau2022-01-215-49/+29
* task_set_name: make string parameter constSamuel Thibault2022-01-163-3/+3
* device_types: Add more const_ typesSamuel Thibault2022-01-161-0/+2
* typoSamuel Thibault2022-01-161-1/+1
* Add yet more const string typesSamuel Thibault2022-01-162-0/+2
* mach_debug_types: Add const_dev_name_tSamuel Thibault2022-01-161-0/+1
* device_types: Add const_dev_name_tSamuel Thibault2022-01-161-0/+1
* mach_i386: include MACH_I386_IMPORTSSamuel Thibault2022-01-011-0/+4
* thread: Fix thread_abort clearing of an event waitAlicia2021-12-311-0/+1
* Convert from K&R to ANSIEtienne Brateau2021-12-302-22/+8
* kern/thread.c: some minor style changesAdam Kandur2021-12-301-34/+22
* ddb: Fix updating sp while progressing through framesSamuel Thibault2021-12-291-1/+6
* ddb: Unwind over RETSamuel Thibault2021-12-292-6/+30