summaryrefslogtreecommitdiff
path: root/sys/arch/sh
AgeCommit message (Expand)Author
2009-02-14Fix logic error in copyinstr() when deciding whether to return EFAULTMiod Vallat
2009-02-04Unify memory size reports a bit more: always report size in MB, and reportMiod Vallat
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-10-23a better fix for the "uvm_km thread runs out of memory" problem.Ted Unangst
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-04Fix potentially uninitialized variables in syscall().Miod Vallat
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-08-24surplus semicolon on if statementJonathan Gray
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-14Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf().Miod Vallat
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-22Like alpha, db_stack_dump() on mips and sh needs complete frame informationMiod Vallat
2008-05-21Not all cache operations need to be run from P2, so don't do this unlessMiod Vallat
2008-05-04convert to ptoa/atopMartin Reindl
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-06SH is not ARM.Dale Rahn
2008-02-11Remove long dead CLKF_BASEPRI which crept in by mistake.Miod Vallat
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-15Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09Disable page zeroing in the idle loop, as it blasts the entire cache.Miod Vallat
2007-09-02Fix typos in comments: soruce -> sourceHans-Joerg Hoexer
2007-09-01In pmap_protect(), compute the bitmask to set in the ptes only once, insteadMiod Vallat
2007-07-11Remove unused shpcic_intr_establish() and friends.Miod Vallat
2007-06-21Fix microtime to not lose clocik ticks, gives us among other things, realMiod Vallat
2007-06-21Simple optimizations:Miod Vallat
2007-06-21Attach interrupt counters to intc interrupt sources too, so that clockMiod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized.Miod Vallat