| Commit message (Expand) | Author | Age | Files | Lines |
* | aarch64: Add the basics | Sergey Bugaev | 2024-04-16 | 1 | -0/+3 |
* | Do not install device/input.h | Samuel Thibault | 2024-03-15 | 1 | -1/+1 |
* | move x86 copy_user.[ch] to ipc/ and make it arch-indipendent | LD | 2024-03-09 | 1 | -0/+2 |
* | Delete include/mach/rpc.h | Flavio Cruz | 2023-05-06 | 1 | -1/+0 |
* | Delete include/mach/default_pager_helper.defs | Flavio Cruz | 2023-04-10 | 1 | -1/+0 |
* | Remove bootstrap.defs | Sergey Bugaev | 2023-04-03 | 1 | -1/+0 |
* | Delete include/mach/msg_type.h | Flavio Cruz | 2023-02-20 | 1 | -1/+0 |
* | Remove a.out support for ddb | Flavio Cruz | 2023-02-09 | 1 | -2/+0 |
* | Do not include seg.c when building for x86_64 | Flavio Cruz | 2023-01-26 | 1 | -0/+7 |
* | Include mig generated headers to avoid warnings with -Wmissing-prototypes. | Flavio Cruz | 2023-01-19 | 1 | -3/+0 |
* | Delete util/putchar.{c,h} and util/puts.c | Flavio Cruz | 2023-01-18 | 1 | -3/+0 |
* | remove unused file ipc/mach_rpc.c | Luca Dariz | 2023-01-16 | 1 | -1/+0 |
* | Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma... | Flavio Cruz | 2023-01-13 | 1 | -0/+2 |
* | Preemptively fix warnings that will be caused by -Wmissing-prototypes | Flavio Cruz | 2023-01-10 | 1 | -0/+1 |
* | Export input structures used by Hurd in device/input.h. | Flavio Cruz | 2023-01-09 | 1 | -0/+1 |
* | Introduce time_value64_t to keep track of real time in the kernel | Flavio Cruz | 2023-01-03 | 1 | -1/+1 |
* | Delete kern_timestamp system call since it is not used | Flavio Cruz | 2022-12-27 | 1 | -2/+0 |
* | Implement our own functions to convert between host and network values | Flavio Cruz | 2022-12-17 | 1 | -1/+3 |
* | Delete mach_debug/pc_info.h | Flavio Cruz | 2022-11-28 | 1 | -1/+0 |
* | Delete ipc_info.h since it is not used | Flavio Cruz | 2022-11-25 | 1 | -1/+0 |
* | cleanup multiboot | Luca Dariz | 2022-08-27 | 1 | -1/+0 |
* | Makefrag.am: Move architecture condition inside architecture Makefrag.am | Samuel Thibault | 2022-02-06 | 1 | -4/+0 |
* | smp: Add generic smp pseudoclass | Almudena Garcia | 2020-09-19 | 1 | -0/+2 |
* | Add hardware interrupt notification mechanism | Samuel Thibault | 2020-07-10 | 1 | -0/+4 |
* | Add experimental RPC infrastructure | Samuel Thibault | 2020-07-09 | 1 | -0/+7 |
* | build system: Add 64bit variant | Samuel Thibault | 2020-03-28 | 1 | -0/+5 |
* | Add vm_object_sync support | Samuel Thibault | 2018-11-03 | 1 | -0/+1 |
* | Implement basic sleeping locks for gnumach | Agustina Arzille | 2017-03-04 | 1 | -0/+3 |
* | VM: add the vm_wire_all call | Richard Braun | 2016-12-24 | 1 | -0/+1 |
* | Lightweight synchronization mechanism | Agustina Arzille | 2016-04-15 | 1 | -0/+2 |
* | Ship missing files | Samuel Thibault | 2016-03-11 | 1 | -0/+2 |
* | Include the exception protocol in 'gnumach.msgids' | Justus Winter | 2016-02-23 | 1 | -2/+4 |
* | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 1 | -0/+1 |
* | Rework *.msgids handling when neither client nor server stubs are required | Thomas Schwinge | 2015-10-31 | 1 | -2/+9 |
* | Add missing distributed file | Samuel Thibault | 2015-07-05 | 1 | -1/+2 |
* | Include the notify protocol in `gnumach.msgids' | Justus Winter | 2015-05-31 | 1 | -1/+2 |
* | ipc: replace the IPC table with a radix tree | Justus Winter | 2015-05-20 | 1 | -4/+0 |
* | kern: add radix tree library | Justus Winter | 2015-05-20 | 1 | -0/+3 |
* | kern: import `macros.h' from x15 | Justus Winter | 2015-05-19 | 1 | -1/+1 |
* | Ship missing file | Samuel Thibault | 2014-12-11 | 1 | -1/+2 |
* | kern: provide notifications about new tasks | Justus Winter | 2014-12-09 | 1 | -0/+8 |
* | ddb: add support for ELF symbol tables | Justus Winter | 2014-09-17 | 1 | -0/+2 |
* | Install the mach_debug header files | Justus Winter | 2014-04-30 | 1 | -3/+12 |
* | device/dev_pager.c: remove forward declaration | Marin Ramesa | 2013-12-10 | 1 | -0/+1 |
* | device/dev_pager.c (device_pager_data_request): remove forward declaration | Marin Ramesa | 2013-12-10 | 1 | -0/+1 |
* | kern/mach_clock.c: remove forward declaration | Marin Ramesa | 2013-12-05 | 1 | -0/+1 |
* | kern/startup.c: remove forward declarations | Marin Ramesa | 2013-12-05 | 1 | -0/+3 |
* | i386/i386at: remove forward declarations | Marin Ramesa | 2013-12-05 | 1 | -0/+1 |
* | kern: new header file exception.h | Marin Ramesa | 2013-12-05 | 1 | -0/+1 |
* | ddb: new header file db_aout.h | Marin Ramesa | 2013-12-05 | 1 | -0/+1 |