| Commit message (Expand) | Author | Files | Lines |
2016-01-27 | Properly initialize sin_family. |  jca | 3 | -3/+6 |
2016-01-27 | make the debug messages a bit more useful here |  djm | 1 | -11/+16 |
2016-01-27 | Nope. Missed a couple of '{}' that could go. |  krw | 1 | -8/+5 |
2016-01-27 | Nuke another (and I hope final) batch of superfluous '{}' around single |  krw | 3 | -38/+24 |
2016-01-26 | Rework and simplify string argument parsing. All string arguments are at |  krw | 3 | -95/+78 |
2016-01-26 | spacing |  rpe | 1 | -2/+2 |
2016-01-26 | - state keys imported by if_pfsync trip refcnt != ~0 Assert |  sashan | 1 | -1/+3 |
2016-01-26 | dpme_name and dpme_type are NUL-terminated in Apple code, so use |  krw | 4 | -15/+26 |
2016-01-26 | Remove needless zeroing. Anonymously mapped memory is always zeroed. |  mmcc | 1 | -2/+1 |
2016-01-26 | typos |  mmcc | 2 | -4/+4 |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 |  mmcc | 4 | -9/+9 |
2016-01-26 | ensure the backup file has the same mtime as the original file, this is in line |  jasper | 1 | -1/+8 |
2016-01-26 | remove a useless macro |  mmcc | 2 | -10/+5 |
2016-01-26 | Convert membar_* operations to bus_dmamap_sync calls |  mikeb | 1 | -11/+33 |
2016-01-26 | Whitespace, line wrapping fixes. Nuke many superfluous '{}' around single |  krw | 5 | -138/+94 |
2016-01-26 | Rewrite tx path to use flat transmit ring without fragment chains |  mikeb | 1 | -37/+72 |
2016-01-26 | Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event |  mikeb | 1 | -11/+11 |
2016-01-26 | Whitespace, line wrapping fixes. |  krw | 4 | -31/+31 |
2016-01-26 | No need to take a grant table entry mutex in xen_grant_table_{enter,remove} |  mikeb | 1 | -6/+3 |
2016-01-26 | Don't crash dumping malloc stats if malloc_init hasn't been called, noted by |  otto | 1 | -1/+3 |
2016-01-26 | Add a grant table reference invalidation spin out check |  mikeb | 1 | -2/+12 |
2016-01-26 | Implement a rather conservative bus_dmamap_sync API |  mikeb | 1 | -2/+13 |
2016-01-26 | Make sure to use locked atomic operations even on the SP kernel |  mikeb | 1 | -4/+13 |
2016-01-26 | When encoding fails in fputwc(3), set the error indicator as required |  schwarze | 1 | -2/+2 |
2016-01-26 | Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip |  reyk | 1 | -8/+11 |
2016-01-26 | lseek() + write() can be replaced by a slightly shorter ftruncate() |  reyk | 1 | -15/+5 |
2016-01-26 | The division "res->size /= 1024 / 1024" is a no-op: 1024 / 1024 is |  reyk | 1 | -4/+1 |
2016-01-26 | Simplify logic of read_partition_map(), junking retries with various sizes |  krw | 1 | -56/+27 |
2016-01-26 | prettify a NULL test in vr_start. |  dlg | 1 | -2/+2 |
2016-01-26 | dont leak mbufs on encap failure. |  dlg | 1 | -1/+2 |
2016-01-26 | Remove a fancy macro that calculates the necessary buffer size for |  mmcc | 4 | -13/+6 |
2016-01-25 | Two more for the attic. |  krw | 2 | -183/+0 |
2016-01-25 | localize _clist |  rpe | 1 | -3/+2 |
2016-01-25 | Use new read/write_block0 and read/write_dpme which handle any |  krw | 8 | -93/+53 |
2016-01-25 | Add read/write_block0 and read/write_dpme functions, not yet used. |  krw | 2 | -2/+308 |
2016-01-25 | fix exit status on pledge(2) failure. |  gsoares | 1 | -2/+2 |
2016-01-25 | Tweak fields in struct dpme to be more consistent with Apple's info. |  krw | 4 | -62/+43 |
2016-01-25 | Fix a crash as found by sthen@ |  martijn | 1 | -3/+13 |
2016-01-25 | remove pointless log message; As a bonus avoid trigraph '??' |  gsoares | 1 | -2/+1 |
2016-01-25 | (hidden) is more readable than (??????) and avoid trigraph |  gsoares | 1 | -2/+2 |
2016-01-25 | Remove unused header |  mestre | 1 | -2/+1 |
2016-01-25 | - plugging massive pf_state_key leak |  sashan | 2 | -11/+22 |
2016-01-25 | Convert to uiomove(). Diff from Martin Natano. |  stefan | 1 | -4/+5 |
2016-01-25 | Don't count the total number of Xen upcalls |  mikeb | 3 | -8/+5 |
2016-01-25 | Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g. |  stsp | 2 | -5/+11 |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. |  stsp | 3 | -9/+11 |
2016-01-25 | Do not mix variable declaration and logic. |  mpi | 1 | -4/+3 |
2016-01-25 | Kill "#if 0" version of ddb_init(). |  mpi | 1 | -34/+1 |
2016-01-25 | Kill trailing whitespaces. No object change. |  mpi | 22 | -167/+167 |
2016-01-25 | Add short comments explaining HT protection modes. |  stsp | 1 | -5/+5 |