summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-2432/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-3/+3
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-3/+24
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-34/+22
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+24
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-24/+26
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-3/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* add cpu_idle support for 21066A based lca systemsticso2005-01-311-1/+9
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)wilko2004-12-261-2/+3
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* U areas are going away, so don't allocate them. It's worrisome thatdas2004-11-201-5/+1
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-051-1/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Update fr the KDB framework:marcel2004-07-101-33/+10
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+23
* Deorbit COMPAT_SUNOS.phk2004-06-111-6/+6
* Finish fixing up Alpha to work with an MP safe ptrace():jhb2004-04-011-6/+3
* The previous commit fixed -current on alpha for machines withkensmith2004-03-011-16/+18
* Fix -current builds on alpha. Recent changes in device handling causedkensmith2004-02-271-0/+11
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-22/+22
* - Drop the process lock before we call into ptrace_{read|write}_int orjeff2003-11-141-4/+7
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-191-0/+6
* Add option NO_SIO to work-around the hardcoded dependency on sio(4).marcel2003-08-251-0/+9
* In set_mcontext(), store the (user) stack pointer and the threadmarcel2003-07-311-0/+3
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+1
* In get_mcontext(), if we need to clear the return value, clearmarcel2003-07-301-0/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of themarcel2003-07-271-3/+5
* Implement casuptr().marcel2003-07-241-6/+0
* In get_mcontext() and set_mcontext() save and restore the currentmarcel2003-07-241-3/+15
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* Use __FBSDID().obrien2003-06-101-1/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-5/+15
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-3/+7
* Hold the proc lock for curproc around sigonstack().jhb2003-04-181-1/+3
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-9/+9
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-311-15/+3
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-251-23/+0
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-0/+1
* zero the end of the memory cluster we're disposing of. Otherwise tehgallatin2003-02-161-0/+1
* When trimming memory to fit Maxmem, and we discard an entire cluster,gallatin2003-02-161-0/+1
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-9/+134
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-3/+4
OpenPOWER on IntegriCloud