summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26Implement write support for block devices and add readdir and fchmodMark Kettenis
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-25fchmod() will be needed soon.Theo de Raadt
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,Theo de Raadt
2020-05-25Pass boothowto from bootloader to kernel using .openbsd.bootdata. To makeMark Kettenis
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-23Implement kqueue(2) support.Martin Pieuchot
2020-05-21Remove sparc64 mutex.S.Visa Hankala
2020-05-18Fix typoClaudio Jeker
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.Theo de Raadt
2020-05-17Fix WITNESS buildkn
2020-05-17Do not redefine todr_handle. The variable now lives in kern_time.c.Visa Hankala
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-13Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.Martin Pieuchot
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-04-28Use the same inittodr()/resettodr() implementation as on arm64/armv7Mark Kettenis
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-02Enable FFS2 option for both floppiesOtto Moerbeek
2020-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).Martin Pieuchot
2020-03-15Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()Otto Moerbeek
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-18Flip vdsk to 'normal' scsi_adapter idiom.Kenneth R Westerback
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-01-30Split `p_priority' into `p_runpri' and `p_slppri'.Martin Pieuchot
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2020-01-16Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-04Update comment on port WWN checkkn
2020-01-04Remove BOOT_FLAGS and simplify the boot blocks logic.Mark Kettenis
2020-01-01Unbreak DEBUG build: use %x not %lx with intkn
2020-01-01Unbreak DEBUG build: do not use undefined pakn
2020-01-01Unbreak DEBUG build: Format bus_{addr,size}_t as longkn
2020-01-01Unbreak DEBUG build: format time_t as long longkn
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot