| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Move the sources to sys/boot. Make adjustments related to the
move. Kill LIBSTAND_SRC since it's no longer needed.
Sponsored by: Netflix
Notes:
svn path=/head/; revision=324551
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
implement assert() instead of relying on a non-required exit(). The exit()
invocation also did not match the semantics of the exit() routine that
current boot environments happen to require.
PR: kern/144749
Discussed with: bde
MFC after: 1 week
Notes:
svn path=/head/; revision=205900
|
| |
|
|
|
|
|
|
|
| |
standard.
Requested by: bde
Notes:
svn path=/head/; revision=85671
|
| |
|
|
|
|
|
|
|
|
| |
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
Notes:
svn path=/head/; revision=85607
|
| |
|
|
|
|
|
|
| |
Change __assert() function to print failing function name.
This makes us C99 conforming.
Notes:
svn path=/head/; revision=85423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84221
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80736
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
assert()
setjmp()/longjmp()
vsprintf()
Notes:
svn path=/head/; revision=40805
|