Gordon Bergling
c44b5e090d
stand: Fix a common typo in source code comments
...
- s/independant/independent/
MFC after: 3 days
2022-06-05 09:49:51 +02:00
Toomas Soome
23883413d4
loader: fix typo in zalloc.
2019-09-20 05:22:34 +00:00
Toomas Soome
11db1a1654
loader: add memalign() to libsa
...
Implement memalign(size_t alignment, size_t size) to allocate aligned memory.
2019-09-17 13:15:27 +00:00
Toomas Soome
e57c0c2afb
loader: cstyle cleanup libsa zalloc sources
...
Clean up libstand zalloc* sources. Note that it is not 100% whitespace cleanup.
I also reduced block in znalloc and zfree as those were obvious simplifications
and did help to save one level of indent.
2019-09-17 11:35:53 +00:00
Warner Losh
ca987d4641
Move sys/boot to stand. Fix all references to new location
...
Sponsored by: Netflix
2017-11-14 23:02:19 +00:00