summaryrefslogtreecommitdiff
path: root/sys/arch/pc532
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-02kernel part of no-syscall upcall stack return: libpthread registerscl
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-07Don't install <machine/intr.h>.simonb
2003-12-06Add a WEAK_ALIAS macro.simonb
2003-12-06Use crosscompile-friendly ${BINUTILSPROGRAMNAMES}.simonb
2003-12-06Make WARNS=2 friendly.simonb
2003-12-06KNF, ANSIfy, de-__P.simonb
2003-12-04Dynamic sysctl.atatat
2003-11-25Need to set/restore the PSR explicity in cpu_{set,get}mcontext() sincesimonb
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-06make this compile againchristos
2003-11-06pc532 passes everything on the stack like the i386...christos
2003-11-06Add kernel portion of siginfo for ns32k.simonb
2003-11-06Add COMPAT_16.simonb
2003-11-04Indentation nit.simonb
2003-11-04Fix tyop in previous - a "$" before a make variable works wonders.simonb
2003-11-01Avoid sneaking past signal delivery in sa_upcall_userret():cl
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-27Do previous differently - check which ld we're using and set the rightsimonb
2003-10-27If the make variable "USE_BINUTILS" is yet, use correct options to linksimonb
2003-10-27Use -Wno-error to compile a file with Duff's device and document this assimonb
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-26Fix NULL/0 fallout.simonb
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-21NULL -> 0 for preempt() argument.fvdl
2003-10-19don't uvm_swapout LWPs which are LSONPROC on another cpu.cl
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-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-20add MD part of SA/pthread pagefault handling on pc532cl
2003-09-06add rnd(4) device to installation media.itojun
2003-08-22create /dev/cryptoitojun
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-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-24* Defflag CPU30MHZ.thorpej
2003-06-24* defflag NS381.thorpej
2003-06-23Adapt to the Scheduler Activations changes.thorpej
2003-06-23Basic ELF definitions for ns32k. No relocations yet.thorpej
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-23Removed "extended precision" definitions left over from when this wassimonb