Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-09 | add ep on isa, of course i just fried my 3c509... | Theo de Raadt | |
1997-07-09 | simplify code | Theo de Raadt | |
1997-07-08 | Improved a lot, not so much remains now, mostly the "operate format" stuff. | Niklas Hallqvist | |
1997-07-08 | std.alpha goes foom | Theo de Raadt | |
1997-07-08 | copyright | Niklas Hallqvist | |
1997-07-08 | Copyright. Backtrace for non-optimized code from Theo. Will get replaced | Niklas Hallqvist | |
son enough. | |||
1997-07-08 | Fix copyright. Remove unused cruft. Natural reg ordering. SP setting from | Niklas Hallqvist | |
Theo. | |||
1997-07-08 | The a.out nlist strtab offset needs the strtab size field accounted for | Niklas Hallqvist | |
1997-07-08 | remove register, move strx decl, and change it to long as it is meant to take | Niklas Hallqvist | |
an addr which cannot fit in an int | |||
1997-07-08 | Added -msupersparc for SUN4M-only configs, (right after -mv8) -msupersparc | johns | |
supposedly adds additional instruction scheduling for better performance, where -mv8 seems to only "allow" the multiply and div instructions. This is what I got from the gcc docs anyway.. Reading the RTL for sparc seems to agree with this hypothesis, and the man pages.. | |||
1997-07-08 | set N_TEXT when appropriate. get rid of nlist.h inclusion. | Niklas Hallqvist | |
1997-07-08 | Prolong the delay, per pccons.c from the i386 port | Niklas Hallqvist | |
1997-07-08 | Very rudimentary disassembler, lots are missing. It is better than nothing ↵ | Niklas Hallqvist | |
though. | |||
1997-07-08 | Recognize that a symbol table may exist, move up proc0paddr if so. | Niklas Hallqvist | |
1997-07-08 | Let the count of symbols be long, so the nlist array will get proper | Niklas Hallqvist | |
alignment everywhere. | |||
1997-07-08 | Load the kernel symbol table for DDB to use | Niklas Hallqvist | |
1997-07-08 | Add fix for another quirky behaviour: sending the command after a sync | mhitch | |
negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org. | |||
1997-07-08 | optimize | Michael Shalayeff | |
1997-07-08 | don't show battery estimate if there is no one | Michael Shalayeff | |
honour apmnoidle.... warnings suxx | |||
1997-07-07 | Get rid of the arch-dependent long type | Niklas Hallqvist | |
1997-07-07 | Do not wrap lines so often, much prettier x output | Niklas Hallqvist | |
1997-07-07 | Busification errors needed for compilation on alpha | Niklas Hallqvist | |
1997-07-07 | count pages in forkstat, see "vmstat -f" | kstailey | |
1997-07-07 | heh, yet one more... comprobe1 call fixed | Niklas Hallqvist | |
1997-07-07 | Mirror com changes | Niklas Hallqvist | |
1997-07-07 | I forgot: Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Sanity | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed an unused arg | Niklas Hallqvist | |
1997-07-07 | Busified and KNFd | Niklas Hallqvist | |
1997-07-07 | Adapt to current GENERIC | Niklas Hallqvist | |
1997-07-07 | add LKM | kstailey | |
1997-07-07 | two dirs. that are built when compiling kernels | kstailey | |
1997-07-07 | remove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries | Thomas Graichen | |
1997-07-07 | remove NKMEMCLUSTER, HZ, add commented out HW_FLOW_CONTROL option | Thomas Graichen | |
1997-07-07 | go back to versions before the last NetBSD merge - it has broken | Thomas Graichen | |
current kernels somehow - per or me has to look deeper at the diffs | |||
1997-07-07 | missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestep | Thomas Graichen | |
1997-07-07 | add ipl device (ipfilter) - i have to rework and cleanup conf.c and | Thomas Graichen | |
MAKEDEV for the pmax soon ! | |||
1997-07-07 | set a useful value for HZ here - so that we no longer have to set it | Thomas Graichen | |
in the kernel config file | |||
1997-07-07 | set a useful default for NKMEMCLUSTERS here so that we no longer need | Thomas Graichen | |
to set it in the config file | |||
1997-07-07 | let the bootup output fit into 80 columns and make more look like the | Thomas Graichen | |
one for wd and sd drives | |||
1997-07-07 | fix typo ... i hope i got the right one (3 vs. 2) | Thomas Graichen | |
1997-07-07 | update to my current config file | Thomas Graichen | |
1997-07-07 | only depend SFILES if there are some (to avoid a cc warning: no input files) | Thomas Graichen | |
1997-07-07 | Fix a major sun4m stability problem showed up as random segv's and other | grr | |
failures in innocent programs. Typically something like a make build of libc or something executing a large number of shell commands would fail, dumping core in sh or random faults in as or cc*. According to Chris Torek, the problem is that he make the destination pages for zero and copy be non-cached to prevent wiping otherwise relevant stuff from the cache. On systems with a L2 cache like the SS10 modules with cache, setting the pages as non-cacheable inhibits updating the chache, and also disable PA chache snooping, doesn't do anything about possible dirty lines in the L2 cache, which may eventually get flushed and corrupt the nice new page. It's not clear that he's got the failure mode 100% correct, but making the pages cacheable does seem to avoid the symptoms and testing the e-cache flush hypothesis is difficult. Aaron Brown proposed a fix that was conditional on mmutype, and netbsd-current has it conditional on a cpu.quirk, at the moment this is unconditional, the performance hit is arguable... | |||
1997-07-07 | DOH! I got this right in the mem case but not in the io one. | Niklas Hallqvist | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-06 | 64 bit fixes | Niklas Hallqvist | |
1997-07-06 | DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acd | Niklas Hallqvist | |