aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedJohn Baldwin2002-05-171-4/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousAndrew Gallatin2002-05-161-7/+25
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-38/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* These were repo-copied to dump_machdep.c.Jake Burkholder2002-05-131-116/+0
* Restore the ability to take crashdumps on alpha. This was cut and pastedAndrew Gallatin2002-05-112-0/+232
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend theJohn Baldwin2002-05-111-0/+2
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsAndrew Gallatin2002-05-101-2/+2
* Opps, remove added bogon.David E. O'Brien2002-05-101-1/+1
* Gcc 3.1 varargs support.David E. O'Brien2002-05-103-10/+42
* Only saying you're launching other CPUs if there are more than one to launch.Matt Jacob2002-05-081-1/+1
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withJeff Roberson2002-05-081-0/+1
* Typo fix: detects -> detect.Juli Mallett2002-05-032-2/+2
* Remove two unused headers (<machine/frame.h> and <machine/psl.h>).Peter Wemm2002-05-011-2/+0
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-6/+0
* Tidy up some loose ends.Peter Wemm2002-04-293-55/+7
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of GiantAlan Cox2002-04-271-17/+2
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-11/+10
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSRobert Watson2002-04-182-2/+2
* Fix a compiler warning I missed in the last commit.Bernd Walter2002-04-171-1/+1
* Revive dec_axppci_33_intr_route for LCA.Bernd Walter2002-04-172-47/+26
* Clear the error flags in the LCA_IOC_STAT0 register afterBernd Walter2002-04-171-0/+18
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-0/+3
* I am not sure why ## was used in this macro, as w/o the string concatenationDavid E. O'Brien2002-04-171-2/+2
* Remove code that updates vm->vm_ssize. This duplicates work alreadyAlan Cox2002-04-161-20/+0
* Remove the .stab directives. I do not understand what is different aboutDavid E. O'Brien2002-04-152-4/+1
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).Peter Wemm2002-04-151-3/+3
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-151-10/+10
* Modernize SCM ID.David E. O'Brien2002-04-141-4/+1
* Add comment that sigreturn() is MPSAFE.Alan Cox2002-04-131-0/+3
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-131-4/+16
* Turn on TGA support.David E. O'Brien2002-04-132-0/+2
* Quiet GCC 3.1 warning.David E. O'Brien2002-04-131-1/+1
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.Mike Barcroft2002-04-121-0/+1
* Add a comment that osigreturn() is MPSAFE.Alan Cox2002-04-111-0/+2
* LCA based systems can't handle more than 16 devices on pci bus 0.Bernd Walter2002-04-111-1/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andMike Barcroft2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-12/+0
* GC the "dumplo" variable, which is no longer used.Poul-Henning Kamp2002-04-071-1/+0
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),Alan Cox2002-04-053-68/+44
* Spell "privileges" correctly.Eric Melville2002-04-051-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-045-6/+6
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-042-0/+5
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-033-3/+0
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-021-14/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-23/+73
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-014-5/+5
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-3/+0