summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-08-23o If the user doesn't specify a file, use /dev/ksyms in preference toTodd C. Miller
/bsd if it exists and we can open it. o Fix a bug where kvm_mkdb would leave a temp file in /var/db if the file argument didn't exit.
1998-08-22Integrate local changesThorsten Lockert
1998-08-22Latest version from Cyclic; skipped filesThorsten Lockert
1998-08-22Latest version from CyclicThorsten Lockert
1998-08-22Latest version from CyclicThorsten Lockert
1998-08-22Changed warning message from "... keyinit -s" to "... skeyinit -s".dgregor
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
NCR driver seems to work. Major changes are isa can be child of pci or mainbus. ofroot is child of mainbus not root. ofw bus configured before pci bus Note that if a pci device configures accessing of driver will crash the system. they need to be exclusive.
1998-08-22Allow ofroot to be child of mainbus or root.Dale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-22Changes to get a at least mostly working kernel debugger.Dale S. Rahn
Need to get symbol support in the loader too.
1998-08-22syncTheo de Raadt
1998-08-22fixed Makefiles. Removed reference to libgcc.aSteve Murphree
1998-08-22fixed bugargs and lots of stuff regaurding netboot.Steve Murphree
1998-08-22Revoke gid (!) and minor tidyingPaul Janzen
1998-08-22grammarPaul Janzen
1998-08-22IUPAC names to element 109 and 1995 CRC atomic weightsPaul Janzen
1998-08-22Major cleanup of stand directory.Steve Murphree
1998-08-22More largely NetBSD-inspired code cleanupPaul Janzen
1998-08-22Forgot this one. :-)Steve Murphree
1998-08-22Fixed command line args. VID Volume ID is now M88K.Steve Murphree
1998-08-22Fixed display error.Steve Murphree
1998-08-22working netboot.Steve Murphree
1998-08-22Initial import of bootxx.Steve Murphree
1998-08-22New libsa.Steve Murphree
1998-08-22New libsa.Steve Murphree
1998-08-22fix usageMichael Shalayeff
1998-08-22new libbug.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Part of remove to clean stand.Steve Murphree
1998-08-22Adding conf.c. Omitted last commit.Steve Murphree