Age | Commit message (Expand) | Author |
2000-10-11 | whitespace fix | Hugh Graham |
2000-10-11 | make sure to set PG_W on the pte! | Brandon Creighton |
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 |
2000-10-11 | asc* (ncr53c9x on 4000/60 and others) and new dma code; | Brandon Creighton |
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 |
2000-10-10 | - add some cases for ka52/53 (VAX_BTYP_1303), tested by hugh | Brandon Creighton |
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton |
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 |
2000-10-04 | nothing uses this variable | Brandon Creighton |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton |
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton |
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 |
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 |
2000-10-04 | eliminate some confusion between rpb and howto -- also make sure that | Brandon Creighton |
2000-10-04 | relocate rpb higher in memory; move it out of the way of the incoming | Brandon Creighton |
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 |
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 |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton |
2000-06-01 | ramdisk stuff | Brandon Creighton |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
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 |
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 |
2000-04-27 | sync with netbsd of early april; some archs still untested | Brandon Creighton |
2000-04-27 | oops -- forgot to give this an $OpenBSD$ tag | Brandon Creighton |
2000-04-27 | sync with netbsd; working ncr5380 driver, saner vsbus code | Brandon Creighton |
2000-04-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen |