summaryrefslogtreecommitdiff
path: root/sys/arch/sh5
AgeCommit message (Expand)Author
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-20- Add /a modifier to trace that allows a specific LWP to be selected.ad
2007-02-17Pretend the ddb code has proclist_lock held to stop any deadlock.dsl
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-12-26Make machdep scope architecture-agnostic by removing all arch-specificelad
2006-12-22Add requests indicating access to unmanaged memory for arm, pc532, powerpc,elad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-11-25Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compilingriz
2006-11-24s/independant/independent/, from Zafer.wiz
2006-10-25Use kauth(9) (device scope tty open).elad
2006-10-22Stick with unsigned long for _BSD_SIZE_T_ regardless of LP64/ILP32.scw
2006-10-04fix gcc -Werror -Wmissing-braces problemtnozaki
2006-10-01More from Matt Fleming:elad
2006-09-09Don't forget to call tc_init() to register the timecounter.gdamore
2006-09-09Convert to timecounters. Compile tested only. Ok steve@.gdamore
2006-09-06Use p_find(addr, PFIND_LOCKED) in case the proclist_lock is held.ad
2006-09-05Convert to MI todr.gdamore
2006-09-04Remove unused todr_setcal/todr_getcal and all the assorted stubgdamore
2006-09-04Set the division strategy to 'call' to avoid explicit references toscw
2006-09-04Drop the volatile qualifier from switch_exit()'s prototype.scw
2006-09-04Appease gcc4.scw
2006-09-04Rearrange some code to avoid a gcc4 'possibly uninitialised variable' warning.scw
2006-09-04Pull in <sys/evcnt.h>scw
2006-09-04Remove unused r_sp #define.scw
2006-08-28- remove unused bdbtofsb.yamt
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-05-22use "j" instead of "ll" for intmax_t and friends.mrg
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-04-01closes: PR kern/32359cherry
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-07Syscall debug tracing is handled by trace_enter() / trace_exit(). Changethorpej
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-03-06Remove another instance of the SET/CLR/ISSET macro triplet, now thathe
2006-03-05Add a proc_is_traced_p() macro and use it, instead of copying the same codechristos
2006-03-05implement PT_SYSCALLchristos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-31Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h thendsl
2006-01-30Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.hdsl