summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
AgeCommit message (Expand)Author
2021-12-12s/Miscellanous/Miscellaneous/ in copypasta comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-14more -fcommon.mrg
2021-04-01Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcntsimonb
2021-04-01Whitespace: #define<tab>simonb
2021-02-27Don't put #ifdefs in prep_initppc(). Instead, let callers specify thethorpej
2021-02-26Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than inthorpej
2021-01-21add a commented out compat_ossaudio wherever there's compat_linuxnia
2020-11-18malloc(9) -> kmem(9)thorpej
2020-09-27vether: Add to kernel configurationsroy
2020-09-15bump bebox and prep image sizes for GCC 9.mrg
2020-09-07apply some GCC_NO_ADDR_OF_PACKED_MEMBER.mrg
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-04-04mark nsmb major obsoletejdolecek
2020-03-25remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configsjdolecek
2020-01-19Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It isthorpej
2019-12-27s/transfered/transferred/msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-04-26Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.sevan
2019-04-13Add drvctl to kernel which has audio device.isaki
2019-01-28Systematize handling of removed drivers.dholland
2019-01-27Restore satlink's majors entries commented out and marked obsolete.dholland
2019-01-27Remove the satlink driver. It was disabled everywhere, had no man page andmaxv
2019-01-08no need to include <machine/param.h> if <sys/param.h> already includedjdolecek
2019-01-08no need for <machine/param.h>christos
2019-01-08Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFTchristos
2018-12-19Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,maxv
2018-09-23Remove ISDN from the kernel. It has remained unmaintained for a long time,maxv
2018-08-01Unreference IPF/PF from all the config files, and enable NPF instead whenmaxv
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-07-14Remove "options IPKDB", and the other associated options, from the configmaxv
2018-07-14Remove "options DEBUG_BY_TOOLS", it doesn't exist.maxv
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-01-23Alternate buffer queue strategies no longer considered experimental, updatesevan
2017-09-14clean up COMPAT_* options for native netbsd code:mrg
2017-09-13Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFI...sevan
2017-07-29Remove TCP_COMPAT_42 from the config files. Pass 3.maxv
2017-06-25uninitialized var, found by Mootja; don't know which value to put, so addmaxv
2017-04-08centralize vers.c building for standalone programs.christos
2017-02-19PR kern/51208rin
2016-12-14Comment out spkr at pcppi, as pcppi is commented out too.martin
2016-12-13wildcard speaker attachments, now that we can handle many of them.christos
2016-12-10remove VAUDIOSPEAKER for now, will be done differently.christos
2016-12-09kill PCPPISPEAKERchristos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-11-26mention PAX_SEGVGUARD dependency on FILEASSOCchristos
2016-10-19Added MSI/MSI-X and interrupt_distribute(9) support for powerpc.nonaka