summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2018-02-27Remove the Econet code. It was part of acorn26, which was removed amaxv
2018-02-22move "define tcbus {}" into files.alpha. it isn't wanted for generalmrg
2018-02-17Restrict -fno-delete-null-pointer-checks to GCC.joerg
2018-02-13use -fno-delete-null-pointer-checks for kernels.mrg
2018-02-12Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts.joerg
2018-02-04Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we'remaxv
2018-01-22- Coverity does not like -std=gnu99christos
2018-01-18implement 32-bit compat support for raidframe.mrg
2018-01-15note that COMPAT_X implies all COMPAT_X+N.mrg
2018-01-10Comment out AUTOFS until it compilesjmcneill
2018-01-10add ipsec(4) interface, which is used for route-based VPN.knakahara
2018-01-09Merge autofs support from: Tomohiro Kusumichristos
2018-01-01Update for 2018 new yearjakllsch
2017-12-18Generalise FDT and OFWskrll
2017-12-16Fix the linux dependency. It does not depend on COMPAT_16, it just wantsmaxv
2017-12-10Add support for I2C designware controllers (as found in Intel PCH devices),bouyer
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-12-10- Allow multiple .BEGIN targetschristos
2017-12-06use -@ like bsd.klinks.mkchristos
2017-12-05Use similar restrictions to bsd.klinks.mk for .BEGIN rules.christos
2017-12-04We use .BEGIN for our own cleanup and won't ever need DTS support - somartin
2017-12-03handle absolute $S paths; we want to add ../ if they are relative only.christos
2017-12-03Add more complexity because of the path mess in the dts files. Requestedchristos
2017-11-25Add driver for QEMU Firmware Configuration device.jmcneill
2017-11-18Catch up with the new config version.christos
2017-10-19Add driver for Broadcom 802.11a/b/g/n/ac USB wireless devices, based onjmcneill
2017-10-09(untested) attempt to fix b5 evbarm-earmv7hf build - please revert if thiskre
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-09-07Add support for building dts files from multiple paths, idea from christosjmcneill
2017-07-15do dts depend processing in two passes, one for /include/ and one for #includechristos
2017-07-15Move the dts rule to a separate file and add dependencies handling.christos
2017-07-13Add support for dts files outside of external/gpl2.jmcneill
2017-07-08Add a helper for exposing LED controls via sysctl.jmcneill
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2017-06-17Assign DTB files to a variable so we can make -V DTBchristos
2017-06-16bump required config version for multiline makeoptions featurejmcneill
2017-06-15Add support for building DTB files during kernel build, from christos.jmcneill
2017-06-11Remove the 'needs-flag' from spkr.c - it's not needed by anything.pgoyette
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2017-06-08Add driver for ARM PrimeCell PL031 (RTC) Real Time Clock.jmcneill
2017-06-08Add driver for ARM PrimeCell Advanced Audio CODEC interface (PL041).jmcneill
2017-06-03Add driver for ARM PrimeCell PL050 (KMI) PS2 keyboard/mouse interfacejmcneill
2017-05-27merge the bouyer-socketcan branch to HEAD.bouyer
2017-04-09Fix typochristos
2017-04-08Add makefile snippet for vers.c building.christos
2017-04-08- modernize: use getopts/usage/true/false variableschristos
2017-02-26Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB)rin
2017-02-16add l2tp(4) L2TPv3 interface.knakahara
2017-02-02chipsfb needs glyphcache nowmacallan