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
/
uboot
/
lib
History
Maxim Sobolev
55d5c94943
The libstand's panic() appends its own '\n' to the message, so that users of the API
...
don't need to supply one. MFC after: 2 weeks
2018-11-29 18:37:48 +00:00
..
api_public.h
…
console.c
…
copy.c
The libstand's panic() appends its own '\n' to the message, so that users of the API
2018-11-29 18:37:48 +00:00
devicename.c
Remove d_type from devdesc. It's not needed as we can fetch it from
2018-03-12 21:39:59 +00:00
disk.c
Use the actual struct devdesc at the start of all *_devdesc structs
2018-03-12 21:39:49 +00:00
elf_freebsd.c
Prefer uintXX_t to u_intXX_t
2018-03-13 16:33:00 +00:00
glue.c
Tag unreachable places as such. I left the while (1); in place since
2018-01-26 22:22:21 +00:00
glue.h
Now that exit is __dead2, we need to tag ub_exit() as __dead2. To do
2018-01-26 21:50:59 +00:00
libuboot.h
Remove comments and assertions that are no longer valid after r330809.
2018-06-05 22:13:45 +00:00
Makefile
Eliminate bsd.stand.mk and -fPIC 32-bit intel builds
2018-02-16 00:17:32 +00:00
module.c
…
net.c
The libstand's panic() appends its own '\n' to the message, so that users of the API
2018-11-29 18:37:48 +00:00
reboot.c
…
time.c
…