summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
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
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-05-02We don't really like full stops in dmesg. ok pefo@Alexander Yurchenko
2005-05-02obvious typo, designed to break the tree, brad, hmm?Theo de Raadt
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01Use quality 0 instead of 1000 for CP0 timecounter likeAlexander Yurchenko
2005-04-29So mips64 is our first arch that switches to using new MIAlexander Yurchenko
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
2005-02-13beliving -> believing typo;Alexander Yurchenko
2005-01-31spacesAlexander Yurchenko
2005-01-31tickadj is already declared in sys/kernel.h.Alexander Yurchenko
2005-01-31Un-__P.Alexander Yurchenko