summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco
AgeCommit message (Expand)Author
2006-09-01Remove unneeded volatile.matt
2006-09-01Device isabus has to expose an interface attribute otherwise it can't havecube
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-26Remove obsolete #options VERIFIED_EXEC, found by grep(1).tsutsui
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-06-28Add CARP to GENERIC kernel configs. CARP is not enabled by default.liamjfoy
2006-05-26Tweak bus_space_barrier(9) macro to appeasetsutsui
2006-04-09Remove declarations for cpu_model[] since it's in <sys/systm.h>.tsutsui
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-28Use device_unit().thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-21Use device_class() instead of accessing dv_class directly.thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2006-02-02Add commented out UDF file-system entry in all GENERIC configurations.reinoud
2006-01-25free -> deallocchristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-09Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,elad
2005-12-07Remove obsolete options VNODE_OP_NOINLINE.tsutsui
2005-12-07Adjust comments for options FFS_NO_SNAPSHOT.tsutsui
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-11-05Add empty <machine/wired_map.h> for the MI mips/wired_map.c.tsutsui
2005-11-03turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that theychs
2005-09-17make VMSWAP optional again.yamt
2005-09-17include "conf/std".yamt
2005-09-10Initial addition of tmpfs, an efficient memory file-system. This projectjmmv
2005-08-26s/locdesc_t/int/gdrochner
2005-08-19Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernelschristos
2005-08-1964 bit inode changes.christos
2005-07-31revert "defflag VMSWAP" changes for now.yamt
2005-07-30add "options VMSWAP" to non INSTALL kernels.yamt
2005-07-30defflag VMSWAP.yamt
2005-07-17Add support for reading cloop2 compressed filesystem image,hubertf
2005-07-07Add (commented out) IPSEC_NAT_T option.tron
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-25Add file-system PTYFS (commented out) so that people know its existence.rpaulo
2005-06-23Use FS_OPS() macro.junyoung
2005-06-09- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.tsutsui
2005-06-09Add consts to make this build with -Wcast-qual.he
2005-06-09Use NULL and not a string constant as the second argument tohe
2005-06-09Add const to the prom_getenv() vector argument.he
2005-06-09Prefix variables in a macro with an underscore to avoid shadowing problems.he
2005-05-31remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them.chs
2005-05-10assign major for nsmb(4)jdolecek
2005-04-25Move the MI printing of `copyright' to the MD cpu_startup() codelukem
2005-04-01merge yamt-km branch.yamt
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt