summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inKenneth R Westerback
2020-07-11Set the default ABI for OpenBSD to ELFv2 in the clang frontend as well.Mark Kettenis
2020-07-11Add usertc.c.Mark Kettenis
2020-07-11Add missing usertc.c file.Mark Kettenis
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butKenneth R Westerback
2020-07-11Shuffle sc_link.openings initialization down to its friends and justKenneth R Westerback
2020-07-11Some whitespace fixes for the inline assembly.Mark Kettenis
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
2020-07-11Optimize rasops_vcons_copyrows() so write-only framebuffer consolesFrederic Cambus
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() keywords.Martin Pieuchot
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments to make upcoming diff(s) smallerKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-11Don't reload the FPU registers when they're already loaded.Mark Kettenis
2020-07-11Implement a machdep.altivec sysctl that always returns 1. This makesMark Kettenis
2020-07-11Change locks which don't use spin_lock_irq() or spin_lock_irqsave()Jonathan Gray
2020-07-11test for gem_size > 0 on pool_destroy() matching pool_init() callJonathan Gray
2020-07-11don't complain if the API is too low to support "query phy types".David Gwynne
2020-07-10Add hw.cpuspeed and hw.setperfgkoehler
2020-07-10table fix;Jason McIntyre
2020-07-10Document which crypto transforms are enabled by default.tobhe
2020-07-10Shuffle a bit of code to stop using sc->sc_link to hold values forKenneth R Westerback
2020-07-10Oops, I didn't intend to commit these bits.Mark Kettenis
2020-07-10Implement process_read_regs() such that core dumps become usable.Mark Kettenis
2020-07-10syncTheo de Raadt
2020-07-10Parse a bootduid= argument passed on the command line and use it to set theMark Kettenis
2020-07-10Pass bootduid (from disklabel) on the bootline to the kernelTheo de Raadt
2020-07-10adjust %n description to vaguely say "pointer", becuase the followingTheo de Raadt
2020-07-10Clear FPU state if we try to restore the state when the process didn't useMark Kettenis
2020-07-10Add check for userland VSID overflow.Mark Kettenis
2020-07-10base tree had only two uses of the printf %n format string, in this file.Theo de Raadt
2020-07-10As suggested by deraadt@, rewrite most of the printf(3) manual pageIngo Schwarze
2020-07-10Use OPAL_REINIT_CPUS calls during early boot to set endianness and toMark Kettenis
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-10Add OPAL_REINIT_CPUS.Mark Kettenis
2020-07-10Clean up s_client.cKinichiro Inoguchi
2020-07-10Even though the PowerISA indicates that hardware should update referenceMark Kettenis
2020-07-10Change variable bio_c_out from global to localKinichiro Inoguchi
2020-07-10Kill `pppx_devs_lk' rwlock. It used only to prevent races caused bymvs
2020-07-10Set missing `IFXF_CLONED' flag to pppx(4) related `ifnet'. That shouldmvs
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.Frederic Cambus
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09The fegetexceptflag() function should not have a DEF_STD.Mark Kettenis
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andJoshua Stein
2020-07-09Some touchpads don't have the "maximum number of contacts" orJoshua Stein