summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-29Tweak printing of partitions. Always show the pblock info in theKenneth R Westerback
'p' command output. And always show the lblock info in the 'P' command. Showing sometimes one and sometimes another with a subtle extra character to indicate which is being shown is error prone.
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
into hid_desc_buf tested by jsg
2016-01-29Check that byte order is native only if we're using more than oneAlexandre Ratchov
byte per sample, check that samples are lsb-aligned only if there's padding. Fixes unsupported parameters not being detected if compiled in 24-bit mode and sndiod is not running.
2016-01-29sort includesmmcc
from Michael Reed
2016-01-29remove unneeded CHAR_BIT macrommcc
from Michael Reed
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
.o files.
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
partitions to 0, and setting them to VALID | ALLOCATED on the map partition.
2016-01-29remove unused fieldEric Faurot
2016-01-29Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free'Kenneth R Westerback
partitions a name. Nuke kFreeName.
2016-01-29Therefor -> Therefore (where appropriate)tb
from ray@, ok jmc@
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
wasting unnecessary space. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry), if not tmux will map to the closest of the 256 or 16 colour palettes. Mostly from Suraj N Kurapati, based on a diff originally by someone else.
2004-04-07import openssl-0.9.7dMarkus Friedl
2016-01-29Simplify code: hasrun is confusing and useless. There is no wayEric Faurot
filter_drain_query() can be called when the ->current filter is still running the query. Just make sure we move forward after having received the response from the current filter. ok gilles@
2016-01-29We're not allowed to change audio parameters while the device isAlexandre Ratchov
in use by another program. Explain that and remove wrong example.
2016-01-29Display play and record parameters that are not independentAlexandre Ratchov
as a single variable (this corresponds to the way the audio driver handles them). As we're at it, drop unused/duplicate parameters. ok mpi
2016-01-29Remove the query queueing mechanism. It's useless since pipelining isEric Faurot
not supported anyway. ok sunil@ gilles@
2016-01-29include packet type of non-data packets in debug3 output;Damien Miller
ok markus dtucker
2016-01-29Add regression test for RekeyLimit parsing of >32bit values (4G and 8G).Darren Tucker
2016-01-29remove superfluous macrommcc
ok nicm
2016-01-29Revert "account for packets buffered but not yet processed" change as itDarren Tucker
breaks for very small RekeyLimit values due to continuous rekeying. ok djm@
2016-01-29syncJonathan Gray
2016-01-29install the relayd mibJonathan Gray
ok blambert@
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returnDarren Tucker
type of scan_scaled). Part of bz#2521, ok djm.
2016-01-29Account for packets buffered but not yet processed when computing whether orDarren Tucker
not it is time to perform rekeying. bz#2521, based loosely on a patch from olo at fb.com, ok djm@
2016-01-29Fix err.h uses, reporting errno when available and simplifying errormmcc
messages. Partially from Michael Reed.
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
ok mlarkin@ stefan@
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
No need to create a new dpme. Just rename/retype the existing and let combine_entry() suck in any surrounding empty space partitions.
2016-01-28Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n").martijn
Present since ssl support was initially added in OpenBSD 4.0 Found by sthen@ via github downtime OK sthen@
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
list.
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 ↵Gleydson Soares
change) OK millert@
2016-01-28When adding a new partition to the map, use only existing mappedKenneth R Westerback
space. Don't try to create new free space partitions to use. If the map does not know about all of the space on the disk, it is broken.
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),Ingo Schwarze
but it is likely to remain in POSIX for the forseeable future, and there is nothing wrong with using it, so remove the marker. By contrast, POSIX 2008 now declared setitimer(3) obsolescent. While here, remove a few cross references pointing to obsolete or non-standard functions and update the POSIX reference. Triggered by a question from <ChrisBennett at bennettconstruction dot us>. OK millert@ tb@
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
Based on an original idea and a different patch from landry@. OK jung@ zhuk@ landry@ krw@ agreed to the general idea
2016-01-28Correct bit flag tests to work as intended.Jonathan Gray
ok renato@
2016-01-28Since we don't allow maps to be created or opened with an invalidKenneth R Westerback
block0, there is no point in checking later if block0 has magically become invalid.
2016-01-28Use consistent 'return' idiom -- no parenthesis since that was the styleKenneth R Westerback
of the existing code.
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
Remove leftover code that was used to set v2 of Grant Table entries. From Nathanael Rensen <nathanael at list ! polymorpheus ! com>, thanks!
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
ok gilles@ jung@
2016-01-28more tweaks; ok krwJason McIntyre