summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
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-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-08Remove obsolete comments about curproc.tsutsui
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-02Extend the #ifdef M68040 so that the `sig' variable declaration is movedcl
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-24add necessary majors for miscellaneous devices, such as missingjdolecek
2003-10-15add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and mdjdolecek
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-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-28Cast to (void *) to appease gcc3.cl
2003-09-28always use -traditional-cppcl
2003-09-27Cast through (void *) to appease gcc3.cl
2003-09-22SA_SIGINFO support for m68k (port specific changes)cl
2003-09-22add COMPAT_15/COMPAT_16cl
2003-09-17add MD part of SA/pthread pagefault handling on all m68k portscl
2003-09-14make compile: fix GCC3 check and add defflag PANICBUTTONcl
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-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-05-10Back out the following chagne:thorpej
2003-05-08Simplify the way the bounds of the managed kernel virtual addressthorpej
2003-04-27Preserve the symbol table in the LKM || KSYMS cases also.ragge
2003-04-26Add pseudo-device ksyms.ragge
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-25Add ksyms device major.ragge
2003-04-09catch up with "struct consdev" changedrochner
2003-04-08Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-13do a TBIAS after modifying cache enable bitsdrochner
2002-12-13scatter some pmap_update(pmap_kernel()) to reduce differences to other portsdrochner
2002-12-13use <net/netisr_dispatch.h>drochner
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej