summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-03-26s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.andvar
2023-03-26Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up inragge
2023-03-26Ensure that the kernel do not try to allocate a S0 segment larger than 1G,ragge
2023-02-23vax: Note where cpu_switchto needs barriers.riastradh
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-02-11Add comments that "options VAX410" also supports VS3100/m30,m38,m40,m48.tsutsui
2023-02-11Port rasops'fied smg(4) framebuffer driver for VS3100 from OpenBSD/vax.tsutsui
2023-02-06Add a support for gpx(4) color framebuffer found on VAXstation 3100.tsutsui
2023-01-29Make a vax bootloader work on 8MB VAXen.tsutsui
2023-01-24mark unused arguments as suchchristos
2023-01-13Make sure to call wsfont_init(9) as other framebuffer drivers.tsutsui
2022-12-12vsbus vax: sprinkle volatile for register accessesjakllsch
2022-12-11Support save/restore of AST levels in the PCB for context switching.oster
2022-12-10Don't let compiler optimize out the framebuffer probe in lcg_match() byjakllsch
2022-10-31s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments.andvar
2022-10-27vax/qvaux(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-11fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ andandvar
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-06fix various typos in comments.andvar
2022-05-29le(4): Fix resource leaks for error paths.rin
2022-05-24s/entrace/entrance/ in copy pasted comment.andvar
2022-04-25libsa now needs ioctl support to handle media with large sectors.mlelstv
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-03-03vax: Use device_set_private.riastradh
2022-02-13vax: __cpu_simple_lock audit.riastradh
2022-02-12__cpu_simple_lock(9): Omit needless barriers in init.riastradh
2022-02-12sys: Omit vestigial struct devices in softcs after device_t split.riastradh
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2022-02-11vax: Remove a vestige from before the device_t/softc split.riastradh
2021-12-05s/commmand/command/ in comment.msaitoh
2021-12-05s/implictily/implicitly/ in comment.msaitoh
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-28The genassym code in libc also needs struct sigcontext13christos
2021-10-27The stupid CPP has proven me too clever by half.thorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-27Centrally define constants that define the signal return trampolinethorpej
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-12fix various typos, mainly in comments.andvar
2021-10-04s/userpsace/userspace/andvar