summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-087-576/+773
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-190/+210
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-062-7/+3
* style(9) the structure definitions.obrien2001-09-052-2/+2
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-109/+0
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-012-20/+20
* Same treatment as i386/isa/pmap.c - clean up some style to sync towardspeter2001-08-311-39/+34
* Tidy up cpu_fork() a little. This is mainly for changes I've beenpeter2001-08-311-39/+33
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-8/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* Correctly #ifdef COMPAT_43 around osendsig() prototype.peter2001-08-271-0/+2
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* Move most of the kernel submap initialization code, including thedillon2001-08-222-11/+6
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.jhb2001-08-211-0/+2
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+8
* Turn off SMP on Alpha for the time being. There are some memory orderingjhb2001-08-182-2/+2
* Grab Giant around trapsignal() at the bottom of trap().jhb2001-08-181-0/+2
* Remove redundant declarations of functions that are declared injhb2001-08-181-2/+0
* Fix style nits.obrien2001-08-172-16/+16
* Prototype the ptrace_*()obrien2001-08-161-0/+4
* Fix a dangling {obrien2001-08-161-1/+1
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,wpaul2001-08-151-1/+4
* Old business: some SMP support.mjacob2001-08-151-8/+16
* Old business: be able to disable processor configuration from resource.mjacob2001-08-151-11/+32
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* Fix yet another "unconditionally free()ing memory without even checkingwpaul2001-08-141-1/+7
* In prom_halt(), set the halt restart flags on the current CPU, not thejhb2001-08-131-2/+1
* Remove IPI_HALT to make way for a more correct fix for halts and restartsjhb2001-08-134-23/+0
* Minor style nits: cleanup and add some function prototypes.jhb2001-08-131-2/+5
* - Close races with signals and other AST's being triggered while we are injhb2001-08-102-20/+2
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-62/+0
* Revert part of previous- I misunderstood the use of 'ncpus'- I thought it'dmjacob2001-08-011-3/+1
* Don't initialize a clock twice (it's not a function of number ofmjacob2001-08-011-3/+5
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+5
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-5/+6
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-243-59/+76
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2
* Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) byobrien2001-07-151-25/+25
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tobrien2001-07-151-1/+1
OpenPOWER on IntegriCloud