summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-08-25Provision for mask or no mask modePer Fogelstrom
1998-08-25doc \e in printfTheo de Raadt
1998-08-25support \e in built-in printfTheo de Raadt
1998-08-25More interrupt changesPer Fogelstrom
1998-08-25PolishPer Fogelstrom
1998-08-25Add badaddr() and fix faultbuf handlingPer Fogelstrom
1998-08-25Mapping stuff v.i 4ePer Fogelstrom
1998-08-25Faultbuf modsPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Make faultbuf a structPer Fogelstrom
1998-08-25Local macroPer Fogelstrom
1998-08-25CleanupPer Fogelstrom
1998-08-25Add a few defines and change some.Per Fogelstrom
1998-08-25Fix a couple of spl errors - spotted by Dale and me.Per Fogelstrom
1998-08-25syncTheo de Raadt
1998-08-25clear softints when they are taken, by the time hwpend as used, it was zeroed.Dale S. Rahn
1998-08-25document /dev/ksymsTodd C. Miller
1998-08-25have two areas to store irq counts, one for hardinterrupts, one for softDale S. Rahn
(delayed) interrupts. The 82378 does not seem to like a nonspecific EOI with the vector supplied, so do the specific EOI. Now getting reasonable hard interrupt counts.
1998-08-24reorganizekstailey
1998-08-24Don't deref NULL.Jason Downs
1998-08-24use new audiokstailey
1998-08-24support GLOBAL_AUTOCONF_CACHEkstailey
1998-08-24Be noisy about media settings.Jason Downs
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-08-24do not mangle output of realpath()kstailey
1998-08-24You can't use -interface default when there's no default gatewayJason Downs
set (yet). Use -interface $hostname if mygate doesn't exist so that this actually works on routers.
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24remove ksyms in std entry like other std thingsTodd C. Miller
1998-08-24mention _PATH_KSYMSTodd C. Miller
1998-08-24minor fixup to make this work. i386 still uses libkvm.old but it probably ↵Todd C. Miller
doesn't need to.
1998-08-24back out a change that should not have escapedTodd C. Miller
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ↵Todd C. Miller
Also, if a file is specified, try the .db version of that file if it exists.
1998-08-24In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsdTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-24add ksyms to GENERIC. Since DDB is already there this is safe.Todd C. Miller
1998-08-24/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ↵Todd C. Miller
for ports that copy the symbol table to the end of kernel space (all that use DDB do this)
1998-08-24Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ↵Todd C. Miller
kernel
1998-08-24add -q to mtree invocation. This requires version of mtree checked inMarco S Hyman
last week.
1998-08-23crank max data size from 64 to 128 megMarco S Hyman
1998-08-23ofnet driver does not work with bpf.Dale S. Rahn
1998-08-23Code to maintain edge/level in the isa interrupt driver.Dale S. Rahn
Use the pci iack cycle to determine interrupt cause instead of polling the chip. Probably could use some more work.
1998-08-23update to be more like alpha, hp300, etckstailey
1998-08-23update to be more like alpha, hp300, etckstailey
1998-08-23s/alpha/hp300/kstailey
1998-08-23Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.Todd C. Miller
Needed to make nlist of /dev/ksyms work correctly on non-a.out kernels.
1998-08-23add sd example and update rdrootkstailey
1998-08-23S/;/:/kstailey
1998-08-23optimize declaration of "union sigval sv"kstailey