summaryrefslogtreecommitdiffstats
path: root/sys/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-enable POOL_DEBUG for -current.lteo2018-10-181-2/+2
* we are now working on 6.4-currentderaadt2018-10-131-3/+3
* POOL_DEBUG is disabled for releasederaadt2018-10-081-2/+2
* unmark -beta. There is still development happening, and we aren'tderaadt2018-09-291-3/+3
* Rework kcov kernel config. Instead of treating kcov as both an option and aanton2018-08-211-1/+4
* crank to 6.4-betaderaadt2018-08-101-4/+4
* Unveiling unveil(2).beck2018-07-131-1/+2
* Remove raw_usrreq and raw_cb, nothing is using them anymore.claudio2018-07-101-2/+1
* Allow pluart(4) to attach to acpi(4).kettenis2018-07-021-1/+5
* add a small driver for AMDs cryptographic co processor.dlg2018-04-201-1/+5
* take us to 6.3-currentderaadt2018-03-272-5/+5
* disable POOL_DEBUG for releasebenno2018-03-141-2/+2
* we head to release soonderaadt2018-03-141-3/+3
* oops, skipped a step cranking to 6.3-betaderaadt2018-02-281-2/+2
* move to 6.3-betaderaadt2018-02-281-3/+3
* prune files.* entries that refer to files not in treejsg2018-02-141-3/+1
* kern_mutex.c is gone.mpi2018-02-141-2/+1
* dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUGdlg2018-02-071-1/+2
* split mobileip(4) out from the gre(4) driver.dlg2018-02-072-3/+5
* syncookies for pf.henning2018-02-061-1/+2
* Run newvers.sh with umask 007 to work around permission issues thattb2018-02-061-1/+3
* Remove tcp_acounts, some tcp_usrreq() counting from 1981. Alsobluhm2018-02-051-1/+0
* Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.mpi2018-01-251-1/+1
* Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesjcs2017-11-161-1/+5
* remove MALLOC_DEBUGdlg2017-11-141-2/+1
* Inline trivial functions from raw_cb.c and tedu it.florian2017-11-031-2/+1
* Remove the TCP_FACK option and associated #if{,n}def code.job2017-10-251-2/+1
* Unconditionally enable TCP selective acknowledgements (SACK)mikeb2017-10-221-2/+1
* Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. Thepatrick2017-10-111-1/+5
* re-enable POOL_DEBUG after the releasenaddy2017-10-041-2/+2
* reminder to create <version>.html and roll errata pages for release.benno2017-10-041-1/+4
* 6.2-current, back to workderaadt2017-10-041-3/+3
* work around config(8) modifying bss, using __attribute__ ((section(".data"))).deraadt2017-10-031-2/+2
* disable POOL_DEBUG for releasejsg2017-09-261-2/+2
* take us out of -betaderaadt2017-09-251-3/+3
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-2/+1
* crank to 6.2-betaderaadt2017-08-201-4/+4
* Merge DDBCTF into DDB.mpi2017-08-112-4/+3
* Give back some space to the ramdisk by compiling net/radix.c onlyflorian2017-07-311-2/+2
* Switch installer to Allotment Routing Table (ART).florian2017-07-302-4/+3
* Pass the linker from make environment to makegap.sh. This is (only)visa2017-07-161-1/+1
* hfsc.c should depend on pf instead of inetmikeb2017-06-281-3/+3
* RANDOM1 was subject to rather bad modulus bias. Improve the situation a bittb2017-06-261-5/+17
* note.ABI-tag and .MIPS.options are not needed anymore whenderaadt2017-06-261-3/+0
* lld's linker-script parser has to be fixed to accept ; after LONG()deraadt2017-06-251-3/+3
* ldd is more strict wrt semicolons, they can only appear after anotto2017-06-251-3/+3
* Generate a gap.link script, and use that to generate gap.o. On multi-ABIderaadt2017-06-221-29/+59
* include machine/param.h before machine.asm.h because uhm alpha.deraadt2017-06-051-1/+1
* Avoid use of _C_LABEL, since it is not portable to all our architectures.deraadt2017-06-051-1/+1
* Don't need to provide a padbyte value for .bss, it will always be 0deraadt2017-06-041-1/+1