summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/ext/async/sqlite3async.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-29Remove code that has been disabled for almost 20 years:tb1-39/+1
2016-01-29Add do_dump_map() to make command processing more consistent. Passkrw1-3/+12
2016-01-29Use apmd instead of ntpd in the example since the later is on by default.ajacoutot1-9/+10
2016-01-29Second step in synching with NetBSD:schwarze9-212/+213
2016-01-29Add support for "control/shutdown" power management facilitymikeb2-3/+57
2016-01-29Add support for XS_WATCH: XenStore notification facilitymikeb4-34/+150
2016-01-29Cleanup XenStore APImikeb4-64/+78
2016-01-29Base 10 should be enough for anybody! Allowing hex and octal numberkrw1-37/+21
2016-01-29Warn of partitions extending past the end of the media.krw1-1/+7
2016-01-29Start synching with NetBSD:schwarze6-17/+17
2016-01-29Tweak printing of partitions. Always show the pblock info in thekrw1-25/+7
2016-01-29use hid_desc fields since we have them, instead of manual offsetsjcs1-34/+23
2016-01-29Check that byte order is native only if we're using more than oneratchov1-2/+2
2016-01-29sort includesmmcc1-8/+7
2016-01-29remove unneeded CHAR_BIT macrommcc1-4/+0
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.ratchov1-6/+12
2016-01-29Shorter names means a few whitespace adjustments.krw3-23/+18
2016-01-29Rename struct partition_map_header to struct partition_map. No change tokrw5-92/+92
2016-01-29Rename struct partition_map to struct entry. No change to .o files.krw3-61/+61
2016-01-29Conform to Apple Mac OS X's behaviour of setting dpme_flags on freekrw1-9/+9
2016-01-29remove unused fielderic1-4/+1
2016-01-29Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free'krw1-8/+2
2016-01-29Therefor -> Therefore (where appropriate)tb6-10/+10
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm6-62/+216
2016-01-29Simplify code: hasrun is confusing and useless. There is no wayeric1-11/+3
2016-01-29We're not allowed to change audio parameters while the device isratchov1-15/+5
2016-01-29Display play and record parameters that are not independentratchov1-22/+26
2016-01-29Remove the query queueing mechanism. It's useless since pipelining iseric1-29/+2
2016-01-29include packet type of non-data packets in debug3 output;djm1-2/+19
2016-01-29Add regression test for RekeyLimit parsing of >32bit values (4G and 8G).dtucker1-2/+4
2016-01-29remove superfluous macrommcc2-2/+1
2016-01-29Revert "account for packets buffered but not yet processed" change as itdtucker1-8/+3
2016-01-29syncjsg1-0/+1
2016-01-29install the relayd mibjsg1-1/+2
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returndtucker5-27/+22
2016-01-29Account for packets buffered but not yet processed when computing whether ordtucker1-3/+8
2016-01-29Fix err.h uses, reporting errno when available and simplifying errormmcc1-13/+13
2016-01-29Move a pool_put() to avoid a use after free.jsg1-3/+2
2016-01-28sigsuspend is section 2, not 3.jmc1-2/+2
2016-01-28Flip base_order to a LIST().krw2-62/+41
2016-01-28Delete a bunch of Morris dancing in delete_partition_from_map().krw1-27/+16
2016-01-28Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n").martijn1-2/+4
2016-01-28Hand rolled lists suck. First, replace disk_order with an LIST.krw4-80/+43
2016-01-28Oops. Deleted one too many lines. Need to advance pointer when traversingkrw1-1/+2
2016-01-28Convert to uiomove. Diff from Martin Natano.stefan2-7/+7
2016-01-28malloc(3) returns a pointer, so check against NULL, not 0. (No functional change)gsoares3-7/+7
2016-01-28When adding a new partition to the map, use only existing mappedkrw1-47/+2
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),schwarze2-12/+7
2016-01-28Document the new daemon status check.schwarze1-2/+7
2016-01-28Run "rcctl ls faulty", which is silent when all services work as expected.schwarze1-1/+4