summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-014-5/+5
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Make the comment section resemble Englishwilko2002-03-291-9/+8
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap().alc2002-03-291-3/+3
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-292-2/+28
* style(9)obrien2002-03-281-3/+7
* On 2nd thought, we can do without plip altogetherwilko2002-03-272-2/+0
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-13/+65
* Initialise the AS4100 console at the same time as most of the otherdfr2002-03-265-4/+69
* plip has produced an error during attach on Alpha as long as I carewilko2002-03-242-2/+2
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* only read from the possibly bad address if we did not get a machinegallatin2002-03-221-1/+1
* Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.gallatin2002-03-221-1/+1
* shut up the compilergallatin2002-03-211-1/+1
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-219-48/+61
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-2063-666/+664
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-15/+6
* Remove unused header.jeff2002-03-201-1/+0
* Force the boot cpu to wait for the APs to finish starting up. This eliminatesjeff2002-03-201-0/+3
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+16
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+1
* Remove a bogus cast and deconstification that broke the Alpha kernel build.des2002-03-131-2/+3
* Back out previous commit, it was the wrong patch!des2002-03-131-0/+1
* Remove a bogus cast that breaks the Alpha kernel build due to -Werror.des2002-03-131-1/+0
* Fix a misspelling of mine: s/optomization/optimization/.jhb2002-03-111-1/+1
* Grrr, turn preemption back off on the alpha again. It is still not stable.jhb2002-03-111-1/+1
* o Don't require long long support in bswap64() functions.mike2002-03-091-6/+16
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-072-0/+2
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-0/+2
* Make it compile again.mjacob2002-03-011-1/+1
* Fix mcpcia.c so it compiles again.mjacob2002-03-011-1/+2
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* add inlines for bswap*.gallatin2002-02-281-5/+38
* recover from namespace collision caused by un-static'ing pci_alloc_resource()gallatin2002-02-288-8/+8
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Fix a minor swap leak.silby2002-02-281-0/+20
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-3/+3
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-5/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-0/+72
* Add some DIAGNOSTIC code.julian2002-02-221-12/+22
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* recovery from new binutils part II: fix the alpha kernel so thatgallatin2002-02-211-1/+1
* MFi386: merge changes from i386/trap.c rev 1.212gallatin2002-02-191-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-45/+10
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-173-4/+12
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-132-2/+2
OpenPOWER on IntegriCloud