summaryrefslogtreecommitdiff
path: root/sys/arch/sh5
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-08need cast to (long long) for %llx format when compiling 64bit kerneljdolecek
2003-12-07Ditch some cruft which crept in with the last commit.scw
2003-12-07Simplify the round/trunc page, and btop/ptob macroes.scw
2003-12-07Quell a bunch of compiler warnings by avoiding using 'long long'.scw
2003-12-07De-lint.scw
2003-11-28Re-write and simplify _sh5_stb1_tlbload to avoid branches.scw
2003-11-28While NetBSD/sh5 has never needed a sigcode trampoline, other parts ofscw
2003-11-09Ditch some obsolete toolchain definitions and flags.scw
2003-11-09s/NULL/0/scw
2003-11-09More format string fallout.scw
2003-11-09Fix format string lossage.scw
2003-11-09Clear r3 to zero after dealing with the pseudo-header.scw
2003-11-09Print a trap/intr frame's SPC value.scw
2003-11-09In scif_rxsoft, bail early if the input buffers have not been initialised yet.scw
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-01avoid stong words in commentsjdolecek
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-21NULL -> 0 for preempt() argument.fvdl
2003-10-18Add SIGTRAMP_VALID().briggs
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-05Kernel bits for siginfo on sh5.scw
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-18add MD part of SA/pthread pagefault handling on sh5cl
2003-09-08Add support for non-executable mappings.scw
2003-08-22create /dev/cryptoitojun
2003-08-12copy{in,out} and kcopy should return success if 'len' is zero.scw
2003-08-12An FPUEXC leaves the PC pointing to the FP instructionscw
2003-08-10Explicitly declare some symbols used by db_stack_trace_print()scw
2003-08-1064-bit db_addr_t makes life much easier now that ddb uses ksyms.scw
2003-08-10In PIC_GET_GOT, use a local numeric label which is very unlikely toscw
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-27Since everyone uses clock_subr.c (or should, if they don't currently),thorpej
2003-07-18Rename clock_rtc_config() to todr_attach().thorpej
2003-07-18Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.thorpej
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl