| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r281220 and r281024, so that the new content added and its | hselasky | 2015-04-07 | 1 | -3/+3 |
* | Just briefly mention about the dangers of non-random IP IDs. | hselasky | 2015-04-07 | 1 | -16/+4 |
* | Add a missing comma. | brueffer | 2015-04-07 | 1 | -1/+1 |
* | Add more documentation about the "net.inet.ip.random_id" sysctl knob | hselasky | 2015-04-03 | 1 | -3/+15 |
* | o Use new function ip_fillid() in all places throughout the kernel, | glebius | 2015-04-01 | 1 | -3/+15 |
* | Mention support for 16h family processors, added in r263169. | brueffer | 2015-03-27 | 1 | -3/+3 |
* | Corrected descriptions of net.inet.icmp.icmplim and icmplim_output. | ru | 2015-03-26 | 1 | -5/+3 |
* | mdoc cleanup; fix spelling; Xref ixlv.4 | brueffer | 2015-03-25 | 1 | -11/+14 |
* | Fix a typo and EOL whitespace missed in the previous commit. | brueffer | 2015-03-25 | 1 | -3/+3 |
* | mdoc cleanup; fix spelling. | brueffer | 2015-03-25 | 1 | -7/+6 |
* | Bump .Dd | ngie | 2015-03-24 | 1 | -1/+1 |
* | The number of commands added when ddb(4) is enabled is 3, not 2 | ngie | 2015-03-24 | 1 | -1/+1 |
* | Remove from legacy ata(4) driver support for hardware, supported by newer | mav | 2015-03-24 | 4 | -47/+10 |
* | Fix grammar in epair(4) man page | allanjude | 2015-03-20 | 1 | -6/+8 |
* | Add a driver for the Dallas/Maxim DS1307, another common i2c RTC. | loos | 2015-03-20 | 2 | -0/+132 |
* | Fix some style issues. | hselasky | 2015-03-19 | 1 | -2/+4 |
* | Add more known bugs to the USB audio manual page. | hselasky | 2015-03-19 | 1 | -9/+22 |
* | Add connection flow type to siftr(4). | hiren | 2015-03-19 | 1 | -0/+9 |
* | Add connection flowid to siftr(4). | hiren | 2015-03-18 | 1 | -1/+8 |
* | Update ucom(4) with information about the new PPS capture abilities. | ian | 2015-03-18 | 1 | -4/+27 |
* | sfxge: add tunables to control LRO parameters on driver load time | arybchik | 2015-03-17 | 1 | -0/+21 |
* | Bump the date after the `show devmap` addition. | stas | 2015-03-17 | 1 | -1/+1 |
* | Document the `show devmap` DDB command. | stas | 2015-03-17 | 1 | -0/+7 |
* | Bump .Dd to current date (which I should have done as part of initial | loos | 2015-03-07 | 2 | -1/+2 |
* | Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM) | loos | 2015-02-28 | 1 | -0/+145 |
* | Significant upgrades to sa(4) and mt(1). | ken | 2015-02-23 | 2 | -23/+132 |
* | sfxge: add indefinite article and update timestamp | arybchik | 2015-02-22 | 1 | -2/+2 |
* | Add cxl(4) and if_cxl(4) as links to cxgbe(4). | np | 2015-02-20 | 1 | -1/+3 |
* | Properly mark up author name. | brueffer | 2015-02-20 | 1 | -1/+1 |
* | Properly mark up author name. | brueffer | 2015-02-20 | 1 | -1/+1 |
* | Apply mdoc style. | brueffer | 2015-02-20 | 1 | -8/+13 |
* | Add rudimentary man page for llan(4) virtualized ethernet controllers. | nwhitehorn | 2015-02-20 | 2 | -0/+62 |
* | Xref the following in wlan(4): | kevlo | 2015-02-16 | 1 | -1/+3 |
* | Import USB display link driver from OpenBSD. Support for compression | hselasky | 2015-02-15 | 2 | -0/+68 |
* | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; | cperciva | 2015-02-12 | 1 | -1/+1 |
* | Add preliminary support for the Ralink RT5390 and RT5392 chipsets. | kevlo | 2015-02-11 | 1 | -1/+9 |
* | Bump .Dd per r278329 | ngie | 2015-02-06 | 1 | -1/+1 |
* | Document WITNESS_COUNT and WITNESS_NO_VNODE | ngie | 2015-02-06 | 1 | -0/+24 |
* | Clean up more usb related files when MK_USB == no when dealing with | ngie | 2015-02-04 | 1 | -57/+62 |
* | sfxge: Separate software Tx queue limit for non-TCP traffic | arybchik | 2015-01-29 | 1 | -4/+12 |
* | sfxge: implemented parameter to restrict RSS channels | arybchik | 2015-01-29 | 1 | -0/+4 |
* | Add MK_BHYVE knob for building and installing bhyve(4), et al | ngie | 2015-01-26 | 1 | -1/+4 |
* | Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc | ngie | 2015-01-25 | 1 | -1/+5 |
* | Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel | ngie | 2015-01-25 | 1 | -2/+6 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 1 | -2/+6 |
* | Eliminate SIOCGIFADDR handling in bpf. | melifaro | 2015-01-16 | 1 | -2/+0 |
* | Add needed bits to the Makefile, and the Mt to the emails. | jfv | 2015-01-15 | 3 | -4/+8 |
* | First draft man pages for ixl and ixlv drivers. | jfv | 2015-01-15 | 2 | -0/+328 |
* | Mdoc markup and style cleanup. | brueffer | 2015-01-12 | 1 | -8/+14 |
* | Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The | glebius | 2015-01-12 | 1 | -7/+1 |