This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
stand
/
ofw
/
libofw
History
Warner Losh
0a34fc542c
e_entry can be smaller than a pointer. Cast it to an intptr_t before
...
casting it to a uint64_t *.
2017-12-03 04:55:04 +00:00
..
devicename.c
…
elf_freebsd.c
Cast mdp (a vm_offset_t) to void * to match prototype.
2017-12-03 04:54:59 +00:00
libofw.h
Delcare md_load in libofw.h. Make all prototypes match for ofw
2017-12-03 04:54:49 +00:00
Makefile
…
ofw_console.c
…
ofw_copy.c
…
ofw_disk.c
…
ofw_memory.c
…
ofw_module.c
…
ofw_net.c
…
ofw_reboot.c
…
ofw_time.c
…
openfirm.c
Const poison the propname. It's never set and we often pass it const
2017-12-03 04:54:18 +00:00
openfirm.h
Const poison the propname. It's never set and we often pass it const
2017-12-03 04:54:18 +00:00
ppc64_elf_freebsd.c
e_entry can be smaller than a pointer. Cast it to an intptr_t before
2017-12-03 04:55:04 +00:00