summaryrefslogtreecommitdiff
path: root/sys/arch/next68k
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-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
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-27move structs nextstep_disklabel/cpu_partition and appendant #definescl
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-23Fix NULL change lossage.cl
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
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-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-05Minor tweaks to the color framebuffer code -- still don't know what the dealmycroft
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-10-01Enabling caching of the video memory, and preset the modified bits.mycroft
2003-10-01Some small cleanup -- make the base,limit values vaddr_t, not char*.mycroft
2003-10-01Add some debugging code to log intrstat history so I can track down straymycroft
2003-09-30Add P1003_1B_SEMAPHORE.mycroft
2003-09-27make gcc3's `deprecated use of label at end of compound statement' go awaycl
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-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-07-10NOxxx= variables should appear firstlukem
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-25Declare USELEDS option, now that locore.s tries to include opt_useleds.h.he
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-10Back out the following chagne:thorpej
2003-05-08Simplify the way the bounds of the managed kernel virtual addressthorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
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