summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-11-19ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for devices thatrin
2021-11-06Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humiditybrad
2021-10-27revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg13...ryo
2021-10-25In some arch, _mcount() would be called recursively when built with COPTS=-O0.ryo
2021-10-11add defflag for AHCISATA_EXTRA_DELAYjmcneill
2021-10-11defparam NMBCLUSTERS_MAX.msaitoh
2021-10-10efi: Add /dev/efi character devicejmcneill
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-07-24smbios: Add character device for accessing SMBIOS tablesjmcneill
2021-07-21Separate MI smbios interface from MD specific code.jmcneill
2021-06-29mark urio/uscanner device majors obsoletenia
2021-06-02drm2: build with -fwrapv, since the Linux kernel does and we don'tnia
2021-06-01Fix not to do if_down() before reconnectyamaguchi
2021-05-29Put the MSGBUFSIZE option in opt_param.h so that changes of its settingsimonb
2021-05-21Fix previous to use the proper version file path.nakayama
2021-05-19Added a kernel option to change the number of processing packetsyamaguchi
2021-05-17Make vers.c depend on ${_NETBSD_VERSION_DEPENDS}.nakayama
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-05-14Add a parameter to change keepalive interval in each PPPoE I/Fyamaguchi
2021-05-14Added SPPP_NORECV_TIME option to change pp_max_noreceiveyamaguchi
2021-05-14Introduce SPPP_KEEPALIVE_INTERVAL optionyamaguchi
2021-05-02sys/conf/lint.mk: fix order of command line optionsrillig
2021-05-02sys/conf/lint.mk: allow GCC extensions in the kernelrillig
2021-05-02sys/conf/lint.mk: a small step for linting the kernelrillig
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-04-06Revert rev 1.278 which tried to call ctfmerge only once - this hassimonb
2021-04-05Don't use /usr/bin/time (it is not portable)christos
2021-04-05Move the ctfmerge call from SYSTEM_LD_TAIL (used by both STAGE1 and STAGE2)simonb
2021-02-06defflag USBHIST_PRINTdbj
2021-01-31sys/conf: remove useless dollars from Makefile.kern.incrillig
2021-01-16remove unused "_DIAGNOSTIC" option and opt_diagnostic.h.chs
2021-01-01welcome 2021. YES.mrg
2020-12-06acpi: add character device for accessing ACPI tablesjmcneill
2020-11-12Set a better default for MAXFILES on larger RAM machines if notsimonb
2020-10-27move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm...ryo
2020-09-27Wups, forgot to commit this with vether.roy
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-28Nix trailing whitespace.riastradh
2020-08-20[ozaki-r] Changes to the kernel core for wireguardriastradh
2020-08-01Remove references to BRIDGE_IPF, it is now compiled in by default.maxv
2020-07-26Add driver for Intel XMM7360 LTE modem, based upon Linux driver availablejdolecek
2020-07-25New ChaCha API in kernel.riastradh
2020-07-25Convert ieee80211_crypto_ccmp.c to new aes_ccm API.riastradh
2020-07-22enable -Walloca, warn if something uses alloca()jdolecek
2020-07-09factor out common code.christos
2020-07-08Drop -fstack-usage* from CFLAGS passed genassym.uwe
2020-06-29New cgd cipher adiantum.riastradh
2020-06-29cgd(4): Switch from legacy rijndael API to new aes API.riastradh
2020-06-29Rework AES in kernel to finally address CVE-2005-1797.riastradh