summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-07-07go back to versions before the last NetBSD merge - it has brokenThomas Graichen
current kernels somehow - per or me has to look deeper at the diffs
1997-07-07missing change from the last NetBSD merge: mips_singlestep -> cpu_singlestepThomas Graichen
1997-07-07add ipl device (ipfilter) - i have to rework and cleanup conf.c andThomas Graichen
MAKEDEV for the pmax soon !
1997-07-07set a useful value for HZ here - so that we no longer have to set itThomas Graichen
in the kernel config file
1997-07-07set a useful default for NKMEMCLUSTERS here so that we no longer needThomas Graichen
to set it in the config file
1997-07-07let the bootup output fit into 80 columns and make more look like theThomas Graichen
one for wd and sd drives
1997-07-07fix typo ... i hope i got the right one (3 vs. 2)Thomas Graichen
1997-07-07update to my current config fileThomas Graichen
1997-07-07only depend SFILES if there are some (to avoid a cc warning: no input files)Thomas Graichen
1997-07-07Fix a major sun4m stability problem showed up as random segv's and othergrr
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-07DOH! I got this right in the mem case but not in the io one.Niklas Hallqvist
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-0664 bit fixesNiklas Hallqvist
1997-07-06DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acdNiklas Hallqvist
1997-07-06DDB files + some major number specifications that were missingNiklas Hallqvist
1997-07-06Safer implementations of *_raw_multi_* funcsNiklas Hallqvist
1997-07-06wd and acd supportNiklas Hallqvist
1997-07-06get rid of long, and let alpha grok the bad sectoringNiklas Hallqvist
1997-07-06OpenBSD tagNiklas Hallqvist
1997-07-06Fix the register saving when entering the debugger. Present the trap inNiklas Hallqvist
clear text too.
1997-07-06Use a string array to get the name of a trapNiklas Hallqvist
1997-07-06A number should be db_expr_tNiklas Hallqvist
1997-07-06Style nits + provide getreg_val proto conditionally. Removed unused var.Niklas Hallqvist
1997-07-06Enter DDB via CTL+ALT+ESC + style nitsNiklas Hallqvist
1997-07-06DDB support (much not yet implemented).Niklas Hallqvist
1997-07-06Add kernel versions of setjmp/longjmp, needed for DDB. Add an esym pointerNiklas Hallqvist
too that should be initialized by the bootloader with the end of the symtab.
1997-07-06If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboardNiklas Hallqvist
this does not yet work as the keyboard is not enough setup to work even in polled mode.
1997-07-06Make traps go into DDB if configuredNiklas Hallqvist
1997-07-06Make DDB support more complete (still faking a lot)Niklas Hallqvist
1997-07-06Erase the correct amount of columns. Remove static specifiers.Niklas Hallqvist
1997-07-06Make compile (fxp now probes OK on alpha)Niklas Hallqvist
1997-07-06OpenBSD tagsNiklas Hallqvist
1997-07-06OpenBSD tag + typoNiklas Hallqvist
1997-07-06Match changes to other configs, missed in last commit.Jason Downs
1997-07-06unsigned calc should be signed; jdp@polstra.com; freebsd pr#3998Theo de Raadt
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports.
1997-07-06Sync with NetBSD changes, 970415 - 970705.Jason Downs
This includes a new asm.h, as well as even more code abstracted from hp300. These changes are likely to break ports that don't know about them; hp300 runs at the moment.
1997-07-06sync with NetBSD, 970705.Jason Downs
1997-07-06maxpartitions 16Todd C. Miller
1997-07-06Remove -Wcast-qual unless someone has a way to make it not careTodd C. Miller
about discarding "volatile". Implicit casts via prototypes cause major headaches in conjunction with volatile variables.
1997-07-05indentTheo de Raadt
1997-07-05disable fxp for nowTheo de Raadt
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-07-05implement unimplemented.....Michael Shalayeff
implement unimplemented..... implement unimplemented..... in cc -S it looks like it should.... in cc -S it looks like it should.... in cc -S it looks like it should....
1997-07-05Remove obsolete filesNiklas Hallqvist
1997-07-05The vga console bug is now fixed, argument ordering problem.Niklas Hallqvist
1997-07-05I doubt this fixes this driver, but what *was* there was *obviously* wrong;Jason Downs
at least if *this* is wrong, it matches the wrongness of the surrounding block of code.
1997-07-04Slight fix to last, didn't see it quick enough.Jason Downs
Original log: date: 1997/06/17 15:39:18; author: bouyer; state: Exp; lines: +3 -2 wdcreset should return errors, even if !VERBOSE !
1997-07-04ASUS/Triton support, based on manuel's code (different, busified, shouldJason Downs
still amount to the same thing, but I don't have such a board to test). Original log: date: 1997/06/16 13:43:57; author: bouyer; state: Exp; lines: +27 -11 Support pour la nouvelle Asustek TX97-E (avec le nouveau chip Triton).
1997-07-04Support ATAPI devices without wd devices, based on manuel's code.Jason Downs