summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Optimize bzero() by unrolling the aligned quadword loop and moving the lengthalex1998-11-021-2/+14
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-3/+3
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-12/+2
* Put back MFS_ROOT now that it's been fixed correctly.jkh1998-10-302-4/+4
* Fix this correctly - check if mfs_getimage() succeeds before settingsjkh1998-10-301-2/+7
* Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokesjkh1998-10-302-4/+4
* Bump VERSREQ to make ``config'' happy.dima1998-10-291-2/+2
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-4/+3
* Fix the interrupt mask generated for enabling/disabling interrupts 8 to 15.paul1998-10-251-3/+3
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-211-1/+3
* R_ALPHA_RELATIVE relocations need to add the value to the existing memorydfr1998-10-181-3/+3
* fixup for the alpha. tag slid forward, since it's benign for the x86.jkh1998-10-161-1/+14
* *gulp*. Jordan specifically OK'ed this..peter1998-10-162-50/+77
* Fix a typo preventing the correct value of kernend from being picked updfr1998-10-151-8/+8
* Change a bogus cast to the correct one.dfr1998-10-151-2/+2
* Fix a warning I missed before.peter1998-10-141-2/+2
* Typo fix.peter1998-10-141-2/+2
* Initial attempt to update the Alpha loader and kernel to use the machinepeter1998-10-142-3/+17
* DB_ELF_SYMBOLS doesn't appear to do anything yet, or if it does it'sjkh1998-10-142-4/+4
* Sync up with some needed x86 options.jkh1998-10-132-2/+6
* Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386alex1998-10-121-1/+4
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* Make kernel build on alpha again. New kld stuff needs rindex.gpalmer1998-10-101-1/+2
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-065-5/+76
* Add support for adjkerntz (largely untested).dfr1998-10-064-6/+42
* Fix unaligned accesses when checking DOS MBRs.dfr1998-10-061-4/+19
* Add MFS_ROOT support.dfr1998-10-061-18/+38
* Make async I/O on a socket work.jfieber1998-10-052-11/+10
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-301-1/+8
* Update SimOS scsi driver to use CAM.dfr1998-09-261-7/+4
* Don't try to attach an isa bus if there isn't one.dfr1998-09-261-2/+3
* Start using the new SWI registration system instead of hardwiring everything.dfr1998-09-262-23/+40
* Automatically detect which disk was booted and change the root to that disk.dfr1998-09-262-7/+125
* Fix type 0 configuration accesses, and use a virtual rather than physicalmsmith1998-09-231-4/+5
* Add splsoftvm().dfr1998-09-192-2/+4
* Change sd to da and comment out the non-cam TurboChannel scsi drivers.dfr1998-09-182-10/+10
* Change version number.dfr1998-09-181-2/+2
* Cam changes sd to da.dfr1998-09-181-2/+2
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp drivermjacob1998-09-182-4/+2
* 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
OpenPOWER on IntegriCloud