summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-10crank to 6.4-betaTheo de Raadt
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-10Remove raw_usrreq and raw_cb, nothing is using them anymore.Claudio Jeker
2018-07-02Allow pluart(4) to attach to acpi(4).Mark Kettenis
2018-04-20add a small driver for AMDs cryptographic co processor.David Gwynne
2018-03-27take us to 6.3-currentTheo de Raadt
2018-03-14disable POOL_DEBUG for releaseSebastian Benoit
2018-03-14we head to release soonTheo de Raadt
2018-02-28oops, skipped a step cranking to 6.3-betaTheo de Raadt
2018-02-28move to 6.3-betaTheo de Raadt
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-14kern_mutex.c is gone.Martin Pieuchot
2018-02-07dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUGDavid Gwynne
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne
2018-02-06syncookies for pf.Henning Brauer
2018-02-06Run newvers.sh with umask 007 to work around permission issues thatTheo Buehler
2018-02-05Remove tcp_acounts, some tcp_usrreq() counting from 1981. AlsoAlexander Bluhm
2018-01-25Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.Martin Pieuchot
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-14remove MALLOC_DEBUGDavid Gwynne
2017-11-03Inline trivial functions from raw_cb.c and tedu it.Florian Obser
2017-10-25Remove the TCP_FACK option and associated #if{,n}def code.job
2017-10-22Unconditionally enable TCP selective acknowledgements (SACK)Mike Belopuhov
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-04re-enable POOL_DEBUG after the releaseChristian Weisgerber
2017-10-04reminder to create <version>.html and roll errata pages for release.Sebastian Benoit
2017-10-046.2-current, back to workTheo de Raadt
2017-10-03work around config(8) modifying bss, using __attribute__ ((section(".data"))).Theo de Raadt
2017-09-26disable POOL_DEBUG for releaseJonathan Gray
2017-09-25take us out of -betaTheo de Raadt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-08-20crank to 6.2-betaTheo de Raadt
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-07-31Give back some space to the ramdisk by compiling net/radix.c onlyFlorian Obser
2017-07-30Switch installer to Allotment Routing Table (ART).Florian Obser
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-06-28hfsc.c should depend on pf instead of inetMike Belopuhov
2017-06-26RANDOM1 was subject to rather bad modulus bias. Improve the situation a bitTheo Buehler
2017-06-26note.ABI-tag and .MIPS.options are not needed anymore whenTheo de Raadt
2017-06-25lld's linker-script parser has to be fixed to accept ; after LONG()Theo de Raadt
2017-06-25ldd is more strict wrt semicolons, they can only appear after anOtto Moerbeek
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-05include machine/param.h before machine.asm.h because uhm alpha.Theo de Raadt
2017-06-05Avoid use of _C_LABEL, since it is not portable to all our architectures.Theo de Raadt
2017-06-04Don't need to provide a padbyte value for .bss, it will always be 0Theo de Raadt
2017-06-03".section .bss" is portable to more platforms than plain ".bss"Theo de Raadt
2017-06-03use .balign instead of .align, it is portable to more architecturesTheo de Raadt
2017-06-02typo; meant to say locore0.STheo de Raadt
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt