summaryrefslogtreecommitdiff
path: root/sys/arch/ia64
AgeCommit message (Expand)Author
2023-06-05Fix previous comment fix, which broke a comment.martin
2023-06-03fix various typos in comments and messages.andvar
2023-02-23ia64: Add missing barriers in cpu_switchto.riastradh
2023-02-09Adjust _all_ cinclude of *.local filesabs
2023-02-09Ensure GENERIC.local is always at the end of GENERICabs
2022-12-12madt.c & mainbus.c: fix build with acpica 20221020gutteridge
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-21ia64: Use designated initializers for ski efi tables.riastradh
2022-08-21ia64: Fix fallout from uint64 -> void * changes in efi.h.riastradh
2022-08-20machine/efi.h: Migrate common definitions to dev/efi/efi.h.riastradh
2022-08-20ia64/efi.h: Make st_rt/st_cfgtbl pointers, not uint64_t, per spec.riastradh
2022-08-20ia64: Make ct_data void *, not uint64_t, as in spec.riastradh
2022-08-20ia64: Use uint64_t, not void *, for EFI virtual addresses, as in spec.riastradh
2022-08-20ia64/efi.h: Fix whitespace. No functional change intended.riastradh
2022-08-20machine/efi.h: Add more memory descriptor attributes.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-07-23Add some file system options present in GENERIC kernels.simonb
2022-07-21s/Transration/Translation/andvar
2022-07-21fix typos in comments and log messages, mainly s/intrrupt/interrupt/.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-02-12__cpu_simple_lock(9): Omit needless barriers in init.riastradh
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2021-11-15Sprinkle const (and fix build)skrll
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-29Remove uscanner(4) drivernia
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-01Whitespace: #define<tab>simonb
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2020-11-21malloc(9) -> kmem(9)thorpej
2020-10-21make process_machdep.c included always since it provides register i/o used bychristos
2020-10-20harmonize process_machdep.c inclusion.christos
2020-09-27vether: Add to kernel configurationsroy
2020-09-07define __HAVE___LWP_GETPRIVATE_FASTmrg
2020-08-19s/ be be / be /msaitoh
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-02loader.efi doesn't have sourcelukem
2020-06-30Make copystr() a MI C function, part of libkern and shared on allmaxv
2020-06-29Fix for last checkin, don't try use non-existent register from a (currently) ...scole
2020-06-29Allow kernel to compile by preventing "error: stack usage is ..."scole
2020-05-29For struct timecounter, use C99 initializers.rin
2020-04-17Mark the .ident section as mergable string section to avoid redundantjoerg
2020-04-04mark nsmb major obsoletejdolecek