Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-26 | o Fix up address ranges | Jason Wright | |
o Added qec_translate for translating addresses of prom children o Added qec_reset to do a generic reset of the card | |||
1998-08-25 | off by one (dodges bullet) | kstailey | |
1998-08-25 | put back recent change (apmd flags) that was accidently removed | Marco S Hyman | |
1998-08-25 | Provision for mask or no mask mode | Per Fogelstrom | |
1998-08-25 | doc \e in printf | Theo de Raadt | |
1998-08-25 | support \e in built-in printf | Theo de Raadt | |
1998-08-25 | More interrupt changes | Per Fogelstrom | |
1998-08-25 | Polish | Per Fogelstrom | |
1998-08-25 | Add badaddr() and fix faultbuf handling | Per Fogelstrom | |
1998-08-25 | Mapping stuff v.i 4e | Per Fogelstrom | |
1998-08-25 | Faultbuf mods | Per Fogelstrom | |
1998-08-25 | Use symbolic names | Per Fogelstrom | |
1998-08-25 | Use symbolic names | Per Fogelstrom | |
1998-08-25 | Make faultbuf a struct | Per Fogelstrom | |
1998-08-25 | Local macro | Per Fogelstrom | |
1998-08-25 | Cleanup | Per Fogelstrom | |
1998-08-25 | Add a few defines and change some. | Per Fogelstrom | |
1998-08-25 | Fix a couple of spl errors - spotted by Dale and me. | Per Fogelstrom | |
1998-08-25 | sync | Theo de Raadt | |
1998-08-25 | clear softints when they are taken, by the time hwpend as used, it was zeroed. | Dale S. Rahn | |
1998-08-25 | document /dev/ksyms | Todd C. Miller | |
1998-08-25 | have two areas to store irq counts, one for hardinterrupts, one for soft | Dale 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-24 | reorganize | kstailey | |
1998-08-24 | Don't deref NULL. | Jason Downs | |
1998-08-24 | use new audio | kstailey | |
1998-08-24 | support GLOBAL_AUTOCONF_CACHE | kstailey | |
1998-08-24 | Be noisy about media settings. | Jason Downs | |
1998-08-24 | do not mangle output of realpath() | kstailey | |
1998-08-24 | do not mangle output of realpath() | kstailey | |
1998-08-24 | do not mangle output of realpath() | kstailey | |
1998-08-24 | You can't use -interface default when there's no default gateway | Jason Downs | |
set (yet). Use -interface $hostname if mygate doesn't exist so that this actually works on routers. | |||
1998-08-24 | mention _PATH_KSYMS | Todd C. Miller | |
1998-08-24 | remove ksyms in std entry like other std things | Todd C. Miller | |
1998-08-24 | mention _PATH_KSYMS | Todd C. Miller | |
1998-08-24 | minor fixup to make this work. i386 still uses libkvm.old but it probably ↵ | Todd C. Miller | |
doesn't need to. | |||
1998-08-24 | back out a change that should not have escaped | Todd C. Miller | |
1998-08-24 | In 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-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-08-24 | add 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-24 | Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ↵ | Todd C. Miller | |
kernel | |||
1998-08-24 | add -q to mtree invocation. This requires version of mtree checked in | Marco S Hyman | |
last week. | |||
1998-08-23 | crank max data size from 64 to 128 meg | Marco S Hyman | |
1998-08-23 | ofnet driver does not work with bpf. | Dale S. Rahn | |
1998-08-23 | Code 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-23 | update to be more like alpha, hp300, etc | kstailey | |
1998-08-23 | update to be more like alpha, hp300, etc | kstailey | |
1998-08-23 | s/alpha/hp300/ | kstailey | |
1998-08-23 | Strip 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. |