summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2023-03-14sync the boot options list, and some macro fixes;Jason McIntyre
2023-03-13Switch alpha to new boot blocks.Miod Vallat
2023-03-13Add manual page.Miod Vallat
2023-03-11New alpha secondary boot blocks using the MI code base. Not linked to theMiod Vallat
2023-03-11Remove long dead "tool".Miod Vallat
2023-03-11Allow strip and objcopy to be overrridden, for easier cross-buildability. NFCMiod Vallat
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-07Since we override CFLAGS here, don't forget to put -Oz in there so as to compileMiod Vallat
2023-02-06Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in yearsMiod Vallat
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-16some kernel prototypes should also be made available to _STANDALONETheo de Raadt
2023-01-16roughly cleanup terrible pre-ansi practicesTheo de Raadt
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-04Gordon W. Ross agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-02Fix the check for the BWX extension introduced in 1.92.Miod Vallat
2022-12-10alpha: switch to clockintrScott Soule Cheloha
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-31style: 'The function type should be on a line by itself preceding the function.'Philip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-15ansiJonathan Gray
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-09-12Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-08-29static const, not const staticJonathan Gray
2022-08-12Make sure we don't pass uninitialized siginfo values to trapsignal(); fromMiod Vallat
2022-08-10Remove alpha kernel code to process userland misaligned accesses, and theMiod Vallat
2022-08-10match other archs use %s for version printfJonathan Gray
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-01When a struct ipovly needs to be computed and checksummed in in4_cksum(),Miod Vallat
2022-01-04hide more things behind _KERNEL, in case userland manages to includeTheo de Raadt
2022-01-04remove unused fileJonathan Gray
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis