summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-07-08Prolong the delay, per pccons.c from the i386 portNiklas Hallqvist
1997-07-08Very rudimentary disassembler, lots are missing. It is better than nothing t...Niklas Hallqvist
1997-07-08Recognize that a symbol table may exist, move up proc0paddr if so.Niklas Hallqvist
1997-07-08Let the count of symbols be long, so the nlist array will get properNiklas Hallqvist
1997-07-08Load the kernel symbol table for DDB to useNiklas Hallqvist
1997-07-08Add fix for another quirky behaviour: sending the command after a syncmhitch
1997-07-08optimizeMichael Shalayeff
1997-07-08don't show battery estimate if there is no oneMichael Shalayeff
1997-07-07Get rid of the arch-dependent long typeNiklas Hallqvist
1997-07-07Do not wrap lines so often, much prettier x outputNiklas Hallqvist
1997-07-07Busification errors needed for compilation on alphaNiklas Hallqvist
1997-07-07count pages in forkstat, see "vmstat -f"kstailey
1997-07-07heh, yet one more... comprobe1 call fixedNiklas Hallqvist
1997-07-07Mirror com changesNiklas Hallqvist
1997-07-07I forgot: Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07SanityNiklas Hallqvist
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-07-07Removed an unused argNiklas Hallqvist
1997-07-07Busified and KNFdNiklas Hallqvist
1997-07-07Adapt to current GENERICNiklas Hallqvist
1997-07-07add LKMkstailey
1997-07-07two dirs. that are built when compiling kernelskstailey
1997-07-07remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entriesThomas Graichen
1997-07-07remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL optionThomas Graichen
1997-07-07go back to versions before the last NetBSD merge - it has brokenThomas Graichen
1997-07-07missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestepThomas Graichen
1997-07-07add ipl device (ipfilter) - i have to rework and cleanup conf.c andThomas Graichen
1997-07-07set a useful value for HZ here - so that we no longer have to set itThomas Graichen
1997-07-07set a useful default for NKMEMCLUSTERS here so that we no longer needThomas Graichen
1997-07-07let the bootup output fit into 80 columns and make more look like theThomas Graichen
1997-07-07fix typo ... i hope i got the right one (3 vs. 2)Thomas Graichen
1997-07-07update to my current config fileThomas Graichen
1997-07-07only depend SFILES if there are some (to avoid a cc warning: no input files)Thomas Graichen
1997-07-07Fix a major sun4m stability problem showed up as random segv's and othergrr
1997-07-07DOH! I got this right in the mem case but not in the io one.Niklas Hallqvist
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
1997-07-0664 bit fixesNiklas Hallqvist
1997-07-06DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acdNiklas Hallqvist
1997-07-06DDB files + some major number specifications that were missingNiklas Hallqvist
1997-07-06Safer implementations of *_raw_multi_* funcsNiklas Hallqvist
1997-07-06wd and acd supportNiklas Hallqvist
1997-07-06get rid of long, and let alpha grok the bad sectoringNiklas Hallqvist
1997-07-06OpenBSD tagNiklas Hallqvist
1997-07-06Fix the register saving when entering the debugger. Present the trap inNiklas Hallqvist
1997-07-06Use a string array to get the name of a trapNiklas Hallqvist
1997-07-06A number should be db_expr_tNiklas Hallqvist
1997-07-06Style nits + provide getreg_val proto conditionally. Removed unused var.Niklas Hallqvist
1997-07-06Enter DDB via CTL+ALT+ESC + style nitsNiklas Hallqvist
1997-07-06DDB support (much not yet implemented).Niklas Hallqvist