summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-2/+10
* Merge with the latest i386 syscons.dfr1998-09-174-7/+262
* Fix printf format errors.dfr1998-09-171-6/+6
* Workaround some EB164 wierdness.dfr1998-09-161-13/+75
* Disable unwanted isa interrupts.dfr1998-09-161-1/+8
* Add cam spls.dfr1998-09-161-1/+3
* Port i386 bus_space and bus_dma to alpha.dfr1998-09-163-476/+1085
* Change to cam.dfr1998-09-166-29/+23
* Add cam software interrupts.dfr1998-09-161-1/+10
* Port the i386 bus_dma implementation to alpha.dfr1998-09-161-0/+651
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-143-18/+38
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-3/+6
* Machine dependant relocations for KLD.dfr1998-09-111-0/+111
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-1/+8
* Device framework code now declared in MI code.dfr1998-09-072-32/+29
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-27/+27
* Make SimOS work again.dfr1998-09-041-38/+57
* Make this build even if sio is not in the kernel.dfr1998-09-041-1/+7
* Initial support for using linux X servers under emulation - to use anjkh1998-08-311-1/+15
* Remove some duplicated devices.dfr1998-08-302-26/+4
* Add atomic.s.dfr1998-08-241-1/+2
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-242-0/+309
* Use address space numbers to reduce TLB flushes.dfr1998-08-233-86/+198
* Remove bogus unused code.dfr1998-08-221-17/+1
* Add BREAK_TO_DEBUGGER so that config stops whininggpalmer1998-08-211-1/+3
* Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).dfr1998-08-2033-11/+8754
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.dfr1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.dfr1998-08-171-1/+11
* Update to use elf_generic.h.dfr1998-08-171-1/+6
* Disable some unnecessary debugging code.dfr1998-08-171-3/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-4/+4
* I managed to break sparse configuration accesses with my last commit.dfr1998-08-131-3/+3
* Add code from NetBSD to print CIA capabilities and try to detect Pyxis bugs.dfr1998-08-111-2/+141
* Sync with i386/isa/diskslice_machdep.c 1.31.dfr1998-08-111-4/+7
* Lots of changes, including:dfr1998-08-1030-83/+2345
* Add support for type1 pci configuration cycles for cia (not pyxis yet).dfr1998-08-071-26/+61
* Add some more useful macros.dfr1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supporteddfr1998-08-072-16/+54
* Tweaks to console support.dfr1998-08-071-31/+22
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willdfr1998-08-065-3/+8
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-031-2/+10
* Cosmetic change to driver registration.dfr1998-07-313-6/+6
* Only perform byte/word accesses in the correct EV56 memory space.dfr1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.dfr1998-07-311-1/+9
* Merge with i386/isa/diskslice_machdep.c 1.30dfr1998-07-311-32/+14
* Change load address to 0xfffffc0000300000 to help support AS200.dfr1998-07-303-5/+5
* Remove spurious printf.dfr1998-07-301-2/+1
* Fix msgbuf so that it actually works properly.dfr1998-07-292-22/+3
* Fixed print format errors.bde1998-07-291-4/+5
OpenPOWER on IntegriCloud