| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)
Disable use of pager - causes linking issue for boot1
can be re-enabled by defining HEXDUMP_PAGER.
Reviewed by: stevek, imp
MFC after: 1 week
Sponsored by: Juniper Networks
Differential Revision: https://reviews.freebsd.org/D26235
Notes:
svn path=/head/; revision=364965
|
| |
|
|
|
|
|
| |
As insisted by kib, malloc(0) is quite legal.
Notes:
svn path=/head/; revision=352451
|
| |
|
|
|
|
|
| |
Implement memalign(size_t alignment, size_t size) to allocate aligned memory.
Notes:
svn path=/head/; revision=352445
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=352443
|
| |
|
|
|
|
|
|
| |
To simplify and make it easier to read, use ga_Bytes field from guard
structure.
Notes:
svn path=/head/; revision=352439
|
| |
|
|
|
|
|
| |
We really should not allocate anything with size 0.
Notes:
svn path=/head/; revision=352421
|
|
|
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|