summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2022-05-27Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-02-21independednt -> independent, let's -> letsJonathan Gray
2022-02-21iommmu -> iommuJonathan Gray
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
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-02approprate -> appropriateJonathan Gray
2022-01-02Resore -> RestoreJonathan Gray
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02Nummber -> NumberJonathan Gray
2022-01-02numers -> numbersJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2021-12-17Disable a few warning flags that were introduced and enabled by defaultPatrick Wildt
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-26Remove more occurences of O_RDONLY in our bootloaders.Patrick Wildt
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
2021-10-24Constify struct cfattach.Martin Pieuchot
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-09-01Use ttopen in tty drivers open functions as ttysleep string, as the others do.Jan Klemkow
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-08-03Make sure VM_MAXUSER_ADDRESS is aligned to a page boundary, as MI codeSebastien Marie
2021-07-15more space savingsTheo de Raadt
2021-07-15space savings on install kernels. (restore and ralink drivers+firmware goTheo de Raadt
2021-07-10Sync maxusers with other 64bit archs.Martin Pieuchot
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-28Enable dt(4).Martin Pieuchot
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-05Unlock top part of the fault handler.Martin Pieuchot
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-03-11spellingJonathan Gray
2021-02-23sparc64/clock.c: use ANSI-style function definitionscheloha
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-28Again allow COPTS= to come from the environment again, and don't lose theTheo de Raadt
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-19blacklist com on m3000s. our com code causes faults somehow.David Gwynne
2021-01-02Allocate address space for struct cpu_info using km_alloc(9) instead ofJonathan Matthew
2020-12-28Sync with i386 by asserting that IPL values should be at least IPL_NONE.Martin Pieuchot
2020-12-25Refactor klist insertion and removalVisa Hankala