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-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
2019-11-06
ANSIfy functions and get rid of boolean_t.
Martin Pieuchot
2019-11-05
Give some END()s to assembly symbols.
Martin Pieuchot
2019-11-01
Fix an off-by-one in db_save_stack_trace().
Martin Pieuchot
2019-11-01
Flush the register windows before unwinding the stack.
Martin Pieuchot
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-20
Firmware that supports the "parallel boot" feature allows us to read the PRI
Mark Kettenis
2019-10-15
Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().
Martin Pieuchot
2019-10-15
Try to match the devid against the bootpath if link->port_wwn doesn't
Jonathan Matthew
2019-10-12
sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@
cheloha
[next]