openbsd
9 years agoEven though i personally consider 8-bit-characters in filenames unwise,
schwarze [Thu, 1 Jan 2015 07:05:24 +0000 (07:05 +0000)]
Even though i personally consider 8-bit-characters in filenames unwise,
technically, filenames are not restricted to ASCII.
Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@.

9 years agoRemove an unnecessary freeaddrinfo() call, since errx() would free all
lteo [Thu, 1 Jan 2015 03:27:56 +0000 (03:27 +0000)]
Remove an unnecessary freeaddrinfo() call, since errx() would free all
the memory including the one allocated by the earlier getaddrinfo()
(pointed out by claudio@).

feedback from claudio@
ok bluhm@

9 years agoAlways drain the write buffer on pte sync. Needed for Cortex A7/A15
jsg [Thu, 1 Jan 2015 03:26:13 +0000 (03:26 +0000)]
Always drain the write buffer on pte sync.  Needed for Cortex A7/A15
which have integrated L2 so changes will get flushed to memory ASAP.
From Patrick Wildt in Bitrig via rapha@
ok miod@

9 years agoDo not take sh to STATICPIE yet. That will happen once matching
deraadt [Wed, 31 Dec 2014 23:12:36 +0000 (23:12 +0000)]
Do not take sh to STATICPIE yet.  That will happen once matching
snapshots exist.  That is why mips64 is still held up (arranged with
kettenis)

9 years agodescribe .Ql more precisely;
schwarze [Wed, 31 Dec 2014 20:41:53 +0000 (20:41 +0000)]
describe .Ql more precisely;
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com>

9 years agorecent changes broke alignment requirements on arm.
tedu [Wed, 31 Dec 2014 16:56:55 +0000 (16:56 +0000)]
recent changes broke alignment requirements on arm.
simplify a bit more, swapping only aligned values and then using memcpy
to fill the digest. fix confirmed by jsg.
ok jsg kettenis millert

9 years agoWhen showing more than one formatted manual page, insert horizontal lines
schwarze [Wed, 31 Dec 2014 16:50:54 +0000 (16:50 +0000)]
When showing more than one formatted manual page, insert horizontal lines
between pages.  Suggested by Theo Buehler <theo at math dot ethz dot ch>.
Even in UTF-8 output mode, do not use fancy line drawing characters such
that you can easily use /^--- to skip to the next manual in your pager.

9 years agoadventure requires deterministic random for its internal data
tedu [Wed, 31 Dec 2014 15:45:57 +0000 (15:45 +0000)]
adventure requires deterministic random for its internal data
"obfuscation" scheme to work (words fail me), but we can use arc4random
for the in game fun. from theo buehler

9 years agosimplify poll() conversion. from patrick keshishian
tedu [Wed, 31 Dec 2014 15:42:08 +0000 (15:42 +0000)]
simplify poll() conversion. from patrick keshishian

9 years agocopyright_year=$(date +%Y)
jsing [Wed, 31 Dec 2014 15:32:05 +0000 (15:32 +0000)]
copyright_year=$(date +%Y)

9 years agoAdapt and add regression tests for sending syslog messages over TCP.
bluhm [Wed, 31 Dec 2014 14:05:26 +0000 (14:05 +0000)]
Adapt and add regression tests for sending syslog messages over TCP.

9 years agoUse the first host of the documentation ranges for both address
lum [Wed, 31 Dec 2014 13:56:37 +0000 (13:56 +0000)]
Use the first host of the documentation ranges for both address
families. ok jmc@ schwarze@ bluhm@

9 years agoImplement sending syslog messages over TCP streams.
bluhm [Wed, 31 Dec 2014 13:55:57 +0000 (13:55 +0000)]
Implement sending syslog messages over TCP streams.
test and OK jasper@ jca@

9 years agoadd entries for xmpp, mdns and puppet
jasper [Wed, 31 Dec 2014 11:52:22 +0000 (11:52 +0000)]
add entries for xmpp, mdns and puppet

ok aja@

9 years agoCorrect evcount_attach argument on cbus(4).
aoyama [Wed, 31 Dec 2014 11:38:27 +0000 (11:38 +0000)]
Correct evcount_attach argument on cbus(4).

The third argument of evcount_attach() should point some permanent
variable, not an automatic variable.  Now "vmstat -i" correctly prints
C-bus interrupt level number as irq, on C-bus devices.

ok miod@

9 years agoMention previously missing '/etc/apm/hibernate' action
dcoppa [Wed, 31 Dec 2014 11:37:40 +0000 (11:37 +0000)]
Mention previously missing '/etc/apm/hibernate' action

From Alessandro DE LAURENZIS <just22_dot_adl_at_gmail_dot_com>

tweak and ok jmc@

9 years agoCreate CA and certificates for TLS tests consistently. Better
bluhm [Wed, 31 Dec 2014 01:25:07 +0000 (01:25 +0000)]
Create CA and certificates for TLS tests consistently.  Better
logging of SSL errors.  Do not import unneeded Socket constants.

9 years agoUse a 1MB realloc() increment instead of an 8KB one for the config
millert [Tue, 30 Dec 2014 23:27:23 +0000 (23:27 +0000)]
Use a 1MB realloc() increment instead of an 8KB one for the config
connection buffer.  Significantly speeds up spamd-setup for lage
blacklists.  Also free the buffer when we are done with it so memory
can be returned to the system (as it can grow quite large).
OK deraadt@

9 years agoRemove some checks that will always evaluate to true. Noticed by a very
bcallah [Tue, 30 Dec 2014 22:05:32 +0000 (22:05 +0000)]
Remove some checks that will always evaluate to true. Noticed by a very
recent clang.
ok schwarze@ lum@

9 years agofix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>
schwarze [Tue, 30 Dec 2014 21:34:32 +0000 (21:34 +0000)]
fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>

9 years agoAdd syslog-tls 6514/tcp to etc/services.
bluhm [Tue, 30 Dec 2014 20:50:49 +0000 (20:50 +0000)]
Add syslog-tls 6514/tcp to etc/services.
OK jasper

9 years agoMake perl use our (arc4random backed) drand48 when unseeded
afresh1 [Tue, 30 Dec 2014 20:46:45 +0000 (20:46 +0000)]
Make perl use our (arc4random backed) drand48 when unseeded
uses srand48_deterministic if a seed is provided.

seems fine millert@

9 years agoWhen a file is given on the command line, actually exists, and its name
schwarze [Tue, 30 Dec 2014 20:40:05 +0000 (20:40 +0000)]
When a file is given on the command line, actually exists, and its name
relative to the respective manual tree is longer than PATH_MAX, do not
leak the memory allocated to hold the name.  Not sure that can actually
happen, but better safe than sorry.
FreeBSD Coverity Scan CID 1261303, reported by Pedro Giffuni <pfg@>.

9 years agoself-relocating crt0 bits for sh, and enable static pie by default. With some
miod [Tue, 30 Dec 2014 19:26:38 +0000 (19:26 +0000)]
self-relocating crt0 bits for sh, and enable static pie by default. With some
archdep.h help from kettenis@

9 years agoClean up and optimize _dl_start a bit by using immediate addressing for
miod [Tue, 30 Dec 2014 18:31:21 +0000 (18:31 +0000)]
Clean up and optimize _dl_start a bit by using immediate addressing for
the constants whenever they fit, and avoiding saving and restoring
registers we don't need to preserve.

9 years agoRename a few functions name. Will help factorize some stuffs.
ajacoutot [Tue, 30 Dec 2014 15:33:53 +0000 (15:33 +0000)]
Rename a few functions name. Will help factorize some stuffs.

9 years agodo not print an empty order in case pkg_scripts is undefined
robert [Tue, 30 Dec 2014 15:31:33 +0000 (15:31 +0000)]
do not print an empty order in case pkg_scripts is undefined
ok ajacoutot@

9 years agoadd_flags() does not need any action argument.
ajacoutot [Tue, 30 Dec 2014 14:46:33 +0000 (14:46 +0000)]
add_flags() does not need any action argument.
Use the flags variable instead of hardcoding the output in preparation for
further subcommands.

9 years agoRemove redundant md memcpy.S and memmove.S lines. The mi config
jsg [Tue, 30 Dec 2014 11:45:31 +0000 (11:45 +0000)]
Remove redundant md memcpy.S and memmove.S lines.  The mi config
definitions will find the md .S files for these.

9 years agoFix handling of R_MIPS_REL32_64 relocations that reference a symbol.
kettenis [Tue, 30 Dec 2014 11:26:48 +0000 (11:26 +0000)]
Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.
Fixes remaining problems with static PIE on mips64.

9 years agoadd __bounded as appropriate.
dlg [Tue, 30 Dec 2014 11:08:59 +0000 (11:08 +0000)]
add __bounded as appropriate.

looks good to deraadt@ miod@ and tedu@

9 years agoTest the weird construct of a user-defined macro starting (but not
schwarze [Tue, 30 Dec 2014 10:28:56 +0000 (10:28 +0000)]
Test the weird construct of a user-defined macro starting (but not
ending!) the definition of another user defined macro.
Mandoc already handles this correctly, make sure it won't get broken.

9 years agocopy bcrypt autotune from encrypt(1) and expose via crypt_newhash
tedu [Tue, 30 Dec 2014 10:27:24 +0000 (10:27 +0000)]
copy bcrypt autotune from encrypt(1) and expose via crypt_newhash
ok deraadt miod

9 years agolet the "make groff" maintainer target show groff warnings
schwarze [Tue, 30 Dec 2014 08:52:55 +0000 (08:52 +0000)]
let the "make groff" maintainer target show groff warnings

9 years agounifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
jsg [Tue, 30 Dec 2014 08:12:52 +0000 (08:12 +0000)]
unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
This codepath was removed in the NetBSD code this is derived from back
in 2003 and was removed in Bitrig earlier this year.  No binary change.

9 years agoRework disklabel reading taskq to plug holes pointed out by jsing@.
krw [Tue, 30 Dec 2014 04:00:33 +0000 (04:00 +0000)]
Rework disklabel reading taskq to plug holes pointed out by jsing@.

Diff from dlg@.

ok jsing@

9 years agotypo in comment: ouput => output
djm [Tue, 30 Dec 2014 01:41:43 +0000 (01:41 +0000)]
typo in comment: ouput => output

9 years agoregen
aoyama [Mon, 29 Dec 2014 22:01:19 +0000 (22:01 +0000)]
regen

9 years agoAdd audio(4) related entries.
aoyama [Mon, 29 Dec 2014 21:55:10 +0000 (21:55 +0000)]
Add audio(4) related entries.

ok miod@

9 years agoMinor cleanup:
millert [Mon, 29 Dec 2014 20:39:27 +0000 (20:39 +0000)]
Minor cleanup:
 o doreply() just calls build_reply()
 o remove a few dead stores and useless variables
 o use the asprintf() return value
OK deraadt@

9 years agoMake the PLT read-only on powerpc as well.
kettenis [Mon, 29 Dec 2014 20:18:20 +0000 (20:18 +0000)]
Make the PLT read-only on powerpc as well.

ok kurt@

9 years ago* Ukrainian airports; from Alexey Suslikov
naddy [Mon, 29 Dec 2014 20:16:58 +0000 (20:16 +0000)]
* Ukrainian airports; from Alexey Suslikov
* add Tampere; from Timo Myyra

9 years agoToggle the TX_RING_KICK_WRAP bit when appropriate.
kettenis [Mon, 29 Dec 2014 19:33:34 +0000 (19:33 +0000)]
Toggle the TX_RING_KICK_WRAP bit when appropriate.

9 years agoimpose some limits on the ideal rounds so nothing too crazy happens when
tedu [Mon, 29 Dec 2014 17:07:17 +0000 (17:07 +0000)]
impose some limits on the ideal rounds so nothing too crazy happens when
the clock results are weird

9 years agoencrypt is now built into instbin, do not need to use the /mnt version
deraadt [Mon, 29 Dec 2014 17:04:19 +0000 (17:04 +0000)]
encrypt is now built into instbin, do not need to use the /mnt version

9 years agoswitch encrypt to auto scaling bcrypt rounds. ok deraadt
tedu [Mon, 29 Dec 2014 16:55:44 +0000 (16:55 +0000)]
switch encrypt to auto scaling bcrypt rounds. ok deraadt

9 years agodon't leak timing info about padding errors by generating a fake key
tedu [Mon, 29 Dec 2014 16:12:59 +0000 (16:12 +0000)]
don't leak timing info about padding errors by generating a fake key
afterwards. openssl has a more complicated fix, but it's less intrusive
for now to simply hoist the expensive part (fake key generation) up without
sweating a branch or two.
ok bcook jsing

9 years agodocument ordering more explicitly;
schwarze [Mon, 29 Dec 2014 15:09:00 +0000 (15:09 +0000)]
document ordering more explicitly;
feedback and ok ajacoutot@ rpe@

9 years agouseless change. overwriting the nul byte with a newline means b64_ntop
tedu [Mon, 29 Dec 2014 14:35:04 +0000 (14:35 +0000)]
useless change. overwriting the nul byte with a newline means b64_ntop
can use the whole buffer, even the last byte.

9 years agorename fingerprint struct field. no longer exposed to users, but since it's
tedu [Mon, 29 Dec 2014 14:23:17 +0000 (14:23 +0000)]
rename fingerprint struct field. no longer exposed to users, but since it's
not technically a fingerprint as others understand the term, pick another.
now it's a keynum!
after an email from Florian Weimer

9 years agoremove the inspect debug command. should not be used by users, who are not
tedu [Mon, 29 Dec 2014 14:16:04 +0000 (14:16 +0000)]
remove the inspect debug command. should not be used by users, who are not
supposed to know what fingerprints are or that they exist.

9 years agoAssert that rtrequest1(9) is always called at IPL_SOFTNET instead of
mpi [Mon, 29 Dec 2014 11:53:58 +0000 (11:53 +0000)]
Assert that rtrequest1(9) is always called at IPL_SOFTNET instead of
doing a spl dance.

This matters for RTM_DELETE because a deleted route entry is always
returned without having its reference counter increased when an `rtp'
argument is given.  In this case, we do not want to call splx() that
might free this route.

Inputs from millert@, ok blambert@, mikeb@

9 years agoAdd line continuation to be consistent with rc_pre(); ok sthen@
ajacoutot [Mon, 29 Dec 2014 11:17:43 +0000 (11:17 +0000)]
Add line continuation to be consistent with rc_pre(); ok sthen@

9 years agopexp is not needed; ok sthen@
ajacoutot [Mon, 29 Dec 2014 11:17:05 +0000 (11:17 +0000)]
pexp is not needed; ok sthen@

9 years agosync
jsg [Mon, 29 Dec 2014 10:25:51 +0000 (10:25 +0000)]
sync

9 years agore-add missing space in confirm prompt that got lost in -r1.18
jasper [Mon, 29 Dec 2014 07:37:27 +0000 (07:37 +0000)]
re-add missing space in confirm prompt that got lost in -r1.18

ok espie@

9 years agoExplicitely include <uvm/uvm_extern.h> in order to build on variable page size
miod [Mon, 29 Dec 2014 05:29:27 +0000 (05:29 +0000)]
Explicitely include <uvm/uvm_extern.h> in order to build on variable page size
architectures.

9 years agoSome missing break's.
brad [Mon, 29 Dec 2014 02:39:33 +0000 (02:39 +0000)]
Some missing break's.

9 years agoSome cleaning up of the ioctl handling bits to bring things in line
brad [Mon, 29 Dec 2014 02:33:13 +0000 (02:33 +0000)]
Some cleaning up of the ioctl handling bits to bring things in line
with the other drivers.

9 years agoSome cleaning up of the ioctl handling bits to bring things in line
brad [Mon, 29 Dec 2014 00:46:01 +0000 (00:46 +0000)]
Some cleaning up of the ioctl handling bits to bring things in line
with the other drivers.

9 years agoIt sends and receives packets (until we run out of the initial receive blocks).
kettenis [Mon, 29 Dec 2014 00:30:31 +0000 (00:30 +0000)]
It sends and receives packets (until we run out of the initial receive blocks).

9 years agoThe greatest happiness is to scatter inferiour APIs, to drive them
krw [Sun, 28 Dec 2014 21:32:44 +0000 (21:32 +0000)]
The greatest happiness is to scatter inferiour APIs, to drive them
before you, to see their files reduced to ashes, to see those who
love them shrouded in tears, and to gather into your API all their
invocations.

In other words, workq is no more. There is only taskq.

ok kettenis@ dlg@ (creator of taskq) jmc@

9 years agospelling fix; from daria suchecka via krzystof warzecha
jmc [Sun, 28 Dec 2014 21:07:41 +0000 (21:07 +0000)]
spelling fix; from daria suchecka via krzystof warzecha

9 years agoFairly complete Rx path hardware initialization.
kettenis [Sun, 28 Dec 2014 20:46:23 +0000 (20:46 +0000)]
Fairly complete Rx path hardware initialization.

9 years agoReplace last workq in tree (reading disklabels from newly attached
krw [Sun, 28 Dec 2014 18:32:12 +0000 (18:32 +0000)]
Replace last workq in tree (reading disklabels from newly attached
disks) with taskq. Diff originally from blambert@.

ok kettenis@

9 years agoFix subtle typo.
jsing [Sun, 28 Dec 2014 16:51:31 +0000 (16:51 +0000)]
Fix subtle typo.

9 years agoAdd regress tests for default option handling.
jsing [Sun, 28 Dec 2014 16:34:23 +0000 (16:34 +0000)]
Add regress tests for default option handling.

9 years agoAllow a default option to be specified by having a NULL name, but a valid
jsing [Sun, 28 Dec 2014 16:33:34 +0000 (16:33 +0000)]
Allow a default option to be specified by having a NULL name, but a valid
option type. In this case process the option as per normal.

9 years agoAdd regress tests for multiple argument callback functions.
jsing [Sun, 28 Dec 2014 16:24:48 +0000 (16:24 +0000)]
Add regress tests for multiple argument callback functions.

9 years agoProvide an option type that allows for a callback function to consume an
jsing [Sun, 28 Dec 2014 16:22:37 +0000 (16:22 +0000)]
Provide an option type that allows for a callback function to consume an
arbitrary number of arguments. This will allow for more complex option
handling as required by some of the openssl(1) applications.

9 years agoAdd option parsing regress tests with end of options handling.
jsing [Sun, 28 Dec 2014 16:11:54 +0000 (16:11 +0000)]
Add option parsing regress tests with end of options handling.

9 years agoTeach option parsing that a single hyphen denotes the end of named options
jsing [Sun, 28 Dec 2014 16:10:33 +0000 (16:10 +0000)]
Teach option parsing that a single hyphen denotes the end of named options
(as currently only implemented by some of the openssl(1) applications).

9 years agoAdd regress tests for option parsing with multiple unnamed arguments.
jsing [Sun, 28 Dec 2014 15:49:36 +0000 (15:49 +0000)]
Add regress tests for option parsing with multiple unnamed arguments.

9 years agoProvide a mechanism for option parsing to return the number of arguments
jsing [Sun, 28 Dec 2014 15:48:52 +0000 (15:48 +0000)]
Provide a mechanism for option parsing to return the number of arguments
that it has consumed. This allows for the handling of multiple unnamed
arguments, including lists of filenames.

9 years agoAttach USB HID devices from the Generic Destop page, usage pointer to
matthieu [Sun, 28 Dec 2014 15:24:08 +0000 (15:24 +0000)]
Attach USB HID devices from the Generic Destop page, usage pointer to
ums. This is how the USB Tablet from Qemu in libvirt/kvm shows up and
it works with ums(4). ok mpi@

9 years agoImprove documentation of the header/footer macros .Dt, .Os, .TH:
schwarze [Sun, 28 Dec 2014 15:22:42 +0000 (15:22 +0000)]
Improve documentation of the header/footer macros .Dt, .Os, .TH:
* State the defaults for .Os and the fourth .TH argument.
* Sync the section titles, and stop advertising obscure sections that
aren't actually fully supported and certainly not recommended for use.

9 years agoUpdate regress to match change in unnamed argument handling.
jsing [Sun, 28 Dec 2014 15:07:52 +0000 (15:07 +0000)]
Update regress to match change in unnamed argument handling.

9 years agoOnly accept a single unnamed argument - the existing behaviour is to
jsing [Sun, 28 Dec 2014 15:05:38 +0000 (15:05 +0000)]
Only accept a single unnamed argument - the existing behaviour is to
silently accept multiple unnamed arguments, ignoring all except the last.
This behaviour was already inconsistent between openssl(1) applications;
apply the principal of least surprise. This will also simplify the addition
of upcoming functionality.

9 years agoSlightly simplify options parsing logic.
jsing [Sun, 28 Dec 2014 14:50:15 +0000 (14:50 +0000)]
Slightly simplify options parsing logic.

9 years agomdoc(7) already uses the mandoc(1) -Ios argument in the footer line
schwarze [Sun, 28 Dec 2014 14:39:08 +0000 (14:39 +0000)]
mdoc(7) already uses the mandoc(1) -Ios argument in the footer line
when .Os has no argument, so do the same for man(7) when .TH has less
than four arguments; there is no reason to treat both differently.
Issue found following a question from Thomas Klausner <wiz at NetBSD>.

9 years agoUpdate options regress to match option function pointer change.
jsing [Sun, 28 Dec 2014 14:22:46 +0000 (14:22 +0000)]
Update options regress to match option function pointer change.

9 years agoProvide two different function pointers for option function callbacks. This
jsing [Sun, 28 Dec 2014 14:21:42 +0000 (14:21 +0000)]
Provide two different function pointers for option function callbacks. This
allows for simpler code in the common cases and will allow for further
extension to support the complex cases.

9 years agoremove a surplus argument to printf caught by -Wformat
jsg [Sun, 28 Dec 2014 14:20:37 +0000 (14:20 +0000)]
remove a surplus argument to printf caught by -Wformat
ok claudio@

9 years agoUnbreak the tree. Looks like tedu did not tedu enough when killing KPDK
claudio [Sun, 28 Dec 2014 14:19:31 +0000 (14:19 +0000)]
Unbreak the tree. Looks like tedu did not tedu enough when killing KPDK
support.

9 years agoimprove previous: do the size check up front to avoid leaking memory
schwarze [Sun, 28 Dec 2014 14:16:07 +0000 (14:16 +0000)]
improve previous: do the size check up front to avoid leaking memory

9 years agoAdd regression tests where OpenBSD syslogd is sending messages to
bluhm [Sun, 28 Dec 2014 14:08:01 +0000 (14:08 +0000)]
Add regression tests where OpenBSD syslogd is sending messages to
rsyslogd from ports.  If the rsyslog package is installed, rsyslogd
is used as drain to test interoperability.  This will be especially
useful for syslog via TCP and TLS.

9 years agoProvide initial regress tests for the complex option parsing that is needed
jsing [Sun, 28 Dec 2014 14:01:33 +0000 (14:01 +0000)]
Provide initial regress tests for the complex option parsing that is needed
for openssl(1), which is also variable in behaviour between applications
(and currently inconsistent).

9 years agomask with & not &&
jsg [Sun, 28 Dec 2014 13:55:30 +0000 (13:55 +0000)]
mask with & not &&
ok claudio@

9 years agoChange the default ext_addr from "egress" to "*". Listening on the
reyk [Sun, 28 Dec 2014 13:55:22 +0000 (13:55 +0000)]
Change the default ext_addr from "egress" to "*".  Listening on the
egress group only works if you have a default route; this confused
some people.

9 years agoChange the default example from "listen on egress" to "listen on *".
reyk [Sun, 28 Dec 2014 13:53:23 +0000 (13:53 +0000)]
Change the default example from "listen on egress" to "listen on *".
Listening on the egress group only works if you have a default route;
this confused some people.

9 years agoAdd an audio driver, necsb(4), for NEC PC-9801-86 sound board on
aoyama [Sun, 28 Dec 2014 13:03:18 +0000 (13:03 +0000)]
Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on
cbus(4).

This work is based on the source code of NetBSD/pc98, an unofficial
NetBSD port for NEC PC-9801 series, written about 16 years ago.
Thanks to NetBSD/pc98 porting staff for their work, especially NAGAO
Tadaaki and N. Honda who wrote the original driver.

ok miod@

9 years agoWith revision 1.93 a space character got lost when printing the
bluhm [Sun, 28 Dec 2014 11:11:01 +0000 (11:11 +0000)]
With revision 1.93 a space character got lost when printing the
signal action.  Print the space again.
OK jsg@

9 years agoconvert bcopy to memcpy in md5 and sha1. also be consistent about clearing
tedu [Sun, 28 Dec 2014 10:04:35 +0000 (10:04 +0000)]
convert bcopy to memcpy in md5 and sha1. also be consistent about clearing
context and making digest required to Final.

9 years agoremove KPDK. not really used, and a bad choice anyway. ok naddy
tedu [Sun, 28 Dec 2014 10:02:37 +0000 (10:02 +0000)]
remove KPDK. not really used, and a bad choice anyway. ok naddy

9 years agoalpha now supports -static -pie binaries; ok kettenis
deraadt [Sun, 28 Dec 2014 05:17:21 +0000 (05:17 +0000)]
alpha now supports -static -pie binaries; ok kettenis

9 years agoBuild special/encrypt into instbin, to prepare for dropping use of the
deraadt [Sun, 28 Dec 2014 04:40:18 +0000 (04:40 +0000)]
Build special/encrypt into instbin, to prepare for dropping use of the
version in just installed base.

9 years agoprepare things slightly further, FwUpdate still not active...
espie [Sat, 27 Dec 2014 23:59:44 +0000 (23:59 +0000)]
prepare things slightly further, FwUpdate still not active...

9 years agomake it at least work a wee little bit.
espie [Sat, 27 Dec 2014 23:58:52 +0000 (23:58 +0000)]
make it at least work a wee little bit.

9 years agomention Wandboard
jsg [Sat, 27 Dec 2014 23:37:09 +0000 (23:37 +0000)]
mention Wandboard

9 years agoLink -static -pie executables with rcrt0.o instead of crt0.o such that they
kettenis [Sat, 27 Dec 2014 20:38:14 +0000 (20:38 +0000)]
Link -static -pie executables with rcrt0.o instead of crt0.o such that they
self-relocate.