summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/random.h> for rand_initialize().dfr2000-04-301-0/+1
* Hookup /dev/[u]random on the Alpha.obrien2000-04-281-3/+75
* Initialise entropy pool.obrien2000-04-281-0/+5
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-262-2/+57
* Remove dummy read_random function since we now have a real one.mjacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* Add include files to alpha/include directory.roger2000-04-152-0/+475
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-18/+18
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Avoid dividing by zero when beeping with a zero pitch. This was bad.billf2000-03-301-2/+4
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-302-15/+0
* Try and make the Alpha kernel compile. There are still some loose endspeter2000-03-303-1/+11
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-3/+3
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-3/+14
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-272-0/+69
* It's the parent that is a CPU node- not GBus itself.mjacob2000-03-271-5/+4
* complain when you do not create a TLSB nodemjacob2000-03-271-1/+3
* Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolonbde2000-03-231-1/+1
* Switch to the new time counter code to follow the i386.obrien2000-03-231-3/+4
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-3/+3
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.ps2000-03-191-1/+35
* Add the COMPAT_OLDPCI option for the alpha so GENERIC compiles.peter2000-03-192-0/+2
* - Add Support for the following PS/2 mice:yokota2000-03-181-4/+44
* Alpha 8200: remove the SIMOS usage of zs_cnattach- we have a realmjacob2000-03-181-3/+2
* Alpha 8200: Redo console attachment to be more 'normal'. Make sure themjacob2000-03-181-66/+59
* Alpha 8200: redo prom console code to be more up to date, etc. Thismjacob2000-03-181-12/+34
* Alpha 8200: add DEC_KN8AE (TurboLaser) platform option.mjacob2000-03-182-0/+2
* Alpha 8200: Add prototype from promcnattach.mjacob2000-03-181-0/+1
* Alpha 8200: Add in a dummy child of dwlpx so that we can make the leapmjacob2000-03-181-0/+80
* Alpha 8200: Do some compilation cleanup. Conditionalize some IDE stuffmjacob2000-03-181-6/+35
* Alpha 8200: Reinsert licence from NetBSD that should have been theremjacob2000-03-181-95/+740
* Alpha 8200: Remove clause 3 of licence. Clean up code slightly.mjacob2000-03-181-11/+6
* Alpha 8200: Remove clause 3 of licence. Redo KFTXX bus attachmentmjacob2000-03-181-26/+27
* Alpha 8200: Remove clause 3 of licence and and some KFTXX defines.mjacob2000-03-181-4/+6
* Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.mjacob2000-03-181-6/+2
* Alpha 8200: Rework to get working properly with real h/w. This isn't amjacob2000-03-181-115/+179
* Alpha 8200: Ooops on last delta- real changes include redoing bus attachmentmjacob2000-03-181-1/+0
* Alpha 8200: Some minor formatting tweaks and removal of clause 3 of licence.mjacob2000-03-181-153/+130
* Alpha 8200: add a dummy driver for TLSB CPU nodes. Not so dummy, actually,mjacob2000-03-181-0/+121
* Alpha 8200: Add in variables and defines for DWLPX PCI controllers.mjacob2000-03-181-0/+92
* Alpha8200: Update this stub memory board driver for using newbus.mjacob2000-03-181-39/+33
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-14/+0
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-131-12/+12
* Remove #ifdef UVM stuff which will never be relevant.phk2000-03-131-7/+0
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-10/+9
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-091-0/+19
* I applied the wrong patch set. Back out anything associateddufault2000-03-021-1/+0
OpenPOWER on IntegriCloud