summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25STACK_OFFSET was to support it varying when compiling some code forPhilip Guenther
2022-10-25rwindow32 is gone and won't be coming back. ok miod@Philip Guenther
2022-10-23Fix a misleading commentPhilip Guenther
2022-10-22Put struct rwindow back in reg.h, pcb.h depends on this.Miod Vallat
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-17Fix "map" OpenFirmware call. It does not return a value according to theMark Kettenis
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-15ansiJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-10-06Build CRC calc/static block decode tables when needed to fix netbootKlemens Nanni
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-08Remove old debug code knobs, wrong comments, and unused pv entry flags.Miod Vallat
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-09-02Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-09-01Stop setting d_bbsize and d_sbsize. Nobody has paidKenneth R Westerback
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-08-17Fix vldc(4) event filtersVisa Hankala
2022-08-04Default to softraid on boot-device iff foundKlemens Nanni
2022-07-27Fix reconstructed softraid bootlineKlemens Nanni
2022-07-25Print function name for contextKlemens Nanni
2022-07-20Add size to free(9) callKlemens Nanni
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-10Add missing device_unref() calls.Visa Hankala
2022-07-04Use destination buffer size as strlcpy() bound, not source; harmless here forMiod Vallat
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-28Remove unused field d_poll from struct cdevsw.Visa Hankala
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