haiku/headers
Axel Dörfler 9a63135f7c Cleanup of the debug stuff, prepared for blue screen debugging.
kernel_debugger() didn't do enough before; panic() did all the work - but
since the former is a public function as well, I moved all the functionality
to it. Also fixed a possible buffer overrun in panic().
Renamed dbg_* to debug_*.
"serial_debug_port" setting did not ignore negative values.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12889 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-29 13:01:38 +00:00
..
cpp commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers 2005-03-10 19:56:11 +00:00
gnu adding gnu/termcap.h : is a copy of src/libs/termcap/termcap.h 2004-06-01 12:38:47 +00:00
libs incorporated fix from AGG mailing list, the problem only showed on Sun hardware though... 2005-05-10 11:34:26 +00:00
os Removed the obsolete byteorder.h header (it just included ByteOrder.h). 2005-05-26 08:12:59 +00:00
posix Added missing wctype.h header - R5 does not include this header, but its 2005-05-18 15:02:09 +00:00
private Cleanup of the debug stuff, prepared for blue screen debugging. 2005-05-29 13:01:38 +00:00
tools Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should 2004-05-05 16:19:03 +00:00