summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Collapse)AuthorAgeFilesLines
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-252-3/+6
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* ps works inside ddb now.guido1994-02-111-2/+5
|
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-2/+2
| | | | | major changes, see the log of any effected file in the sys/vm directory (swap_pager.c for instance).
* Patches from John Brezak (necessary for the syscall->trapframe conversiondg1994-01-032-8/+122
| | | | | | as well as add additional functionality): Print symbolic args and line no's in stack traces.
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-194-12/+16
| | | | | | | | | | | a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requirements. NB: -Wtraditional will henceforth be forgotten. This editing pass was primarily intended to detect any constructions where the old code might have been relying on traditional C semantics or syntax. These were all fixed, and the result of fixing some of them means that -Wall is now a realistic possibility within a few weeks.
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-2519-63/+202
| | | | add same (sans -Werror) to Makefile for future compilations.
* Make all headers idempotent. All incorrect common data moved out of headerwollman1993-11-075-5/+25
| | | | files and into a related source file.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1624-617/+49
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)rgrimes1993-09-121-0/+6
| | | | | | | | | I'd like to be able to say: options "SYMTAB_SPACE=78000" # Kernel debugger symbol table size If this seems a reasonable interim solution for freebsd, here's the patch.. Rich
* 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-1224-0/+5106
OpenPOWER on IntegriCloud