summaryrefslogtreecommitdiff
path: root/sys/arch/prep
AgeCommit message (Expand)Author
2010-03-07add uhso(4) device where appropriateplunky
2010-03-03Fix some historical powerpc curiocity which had kernfs depend onpooka
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2010-02-03Remove extra parenthesis. Found by cppcheck, reported bywiz
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-05Use deviter(9) instead of accessing alldevs directly. Untested.dyoung
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-19Define isa_detach_hook().dyoung
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
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-12Warning options should be in CFLAGS, not CPPFLAGS.tsutsui
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
2008-11-13LKM -> MODULARad
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-13Put a missing newline.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-05-30Add options COMPAT_40 to files which have options COMPAT_30.tsutsui
2008-05-01Squeeze 14k out of the INSTALL_SMALL image. Still too big. (by 49k)garbled
2008-04-30Remove prep's copy of mkbootimagegarbled
2008-04-30Convert prep to use the new unified mkbootimage rather than it's own. Thisgarbled
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Add floppy support to prep (the croud goes wild)garbled
2008-03-29Fix more direct references to cd_devs to device_lookup_privatematt
2008-03-29Don't use device_private on xx_cd.cd_devs[n],matt
2008-03-29Don't use device_lookup to get softc, use device_lookup_private.matt
2008-03-29One more missed file on migration of struct device sc_dev -> device_t sc_dev.tsutsui
2008-03-29Use CFATTACH_DECL_NEW().tsutsui
2008-03-29We have to use device_private() to get softc from cd_devs[].tsutsui
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-03-01cnscan() should return -1 (no input) if there is no console device.tsutsui
2008-02-29Remove GENERIC.local from the repositoryjmmv
2008-02-20Since files.wscons et al. are included by ~all ports anyway, includedrochner
2008-02-13options<space><tab>tsutsui
2008-02-05Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have thegarbled
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg