1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/sys/arch/hppa
mvs 0815c577ad Cast atomic_load_int(9) to signed int when loading `securelevel'.
The return value of atomic_load_int(9) is unsigned so needs a cast,
otherwise securelevel=-1 gets misrepresented.

From Paul Fertser.
2024-11-18 08:42:53 +00:00
..
compile
conf remove ability to specify root/dump/swap on st(4) 2024-11-04 22:08:02 +00:00
dev remove prototypes with no matching function; ok miod@ 2024-05-22 14:25:47 +00:00
gsc remove prototypes with no matching function; ok miod@ 2024-05-22 14:25:47 +00:00
hppa Cast atomic_load_int(9) to signed int when loading `securelevel'. 2024-11-18 08:42:53 +00:00
include Move the stack 1GB higher, closer to the end of the userland address space. 2024-11-14 20:32:13 +00:00
spmath Fix some spelling. 2024-09-04 07:54:51 +00:00
stand The MI boot code used to have an infinite loop trying to boot the kernel, 2024-11-05 09:42:48 +00:00
Makefile