| Commit message (Expand) | Author | Files | Lines |
2016-01-29 | Remove code that has been disabled for almost 20 years: |  tb | 1 | -39/+1 |
2016-01-29 | Add do_dump_map() to make command processing more consistent. Pass |  krw | 1 | -3/+12 |
2016-01-29 | Use apmd instead of ntpd in the example since the later is on by default. |  ajacoutot | 1 | -9/+10 |
2016-01-29 | Second step in synching with NetBSD: |  schwarze | 9 | -212/+213 |
2016-01-29 | Add support for "control/shutdown" power management facility |  mikeb | 2 | -3/+57 |
2016-01-29 | Add support for XS_WATCH: XenStore notification facility |  mikeb | 4 | -34/+150 |
2016-01-29 | Cleanup XenStore API |  mikeb | 4 | -64/+78 |
2016-01-29 | Base 10 should be enough for anybody! Allowing hex and octal number |  krw | 1 | -37/+21 |
2016-01-29 | Warn of partitions extending past the end of the media. |  krw | 1 | -1/+7 |
2016-01-29 | Start synching with NetBSD: |  schwarze | 6 | -17/+17 |
2016-01-29 | Tweak printing of partitions. Always show the pblock info in the |  krw | 1 | -25/+7 |
2016-01-29 | use hid_desc fields since we have them, instead of manual offsets |  jcs | 1 | -34/+23 |
2016-01-29 | Check that byte order is native only if we're using more than one |  ratchov | 1 | -2/+2 |
2016-01-29 | sort includes |  mmcc | 1 | -8/+7 |
2016-01-29 | remove unneeded CHAR_BIT macro |  mmcc | 1 | -4/+0 |
2016-01-29 | Move the AUDIO_GETDEV ioctl in its own routine. |  ratchov | 1 | -6/+12 |
2016-01-29 | Shorter names means a few whitespace adjustments. |  krw | 3 | -23/+18 |
2016-01-29 | Rename struct partition_map_header to struct partition_map. No change to |  krw | 5 | -92/+92 |
2016-01-29 | Rename struct partition_map to struct entry. No change to .o files. |  krw | 3 | -61/+61 |
2016-01-29 | Conform to Apple Mac OS X's behaviour of setting dpme_flags on free |  krw | 1 | -9/+9 |
2016-01-29 | remove unused field |  eric | 1 | -4/+1 |
2016-01-29 | Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free' |  krw | 1 | -8/+2 |
2016-01-29 | Therefor -> Therefore (where appropriate) |  tb | 6 | -10/+10 |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid |  nicm | 6 | -62/+216 |
2016-01-29 | Simplify code: hasrun is confusing and useless. There is no way |  eric | 1 | -11/+3 |
2016-01-29 | We're not allowed to change audio parameters while the device is |  ratchov | 1 | -15/+5 |
2016-01-29 | Display play and record parameters that are not independent |  ratchov | 1 | -22/+26 |
2016-01-29 | Remove the query queueing mechanism. It's useless since pipelining is |  eric | 1 | -29/+2 |
2016-01-29 | include packet type of non-data packets in debug3 output; |  djm | 1 | -2/+19 |
2016-01-29 | Add regression test for RekeyLimit parsing of >32bit values (4G and 8G). |  dtucker | 1 | -2/+4 |
2016-01-29 | remove superfluous macro |  mmcc | 2 | -2/+1 |
2016-01-29 | Revert "account for packets buffered but not yet processed" change as it |  dtucker | 1 | -8/+3 |
2016-01-29 | sync |  jsg | 1 | -0/+1 |
2016-01-29 | install the relayd mib |  jsg | 1 | -1/+2 |
2016-01-29 | Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return |  dtucker | 5 | -27/+22 |
2016-01-29 | Account for packets buffered but not yet processed when computing whether or |  dtucker | 1 | -3/+8 |
2016-01-29 | Fix err.h uses, reporting errno when available and simplifying error |  mmcc | 1 | -13/+13 |
2016-01-29 | Move a pool_put() to avoid a use after free. |  jsg | 1 | -3/+2 |
2016-01-28 | sigsuspend is section 2, not 3. |  jmc | 1 | -2/+2 |
2016-01-28 | Flip base_order to a LIST(). |  krw | 2 | -62/+41 |
2016-01-28 | Delete a bunch of Morris dancing in delete_partition_from_map(). |  krw | 1 | -27/+16 |
2016-01-28 | Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n"). |  martijn | 1 | -2/+4 |
2016-01-28 | Hand rolled lists suck. First, replace disk_order with an LIST. |  krw | 4 | -80/+43 |
2016-01-28 | Oops. Deleted one too many lines. Need to advance pointer when traversing |  krw | 1 | -1/+2 |
2016-01-28 | Convert to uiomove. Diff from Martin Natano. |  stefan | 2 | -7/+7 |
2016-01-28 | malloc(3) returns a pointer, so check against NULL, not 0. (No functional change) |  gsoares | 3 | -7/+7 |
2016-01-28 | When adding a new partition to the map, use only existing mapped |  krw | 1 | -47/+2 |
2016-01-28 | The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), |  schwarze | 2 | -12/+7 |
2016-01-28 | Document the new daemon status check. |  schwarze | 1 | -2/+7 |
2016-01-28 | Run "rcctl ls faulty", which is silent when all services work as expected. |  schwarze | 1 | -1/+4 |