summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco
AgeCommit message (Expand)Author
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-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25add majors for sesjdolecek
2003-10-25make this compile again.chs
2003-10-25NULL -> 0chs
2003-10-25Add COMPAT_16 where missing.simonb
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-08Remove some unneeded include files.simonb
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-06add rnd(4) device to installation media.itojun
2003-08-30add "makeoptions MACHINE_ARCH=..." in std.* for mips portschs
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-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-09Remove definitions and usage of MIPS_COP_0_STATUS_REG andsimonb
2003-05-24SBSIZE -> SBLOCKSIZEtsutsui
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
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-10Bye Bye UCONSOLEchristos
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-22Fix a grammatical nit.simonb
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-02Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64simonb
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
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-09Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernelsimonb
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-22Fix typo (responsiness -> responsiveness).wiz
2002-11-16Target address for jump was out of range for the assembler instruction.wdk