| Commit message (Expand) | Author | Age | Files | Lines |
* | remove machine/machspl.h as it duplicates machine/spl.h | LD | 2024-03-09 | 1 | -1/+1 |
* | kern: move pset_idle_lock/unlock to header | Samuel Thibault | 2024-02-23 | 1 | -4/+2 |
* | kern: Use _nocheck variants of locks taken at splsched() | Damien Zammit | 2024-02-23 | 1 | -2/+4 |
* | smp: Create AP processor set and put all APs inside it | Damien Zammit | 2024-02-11 | 1 | -1/+12 |
* | percpu active_thread using gs segment | Damien Zammit | 2023-09-24 | 1 | -1/+1 |
* | Remove host_get_boot_info and host_get_kernel_boot_info since they are not used. | Flavio Cruz | 2023-04-07 | 1 | -23/+0 |
* | Use c_string to define host_get_kernel_version and host_get_kernel_boot_info. | Flavio Cruz | 2023-03-13 | 1 | -0/+8 |
* | smp: Fix more busy loops | Samuel Thibault | 2023-02-15 | 1 | -1/+1 |
* | slock: Fix initialization of statically-allocated slocks | Samuel Thibault | 2023-02-08 | 1 | -1/+1 |
* | Fix several warnings for -Wmissing-prototypes | Flavio Cruz | 2023-01-24 | 1 | -1/+1 |
* | Include mig generated headers to avoid warnings with -Wmissing-prototypes. | Flavio Cruz | 2023-01-19 | 1 | -1/+1 |
* | Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for ma... | Flavio Cruz | 2023-01-13 | 1 | -0/+1 |
* | Move cpu_down and other functions inside SMP ifdef | Flavio Cruz | 2023-01-07 | 1 | -59/+60 |
* | Fix some warnings with -Wmissing-prototypes. | Flavio Cruz | 2022-12-27 | 1 | -1/+2 |
* | convert K&R into ansi | Guy-Fleury Iteriteka | 2022-05-27 | 1 | -5/+2 |
* | SMP: Fix warnings | Samuel Thibault | 2021-04-04 | 1 | -1/+5 |
* | Add a thread_no_continuation definition | Flávio Cruz | 2015-08-28 | 1 | -4/+4 |
* | Convert from K&R to ANSI | Marin Ramesa | 2014-04-04 | 1 | -26/+22 |
* | Declare void argument lists (part 2) | Marin Ramesa | 2013-12-20 | 1 | -2/+2 |
* | Mark functions that don't return with attribute noreturn | Marin Ramesa | 2013-12-17 | 1 | -1/+1 |
* | kern: qualify pointers whose dereferenced values are constant with const | Marin Ramesa | 2013-12-17 | 1 | -2/+2 |
* | kern/machine.c: remove __volatile__ | Marin Ramesa | 2013-12-08 | 1 | -3/+0 |
* | kern: move forward declarations into a header file | Marin Ramesa | 2013-11-24 | 1 | -7/+0 |
* | Remove leftover register qualifiers | Marin Ramesa | 2013-11-24 | 1 | -1/+1 |
* | kern: remove register qualifiers | Marin Ramesa | 2013-11-13 | 1 | -15/+15 |
* | Remove lint code | Marin Ramesa | 2013-11-09 | 1 | -6/+0 |
* | Remove long obsolete RPC routines | Guillem Jover | 2011-09-02 | 1 | -54/+0 |
* | 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-06-18 | 1 | -1/+0 |
* | 2008-07-15 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -4/+1 |
* | 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-06-18 | 1 | -0/+1 |
* | 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-06-18 | 1 | -1/+1 |
* | 2006-11-09 Barry deFreese <bddebian@comcast.net> | Samuel Thibault | 2009-06-18 | 1 | -0/+1 |
* | 2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2009-06-18 | 1 | -7/+0 |
* | 2006-10-15 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -3/+0 |
* | 2006-03-20 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 2009-06-18 | 1 | -7/+0 |
* | 2001-04-04 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-04-05 | 1 | -1/+1 |
* | Initial source | Thomas Bushnell | 1997-02-25 | 1 | -0/+765 |