summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-211-2/+0
* Wrap GNUish asm() code in #ifdef __GNUC__markm2002-09-211-0/+24
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-60/+0
* Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.phk2002-09-201-2/+0
* Fix last commit so that it actually works:jhb2002-09-191-5/+6
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-2/+25
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Add stub function for cpu_set_upcall_kse()peter2002-09-171-0/+7
* #if 0 out the following functions:peter2002-09-171-2/+9
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-22/+3
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* kthread.h is not neededscottl2002-09-141-1/+0
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which nopeter2002-09-131-1/+1
* Somebody forgot to turn out the lights.peter2002-09-112-90/+0
* Completely redo thread states.julian2002-09-111-0/+1
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-23/+0
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-15/+45
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-11/+7
* Maxmem is a long, so update printf format so this compiles.jhb2002-08-311-1/+1
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-303-15/+22
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-3/+2
* Fix a long-standing bug on alpha:mike2002-08-261-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-23/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Many of the alpha low level console drivers still have bogus compile timepeter2002-08-2211-23/+22
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-180/+152
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-3/+3
* In order to better support flexible and extensible access control,rwatson2002-08-151-2/+2
* - Hold the vnode lock throughout execve.jeff2002-08-131-13/+1
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-131-2/+0
* Teach the OSF/1 emulation layer a little more about mandatory accessrwatson2002-08-121-0/+19
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andalc2002-08-101-8/+4
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-051-9/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+4
* ptvmmap does not exist on alpha.peter2002-08-021-1/+0
* o Lock page queue accesses by vm_page_deactivate().alc2002-08-021-3/+15
* Fix the link to the Handbookblackend2002-08-011-1/+1
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-318-44/+42
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* de-count pci now that ahc/ahd are taken care of.peter2002-07-233-3/+3
OpenPOWER on IntegriCloud