Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis | |
1998-05-02 | Fix pasto | Todd C. Miller | |
1998-03-17 | Allow wd and acd device boot. | Angelos D. Keromytis | |
1998-03-02 | "Whoops" last commit contained stuff not meant to be committed | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall explicit typing | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety | Niklas Hallqvist | |
1998-03-01 | unused decl removed | Niklas Hallqvist | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-17 | simpler | Theo de Raadt | |
1997-11-17 | do not use %: | Theo de Raadt | |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-09 | swap definitions superceded by new endian.h | Niklas Hallqvist | |
1997-11-06 | param.h, niklas | Theo de Raadt | |
1997-11-04 | Support ISA VGA for real on DEC AXPPCI 33 | Niklas Hallqvist | |
1997-10-20 | Do not spoof OpenBSD partitions | Niklas Hallqvist | |
1997-10-02 | label "done" now unused | Niklas Hallqvist | |
1997-10-02 | typos | Niklas Hallqvist | |
1997-10-02 | no more ESRCH, but maybe EIO instead | Niklas Hallqvist | |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist | |
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported). | |||
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor | |
1997-07-31 | grammar | Niklas Hallqvist | |
1997-07-30 | Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before the | Niklas Hallqvist | |
more minimal label that used to get precedence. Comment some more. | |||
1997-07-28 | for netatalk, pull in netatalk/at_extern.h | Theo de Raadt | |
1997-07-24 | comment clarification | Niklas Hallqvist | |
1997-07-23 | Pretty + validation routine for breakpoints | Niklas Hallqvist | |
1997-07-23 | Argument lists as good as I can guess at the moment | Niklas Hallqvist | |
1997-07-23 | Correct literal extraction. Provide symbolic targets in branches. | Niklas Hallqvist | |
1997-07-23 | Add AppleTalk netisr. | denny | |
1997-07-20 | My me and Theo: stack tracebacks! It even traces through traps and interrupts | Niklas Hallqvist | |
if symbols are available. The biggest drawback is that it will not show function arguments. Instead we show the stack frame. Have fun! | |||
1997-07-19 | If we are using DDB, be sure to setup the SP entry of the trapframe. | Niklas Hallqvist | |
Feed the trapcode to DDB. a0 is not the address of the instruction fault, maybe a1 is? | |||
1997-07-19 | struct opcode is now in db_machdep.h. Add some other includes needed after | Niklas Hallqvist | |
the db_machdep.h rewrite. | |||
1997-07-19 | Lots! Single-stepping support is probably the most important change. | Niklas Hallqvist | |
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 | |