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