Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-12 | Add PnP stuff. Should compile, doubt if it works 100%. Worked for | Tobias Weingartner | |
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-) | |||
1997-07-12 | Add some more extent stuff, in preperation of PnP. Huh? Did I | Tobias Weingartner | |
say PnP? Anyways, this stuff just adds the ability to register the extents on creation, etc, etc... Someone needs to add a DDB command "show extent", to make this really usefull... ;-) | |||
1997-07-12 | fixed tiny bug in pad values and hmac inner hash lengths. should work now. | Niels Provos | |
1997-07-12 | Add missing sc->sc_dev.dv_xname arg to isa_intr_establish(). | Todd C. Miller | |
1997-07-11 | obsolete. | Niels Provos | |
1997-07-11 | argh. commited wrong file | Niels Provos | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. | |||
1997-07-11 | cosmetic changes; netbsd | Niels Provos | |
1997-07-11 | From Steven Campbel: Allocate a bigger address space for VRAM. This allows | gene | |
at least the Q840av to boot and maybe others. | |||
1997-07-11 | Rename REWIND to DOREWIND to avoid colliding with the SCSI opcode of the | Thorsten Lockert | |
same name | |||
1997-07-11 | Add KERNFS, PROCFS, NULLFS | Todd C. Miller | |
1997-07-11 | Allow media to be removed on last close even if the device used was the | Thorsten Lockert | |
no-rewind device. Ensure we re-detect media on first open even if media was present at boot. | |||
1997-07-11 | Do not force FOLLOW (to follow symbolic links) when creating new files | Thorsten Lockert | |
1997-07-10 | add insert char capability (and no bickering about it being ANSI 8c{)] | kstailey | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1997-07-10 | fix vga_copycols(9) | kstailey | |
1997-07-10 | Take out some devices unused in the install. Alpha boot floppy now fits. | Todd C. Miller | |
1997-07-10 | fix backward scrolling | kstailey | |
1997-07-09 | Do not lose our ethernet address | Niklas Hallqvist | |
1997-07-09 | Take out DEBUG and DIAGNOSTIC to make thigns fit. | Todd C. Miller | |
1997-07-09 | copyright | Theo de Raadt | |
1997-07-09 | do literal mode nicely. ddb now rocks. now we need working traceback | Theo de Raadt | |
1997-07-09 | indicate that the register array is in physical order | Theo de Raadt | |
1997-07-09 | decode integer instructions, or at least the ones i have documentation for | Theo de Raadt | |
1997-07-09 | comment register numbers; also pc/ps are not $31, not in the least... | Theo de Raadt | |
1997-07-09 | print registers by name, not number | Theo de Raadt | |
1997-07-09 | rearrange registers in numerical order | Theo de Raadt | |
1997-07-09 | argh | Theo de Raadt | |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt | |
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 | |