summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-6/+9
| | | | add same (sans -Werror) to Makefile for future compilations.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-42/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Moved db_end_line after db_printf to eliminate forward reference andrgrimes1993-09-091-10/+23
| | | | shut up the compiler about prototype mismatch.
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+4
| | | | | | | | | | | | | profiling, and various protection checks that cause security holes and system crashes. * Changed min/max/bcmp/ffs/strlen to be static inline functions - included from cpufunc.h in via systm.h. This change improves performance in many parts of the kernel - up to 5% in the networking layer alone. Note that this requires systm.h to be included in any file that uses these functions otherwise it won't be able to find them during the load. * Fixed incorrect call to splx() in if_is.c * Fixed bogus variable assignment to splx() in if_ed.c
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+389
OpenPOWER on IntegriCloud