| Commit message (Collapse) | Author | Files | Lines |
|
No need for bauds structure, since handled by cfsetspeed.
From Chris Bennett, thanks!
ok millert@
|
|
1/0 (a.k.a. vverbose/not verbose) do do_dump_map() to differentiate
P/p.
|
|
|
|
* Rename some types from *key*_t to *keymacro*_t.
* Rename struct editline member el_key to el_keymacro.
* Rename some functions in keymacro.c from key*() to keymacro*().
This removes the conflict of key_clear(), key_end(), and key_print()
with macros in <term.h>. No functional change.
This makes keymacro.h identical to the NetBSD version.
It reduces the remaining diff from +2640 -1998 to +2446 -1805.
OK czarkoff@
|
|
At the moment only "poweroff" and "reboot" actions are supported.
Suspend/resume requires additional changes.
|
|
After configuring a watch for the node, XenStore will asynchronously
notify the system when the value of the specified node changes with
an event message.
|
|
Turns out that we want to let devices choose whether they're issuing
XenStore requests to the backend or frontend. This also unifies the
the API somewhat as providing the xen softcore structure is now
mandatory.
|
|
input for partition id's, partition starting points and partition
sizes is silly, especially since we never display anything but base
10 numbers.
Also ensure that numbers end with a space, tab or newline.
|
|
|
|
Rename the files key.[hc] to keymacro.[hc] and term.[hc] to terminal.[hc].
The change makes sense because "term.h" conflicts with <term.h>
and the functions key_clear(), key_end(), and key_print() in "key.h"
conflict with macros in <term.h>.
No content change yet, no binary change in *.o after "strip -d".
This reduces the remaining diff from +4634 -3992 to +2640 -1998.
OK czarkoff@, and mmcc@ agrees with the direction.
|
|
'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.
|
|
into hid_desc_buf
tested by jsg
|
|
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.
|
|
from Michael Reed
|
|
from Michael Reed
|
|
|
|
|
|
.o files.
|
|
|
|
partitions to 0, and setting them to VALID | ALLOCATED on the map
partition.
|
|
|
|
partitions a name. Nuke kFreeName.
|
|
from ray@, ok jmc@
|
|
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.
|
|
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@
|
|
in use by another program. Explain that and remove wrong example.
|
|
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
|
|
not supported anyway.
ok sunil@ gilles@
|
|
ok markus dtucker
|
|
|
|
ok nicm
|
|
breaks for very small RekeyLimit values due to continuous rekeying. ok djm@
|
|
|
|
ok blambert@
|
|
type of scan_scaled). Part of bz#2521, ok djm.
|
|
not it is time to perform rekeying. bz#2521, based loosely on a patch from
olo at fb.com, ok djm@
|
|
messages.
Partially from Michael Reed.
|
|
ok mlarkin@ stefan@
|
|
|
|
|
|
No need to create a new dpme. Just rename/retype the existing and
let combine_entry() suck in any surrounding empty space partitions.
|
|
Present since ssl support was initially added in OpenBSD 4.0
Found by sthen@ via github downtime
OK sthen@
|
|
|
|
list.
|
|
|
|
OK millert@
|
|
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.
|
|
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@
|
|
|
|
Based on an original idea and a different patch from landry@.
OK jung@ zhuk@ landry@
krw@ agreed to the general idea
|