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