| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-enable POOL_DEBUG for -current. |  lteo | 2018-10-18 | 1 | -2/+2 |
* | we are now working on 6.4-current |  deraadt | 2018-10-13 | 1 | -3/+3 |
* | POOL_DEBUG is disabled for release |  deraadt | 2018-10-08 | 1 | -2/+2 |
* | unmark -beta. There is still development happening, and we aren't |  deraadt | 2018-09-29 | 1 | -3/+3 |
* | Rework kcov kernel config. Instead of treating kcov as both an option and a |  anton | 2018-08-21 | 1 | -1/+4 |
* | crank to 6.4-beta |  deraadt | 2018-08-10 | 1 | -4/+4 |
* | Unveiling unveil(2). |  beck | 2018-07-13 | 1 | -1/+2 |
* | Remove raw_usrreq and raw_cb, nothing is using them anymore. |  claudio | 2018-07-10 | 1 | -2/+1 |
* | Allow pluart(4) to attach to acpi(4). |  kettenis | 2018-07-02 | 1 | -1/+5 |
* | add a small driver for AMDs cryptographic co processor. |  dlg | 2018-04-20 | 1 | -1/+5 |
* | take us to 6.3-current |  deraadt | 2018-03-27 | 2 | -5/+5 |
* | disable POOL_DEBUG for release |  benno | 2018-03-14 | 1 | -2/+2 |
* | we head to release soon |  deraadt | 2018-03-14 | 1 | -3/+3 |
* | oops, skipped a step cranking to 6.3-beta |  deraadt | 2018-02-28 | 1 | -2/+2 |
* | move to 6.3-beta |  deraadt | 2018-02-28 | 1 | -3/+3 |
* | prune files.* entries that refer to files not in tree |  jsg | 2018-02-14 | 1 | -3/+1 |
* | kern_mutex.c is gone. |  mpi | 2018-02-14 | 1 | -2/+1 |
* | dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG |  dlg | 2018-02-07 | 1 | -1/+2 |
* | split mobileip(4) out from the gre(4) driver. |  dlg | 2018-02-07 | 2 | -3/+5 |
* | syncookies for pf. |  henning | 2018-02-06 | 1 | -1/+2 |
* | Run newvers.sh with umask 007 to work around permission issues that |  tb | 2018-02-06 | 1 | -1/+3 |
* | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also |  bluhm | 2018-02-05 | 1 | -1/+0 |
* | Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64. |  mpi | 2018-01-25 | 1 | -1/+1 |
* | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines |  jcs | 2017-11-16 | 1 | -1/+5 |
* | remove MALLOC_DEBUG |  dlg | 2017-11-14 | 1 | -2/+1 |
* | Inline trivial functions from raw_cb.c and tedu it. |  florian | 2017-11-03 | 1 | -2/+1 |
* | Remove the TCP_FACK option and associated #if{,n}def code. |  job | 2017-10-25 | 1 | -2/+1 |
* | Unconditionally enable TCP selective acknowledgements (SACK) |  mikeb | 2017-10-22 | 1 | -2/+1 |
* | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The |  patrick | 2017-10-11 | 1 | -1/+5 |
* | re-enable POOL_DEBUG after the release |  naddy | 2017-10-04 | 1 | -2/+2 |
* | reminder to create <version>.html and roll errata pages for release. |  benno | 2017-10-04 | 1 | -1/+4 |
* | 6.2-current, back to work |  deraadt | 2017-10-04 | 1 | -3/+3 |
* | work around config(8) modifying bss, using __attribute__ ((section(".data"))). |  deraadt | 2017-10-03 | 1 | -2/+2 |
* | disable POOL_DEBUG for release |  jsg | 2017-09-26 | 1 | -2/+2 |
* | take us out of -beta |  deraadt | 2017-09-25 | 1 | -3/+3 |
* | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar |  mpi | 2017-09-12 | 1 | -2/+1 |
* | crank to 6.2-beta |  deraadt | 2017-08-20 | 1 | -4/+4 |
* | Merge DDBCTF into DDB. |  mpi | 2017-08-11 | 2 | -4/+3 |
* | Give back some space to the ramdisk by compiling net/radix.c only |  florian | 2017-07-31 | 1 | -2/+2 |
* | Switch installer to Allotment Routing Table (ART). |  florian | 2017-07-30 | 2 | -4/+3 |
* | Pass the linker from make environment to makegap.sh. This is (only) |  visa | 2017-07-16 | 1 | -1/+1 |
* | hfsc.c should depend on pf instead of inet |  mikeb | 2017-06-28 | 1 | -3/+3 |
* | RANDOM1 was subject to rather bad modulus bias. Improve the situation a bit |  tb | 2017-06-26 | 1 | -5/+17 |
* | note.ABI-tag and .MIPS.options are not needed anymore when |  deraadt | 2017-06-26 | 1 | -3/+0 |
* | lld's linker-script parser has to be fixed to accept ; after LONG() |  deraadt | 2017-06-25 | 1 | -3/+3 |
* | ldd is more strict wrt semicolons, they can only appear after an |  otto | 2017-06-25 | 1 | -3/+3 |
* | Generate a gap.link script, and use that to generate gap.o. On multi-ABI |  deraadt | 2017-06-22 | 1 | -29/+59 |
* | include machine/param.h before machine.asm.h because uhm alpha. |  deraadt | 2017-06-05 | 1 | -1/+1 |
* | Avoid use of _C_LABEL, since it is not portable to all our architectures. |  deraadt | 2017-06-05 | 1 | -1/+1 |
* | Don't need to provide a padbyte value for .bss, it will always be 0 |  deraadt | 2017-06-04 | 1 | -1/+1 |