Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham | |
underneath, so fix up netbsd tag and try again. Also tag files.vax. | |||
2000-10-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham | |
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo. | |||
2000-10-18 | round off size passed to vax_mem_bus_space_map -- | Brandon Creighton | |
anything which mapped >1 page (like asc*) wouldn't work from netbsd | |||
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-17 | remove extra newline from printf | Hugh Graham | |
2000-10-11 | whitespace | Hugh Graham | |
2000-10-11 | whitespace fix | Hugh Graham | |
2000-10-11 | make sure to set PG_W on the pte! | Brandon Creighton | |
also invalidate tb entries at certain points | |||
2000-10-11 | extraneous tab | Hugh Graham | |
2000-10-11 | update these to work with cleaner vsbus dma; from netbsd | Brandon Creighton | |
2000-10-11 | fix argument printing in stack trace | Brandon Creighton | |
2000-10-11 | add asc* | Brandon Creighton | |
also need vsbus_dma.c | |||
2000-10-11 | asc* (ncr53c9x on 4000/60 and others) and new dma code; | Brandon Creighton | |
both from netbsd | |||
2000-10-10 | correct register masks | Brandon Creighton | |
2000-10-10 | bring in stuff from recent netbsd -- correct number of buffers now being | Brandon Creighton | |
allocated | |||
2000-10-10 | - add some cases for ka52/53 (VAX_BTYP_1303), tested by hugh | Brandon Creighton | |
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model | |||
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton | |
also, write the correct stuff in cpu_coredump (vm_machdep.c) | |||
2000-10-09 | some definitions; from netbsd | Brandon Creighton | |
2000-10-09 | save the right info in struct md_coredump | Brandon Creighton | |
2000-10-09 | - remove vmapbuf/vunmapbuf dummy macros (we have these now) | Brandon Creighton | |
also define VAX_NPTEPG (used by vmparam.h) | |||
2000-10-04 | nothing uses this variable | Brandon Creighton | |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton | |
also removed some useless instructions | |||
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton | |
undef SAREL | |||
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton | |
2000-10-04 | - don't reassign rpb here, it is done elsewhere | Brandon Creighton | |
- add code for VAX_BTYP_1303 systems, tested so far on hugh@'s ka53 | |||
2000-10-04 | add 53c94 to devsw/cnvtab | Brandon Creighton | |
2000-10-04 | - add a romopen() here (just initializes rom_softc and devdata) | Brandon Creighton | |
- check for VAX_TYP_MARIAH and BDEV_SDN (53C94 scsi) - use XXRPB instead of boothowto | |||
2000-10-04 | eliminate some confusion between rpb and howto -- also make sure that | Brandon Creighton | |
the "dev()filename" notation is parsed. | |||
2000-10-04 | relocate rpb higher in memory; move it out of the way of the incoming | Brandon Creighton | |
kernel | |||
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski | |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff | |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton | |
not work, so change the constraint for an argument | |||
2000-06-01 | ramdisk stuff | Brandon Creighton | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-17 | remove unnecessary wscons-related definitions; thx mickey@ | Brandon Creighton | |
2000-05-01 | fix countdown for vs4000{/60,/90,VLC} -- from netbsd | Brandon Creighton | |
2000-04-30 | prevent messing with critical psl flags -- from netbsd | Brandon Creighton | |
2000-04-28 | sync netbsd bi-related header files | Brandon Creighton | |
2000-04-27 | put vsbus_intr() prototype here so other vsbus devices can avail themselves | Brandon Creighton | |
of its intentional uselessness; also some __P() | |||
2000-04-27 | remove vaxbi stuff for the moment, far from working | Brandon Creighton | |
2000-04-27 | sync -- enabled devices in GENERIC should be working | Brandon Creighton | |
2000-04-27 | sync w/netbsd | Brandon Creighton | |
2000-04-27 | forgot these, oops | Brandon Creighton | |
2000-04-27 | sync with netbsd -- this involved rearranging things for sanity reasons | Brandon Creighton | |
and because separate builds of libsa are done. this is a pretty nice bootloader. |