Age | Commit message (Collapse) | Author |
|
struct block0 into struct partition_map. Easier to read code.
|
|
performance optimized. New logic will simplify merging struct
dpme into struct entry.
|
|
a malloc() or calloc() fails. Simplifies a bunch of logic, makes
add_data_to_map() always succeed or exit, so make it a void.
|
|
KNF: Remove parentheses from return lines. No object change.
This makes emacs.c and prompt.c identical to the NetBSD versions.
It reduces the remaining diff from +2053 -1261 to +1526 -734.
OK czarkoff@
|
|
triggered by a frequently asked question by Paolo Aglialoro on misc@;
using snmpd(8) on inet6(4) as an example suggested by sthen@;
tweaks and OK ajacoutot@.
|
|
the same way (e.g., PKG_PATH=ftp.openbsd.org will work)
okay sthen@
|
|
next packet is transmitted) regression
with help and ok florian@
|
|
no change in the generated source files
|
|
|
|
|
|
* rename fkey_t to funckey_t and el_term_t to el_terminal_t
* rename struct editline member el_term to el_terminal
* rename many functions in terminal.c from term_*() to terminal_*(),
for consistency with the file name and to not look related to <term.h>
No functional change.
This makes refresh.c and sig.c almost identical to the NetBSD versions.
It reduces the remaining diff from +2446 -1805 to +2053 -1420.
OK czarkoff@
|
|
|
|
|
|
and read/write_block0() can move the data from/to disk to/from
appropriate fields anywhere. Removes a bunch of dereferencing,
malloc'ing and pointer checking.
|
|
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.
|