summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2010-03-07add uhso(4) device where appropriateplunky
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2010-02-25Adapt to <spr.h> breakup.matt
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Enable 'options MODULAR' in macppc and shark GENERIC kernels now that thejmmv
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
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-18wdcactivate() is gone, don't use it.dyoung
2009-11-05Bring this up-to-date with the changes to dbcool_softc.dyoung
2009-11-05In awacs(4) and snapper(4), use deviter(9) instead of accessingdyoung
2009-11-02adjust to dbcool_chipset.christos
2009-11-01Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).snj
2009-10-27Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyrightsnj
2009-10-26kill extra whitespacescegger
2009-09-26Make local functions static.tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-09-26Fix a botch on device_t/softc split:tsutsui
2009-08-07Update path to the atheros HAL.snj
2009-05-15Split device_t/softc. Tested on Apus2000.tsutsui
2009-05-06Replace curlwp->l_cred with kauth_cred_get().elad
2009-04-03Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-15Use <bsd.klinks.mk> to create MD include dir symlinks.tsutsui
2009-03-15- create symlinks for MD system headers by <bsd.klinks.mk>tsutsui
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-03-01. use device_private() (led to immediate crash during attach)aymeric
2009-02-15Convert the recently introduced awk command to retrieve the value of thecube
2009-02-14Now that "options MODULAR" is handled via defflag, the Makefileapb
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-08Avoid asking the controller to transfer zero bytes of data, since we havepgoyette
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2009-02-04Return error status if an attempt is made to use the quick_{read,write}pgoyette
2009-01-28- modify a pathname parse function to explicitly return devname and filenametsutsui
2009-01-28More WARNSfy in #ifdef NETIF_DEBUG.tsutsui
2009-01-24add COMPAT_50 to all the configs with COMPAT_40.mrg
2009-01-14The following patch makes dbcool(4) recognize the ADT7460 hardware inahoka
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2009-01-12WARNSfytsutsui
2009-01-11fix format instead of casting wildlymacallan
2009-01-11don't truncate the print.christos
2009-01-11deal with 64bit time_tmacallan