summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Expand)Author
2010-03-02Remove fs_mfs.h from users because it is now unnecessary and don'tpooka
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-27Fix typo on ANSIfy in 2005. PR port-arc/42523tsutsui
2009-12-16Fix various build with the 32bit mips ports after the mips64 merge.matt
2009-12-14Merge from matt-nb5-mips64matt
2009-12-07Can't negate a now non-existent file system (PORTALFS was removed).he
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-26kill extra whitespacescegger
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-27Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-08-19Define, and hook into the isa_chipset_tag_t, isabr_detach_hook().dyoung
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-08-13Move MID_MACHINE to <mips/mips_param.h> and use local values so we don'tmatt
2009-08-12Nuke a.out support for MIPS.matt
2009-04-03Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-15Use <bsd.klinks.mk> to create MD include dir symlinks.tsutsui
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2009-01-24add COMPAT_50 to all the configs with COMPAT_40.mrg
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
2008-11-20It looks the ARC BIOS has another limit which prevents loadingtsutsui
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-09-15Enable more PCI devices.tsutsui
2008-09-15Enable options TMPFS.tsutsui
2008-09-13- use memmove(9) for possible overlapped screen copies, per PR port-arc/36703tsutsui
2008-09-13Fix more botches on device_t/softc split,tsutsui
2008-09-13Make this compile (restore some lines removed in rev 1.53).tsutsui
2008-09-13Fix botches on device_t/softc split.tsutsui
2008-08-30Add CPUFLAGS to optimize for mips3 since no mips1 machines on this port.tsutsui
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb
2008-07-05Split device_t/softc with misc related changes.tsutsui
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-06-13use device_lookup_private to get softccegger
2008-06-08Use device_lookup_private() to get softc.tsutsui
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui