summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-15Print cache instructions correctly.Miod Vallat
2006-01-14Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugsMiod Vallat
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Crank MAXPHYS to 64KB again and remove bogus comment.Miod Vallat
2006-01-04Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS isMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-20Since we are allowed to rely on the fact that the pcb is the first elementMiod Vallat
2005-12-2001 -> SA_ONSTACK in sigreturn.Miod Vallat
2005-12-20Trim include files list.Miod Vallat
2005-12-20__attribute__ ((__packed_)) -> __packedMiod Vallat
2005-12-17Remove duplicate definition of machFPCurProcPtr.Mark Kettenis
2005-12-17Let the xtlb refill handler fault if the userland va is out of the supportedMiod Vallat
2005-12-17Rename ``dofault'' label to ``fault_common'', it just looks too close toMiod Vallat
2005-12-17Fix handling of floating-point registers in PT_{GET|SET}REGS.Mark Kettenis
2005-12-16do not use a label_t in the pcb. label_t may not exist in all contexts,Theo de Raadt
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-12Nuke leftover references to procfs_mem.h.Miod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-11-29backout miod's change because he did not compile libc.Theo de Raadt
2005-11-28Remove older-than-gramps poor man's assym.h defines; .S files do not even needMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-23there is no vtophys hereMichael Shalayeff
2005-11-06byebye Mach macrosMartin Reindl
2005-10-24Conditionalize singler-step code on PTRACE.Mark Kettenis
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-14catched->caughtMiod Vallat
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-08-01Remoe unused vtrace stuff; ok deraadt@Miod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-20Always do the netisr_dispatch dance, rather than trying to be smart and use aMiod Vallat
2005-07-20typosMiod Vallat
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski