summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Make ptrace single steps over branches work as intended.dfr1998-07-221-1/+2
* Add support for sio's soft interrupts.dfr1998-07-221-10/+23
* Support the DEC_KN20AA platform (AlphaStation 500 or 600).dfr1998-07-221-0/+347
* Merge changes from Andrew Gallatin to support different CIA based platforms.dfr1998-07-221-22/+17
* Add code from i386 to support sysbeep(). Doesn't work quite right but itdfr1998-07-221-1/+86
* Change siocn{put,get}c to siogdb{put,get}c to allow a serial console on onedfr1998-07-221-2/+2
* Simplify access to PCI config registers.dfr1998-07-161-33/+36
* Make ptrace work.dfr1998-07-154-16/+242
* Tweaks for cross-building from NetBSD/alpha.dfr1998-07-151-3/+3
* Add some debug code.dfr1998-07-151-3/+16
* An mc146818a clock attached to an isa bus.dfr1998-07-151-0/+105
* Linker script for alpha kernel.dfr1998-07-151-0/+133
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-8/+6
* Overhaul the spl system so that it actually works properly.dfr1998-07-127-59/+92
* Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn'tdfr1998-07-121-11/+1
* Define option DEC_EB164dfr1998-07-121-1/+2
* Add entry for prom console.dfr1998-07-121-2/+3
* Add some bits and pieces for my test box.dfr1998-07-121-1/+11
* Update to new interrupt api.dfr1998-07-125-14/+35
* Implement CIA interrupts.dfr1998-07-122-1/+96
* Implement intr_create/intr_connect.dfr1998-07-122-3/+37
* Implement promcncheckc.dfr1998-07-123-14/+12
* Add some debug code.dfr1998-07-121-5/+29
* Add a couple of sysctls and implement sendsig/sigreturn.dfr1998-07-121-29/+196
* Add some generic interrupt dispatch code.dfr1998-07-122-114/+80
* Add definition of p_switchtime.dfr1998-07-121-1/+2
* Include opt_ddb.h.dfr1998-07-121-1/+3
* Hardwire the root disk of my test box for now.dfr1998-07-121-3/+4
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-101-2/+3
* Oops, forgot to modify the pointer-int typedefs from the i386 version.bde1998-07-101-3/+3
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-1/+7
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-061-1/+3
* Add support for kernel gdb.dfr1998-07-055-40/+829
* Use byte/word access in badaddr if relevant.dfr1998-07-051-3/+12
* Support channel B as well as channel A.dfr1998-07-052-35/+76
* Add basic support for 2117x pci chipsets. Currently only pyxis (21174)dfr1998-07-053-0/+491
* Add macros for byte/word sized load and store instructions.dfr1998-07-051-0/+76
* Add declaration of the NetBSD/alpha bootinfo.dfr1998-07-051-0/+59
* First steps at supporting EB164 (AlphaPC 164, 164LX, 164SX).dfr1998-07-052-3/+135
* Define bio_imask to allow the ncr driver to compile. The idea of passingdfr1998-07-051-1/+3
* Make the prom console work as a real device as well as a console.dfr1998-07-052-43/+64
* Make sure hold_count for level 2 maps is maintained properly.dfr1998-07-051-24/+10
* Make breakpoints and single-step work.dfr1998-06-281-4/+14
* Add a macro for testing the e_machine field of Elf64_Ehdr.dfr1998-06-281-1/+3
* Use elf symbols in DDB.dfr1998-06-281-1/+2
* Allow gentrap.dfr1998-06-281-1/+2
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBdfr1998-06-281-2/+7
* Add a hack to get the ELF symbols from where SIMOS leaves them.dfr1998-06-281-5/+19
* machine/conf.h no longer exists.dfr1998-06-281-2/+1
* Add some stack backtrace support. Pretty fragile but its a start.dfr1998-06-273-7/+99
OpenPOWER on IntegriCloud