Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-26 | Change order of cpu initialization to force the correct dmesg output. | Jason Wright | |
1998-02-24 | compensate for new gas | Theo de Raadt | |
1998-02-18 | installboot onto partition c | Theo de Raadt | |
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1998-02-11 | From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL} | Marco S Hyman | |
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-01-28 | Undo the 4/300 dmaselect hack and fix it correctly | Jason Wright | |
1998-01-14 | For some reason the 4/300 doesn't like ncr53c9x_dmaselect. | Jason Wright | |
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible) | |||
1998-01-13 | Workaround for fpu_cleanup panic. We just ignore it. I'm going to | Jason Wright | |
look further into really fixing this problem. | |||
1997-12-25 | do not break the bootblocks | Theo de Raadt | |
1997-12-23 | use raster console by default since the sun prom is buggy. | chuck | |
1997-12-21 | ifdef some definitions of NBPG that use kernel variables, when the | Angelos D. Keromytis | |
file is included from userland programs (such as lsof) | |||
1997-11-11 | blush! | Niklas Hallqvist | |
1997-11-11 | make tty col/row size be unsigned | Niklas Hallqvist | |
1997-11-11 | whoops typo in last commit + accept 0 in col/row values on sun4 mean full sz | Niklas Hallqvist | |
1997-11-11 | Limit the console size by the frambuffer size. My 4/100 seems | Niklas Hallqvist | |
to lie about the console size | |||
1997-11-11 | A vital variable was not initialized! Thanks DDB, and you... | Niklas Hallqvist | |
remember to kill those static specifiers. | |||
1997-11-11 | I might as well say it here: please do not make functions in the | Niklas Hallqvist | |
kernel static, unless they are also inline. Debugging in DDB becomes a nightmare when the symbols are not there. Instead use good non-clashing names, maybe prefixed by the devicename, subsystemname or similar. | |||
1997-11-11 | Remove thos evil statics, some KNF | Niklas Hallqvist | |
1997-11-11 | unused variable under certain conditions | Niklas Hallqvist | |
1997-11-11 | Remove those static specifiers | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-07 | simple_lock api changed slightly | Theo de Raadt | |
1997-10-23 | correct obj building | Theo de Raadt | |
1997-10-01 | make rawpart FS_UNUSED | Theo de Raadt | |
1997-09-20 | only eject root floppies | Theo de Raadt | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | Reorganizaed bootblocks. Builds like hp300 now. | Jason Downs | |
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-11 | Turn off "branch folding" in microsparc II processors. This seems to | Theo de Raadt | |
avoid strange panics happening. Patch suggested by Chris Torek. | |||
1997-09-11 | let's at least list all scsi devices, ok? | Todd T. Fries | |
1997-09-01 | Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me this | Todd T. Fries | |
patch. | |||
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
1997-08-24 | -msupersparc is bad news on the microSparc. | Jason Downs | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-08 | Updated from GENERIC. | Jason Downs | |
1997-08-08 | Update GENERIC_SCSI3 from GENERIC and add tags. | Jason Downs | |
1997-08-08 | Missed these... | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-26 | Must include netatalk/at_extern to get atintr() prototype. | denny | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-13 | Sync with the new audio changes. | Angelos D. Keromytis | |
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-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 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. |