summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-29Tweak printing of partitions. Always show the pblock info in theKenneth R Westerback
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
2016-01-29Check that byte order is native only if we're using more than oneAlexandre Ratchov
2016-01-29sort includesmmcc
2016-01-29remove unneeded CHAR_BIT macrommcc
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.Alexandre Ratchov
2016-01-29Shorter names means a few whitespace adjustments.Kenneth R Westerback
2016-01-29Rename struct partition_map_header to struct partition_map. No change toKenneth R Westerback
2016-01-29Rename struct partition_map to struct entry. No change to .o files.Kenneth R Westerback
2016-01-29Conform to Apple Mac OS X's behaviour of setting dpme_flags on freeKenneth R Westerback
2016-01-29remove unused fieldEric Faurot
2016-01-29Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free'Kenneth R Westerback
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2004-04-07import openssl-0.9.7dMarkus Friedl
2016-01-29Simplify code: hasrun is confusing and useless. There is no wayEric Faurot
2016-01-29We're not allowed to change audio parameters while the device isAlexandre Ratchov
2016-01-29Display play and record parameters that are not independentAlexandre Ratchov
2016-01-29Remove the query queueing mechanism. It's useless since pipelining isEric Faurot
2016-01-29include packet type of non-data packets in debug3 output;Damien Miller
2016-01-29Add regression test for RekeyLimit parsing of >32bit values (4G and 8G).Darren Tucker
2016-01-29remove superfluous macrommcc
2016-01-29Revert "account for packets buffered but not yet processed" change as itDarren Tucker
2016-01-29syncJonathan Gray
2016-01-29install the relayd mibJonathan Gray
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returnDarren Tucker
2016-01-29Account for packets buffered but not yet processed when computing whether orDarren Tucker
2016-01-29Fix err.h uses, reporting errno when available and simplifying errormmcc
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
2016-01-28sigsuspend is section 2, not 3.Jason McIntyre
2016-01-28Flip base_order to a LIST().Kenneth R Westerback
2016-01-28Delete a bunch of Morris dancing in delete_partition_from_map().Kenneth R Westerback
2016-01-28Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n").martijn
2016-01-28Hand rolled lists suck. First, replace disk_order with an LIST.Kenneth R Westerback
2016-01-28Oops. Deleted one too many lines. Need to advance pointer when traversingKenneth R Westerback
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-28malloc(3) returns a pointer, so check against NULL, not 0. (No functional cha...Gleydson Soares
2016-01-28When adding a new partition to the map, use only existing mappedKenneth R Westerback
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),Ingo Schwarze
2016-01-28Document the new daemon status check.Ingo Schwarze
2016-01-28Run "rcctl ls faulty", which is silent when all services work as expected.Ingo Schwarze
2016-01-28Correct bit flag tests to work as intended.Jonathan Gray
2016-01-28Since we don't allow maps to be created or opened with an invalidKenneth R Westerback
2016-01-28Use consistent 'return' idiom -- no parenthesis since that was the styleKenneth R Westerback
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-28avoid Xr to self;Jason McIntyre
2016-01-28Correct date for Australia Day. From Ian Mcwilliam, ok jmc.Darren Tucker
2016-01-28Document the pvbus(4) IOCTL INTERFACE.Reyk Floeter
2016-01-28Simplify the query-chain code now that events are sent through a dedicated loop.Eric Faurot
2016-01-28more tweaks; ok krwJason McIntyre