aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-44/+0
| | | | | | | | | | 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
* Use panic() (which the environment is required to provide to libstand) toJohn Baldwin2010-03-301-4/+4
| | | | | | | | | | | | | 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
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-291-4/+4
| | | | | | | | | standard. Requested by: bde Notes: svn path=/head/; revision=85671
* Only provide function information in compile environments that supportMike Barcroft2001-10-271-4/+7
| | | | | | | | | | 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
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-3/+5
| | | | | | | | Change __assert() function to print failing function name. This makes us C99 conforming. Notes: svn path=/head/; revision=85423
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84221
* Make include file consistent with the rest of libstand.Mark Peek2001-07-311-1/+2
| | | | Notes: svn path=/head/; revision=80736
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add:Mike Smith1998-11-011-0/+37
assert() setjmp()/longjmp() vsprintf() Notes: svn path=/head/; revision=40805