Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | encrypt is now built into instbin, do not need to use the /mnt version | Theo de Raadt | |
2014-12-29 | switch encrypt to auto scaling bcrypt rounds. ok deraadt | Ted Unangst | |
2014-12-29 | don't leak timing info about padding errors by generating a fake key | Ted Unangst | |
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 | |||
2014-12-29 | document ordering more explicitly; | Ingo Schwarze | |
feedback and ok ajacoutot@ rpe@ | |||
2014-12-29 | useless change. overwriting the nul byte with a newline means b64_ntop | Ted Unangst | |
can use the whole buffer, even the last byte. | |||
2014-12-29 | rename fingerprint struct field. no longer exposed to users, but since it's | Ted Unangst | |
not technically a fingerprint as others understand the term, pick another. now it's a keynum! after an email from Florian Weimer | |||
2014-12-29 | remove the inspect debug command. should not be used by users, who are not | Ted Unangst | |
supposed to know what fingerprints are or that they exist. | |||
2014-12-29 | Assert that rtrequest1(9) is always called at IPL_SOFTNET instead of | Martin Pieuchot | |
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@ | |||
2014-12-29 | Add line continuation to be consistent with rc_pre(); ok sthen@ | Antoine Jacoutot | |
2014-12-29 | pexp is not needed; ok sthen@ | Antoine Jacoutot | |
2014-12-29 | sync | Jonathan Gray | |
2014-12-29 | re-add missing space in confirm prompt that got lost in -r1.18 | Jasper Lievisse Adriaanse | |
ok espie@ | |||
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat | |
architectures. | |||
2014-12-29 | Some missing break's. | Brad Smith | |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith | |
with the other drivers. | |||
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith | |
with the other drivers. | |||
2014-12-29 | It sends and receives packets (until we run out of the initial receive blocks). | Mark Kettenis | |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback | |
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@ | |||
2014-12-28 | spelling fix; from daria suchecka via krzystof warzecha | Jason McIntyre | |
2014-12-28 | Fairly complete Rx path hardware initialization. | Mark Kettenis | |
2014-12-28 | Replace last workq in tree (reading disklabels from newly attached | Kenneth R Westerback | |
disks) with taskq. Diff originally from blambert@. ok kettenis@ | |||
2014-12-28 | Fix subtle typo. | Joel Sing | |
2014-12-28 | Add regress tests for default option handling. | Joel Sing | |
2014-12-28 | Allow a default option to be specified by having a NULL name, but a valid | Joel Sing | |
option type. In this case process the option as per normal. | |||
2014-12-28 | Add regress tests for multiple argument callback functions. | Joel Sing | |
2014-12-28 | Provide an option type that allows for a callback function to consume an | Joel Sing | |
arbitrary number of arguments. This will allow for more complex option handling as required by some of the openssl(1) applications. | |||
2014-12-28 | Add option parsing regress tests with end of options handling. | Joel Sing | |
2014-12-28 | Teach option parsing that a single hyphen denotes the end of named options | Joel Sing | |
(as currently only implemented by some of the openssl(1) applications). | |||
2014-12-28 | Add regress tests for option parsing with multiple unnamed arguments. | Joel Sing | |
2014-12-28 | Provide a mechanism for option parsing to return the number of arguments | Joel Sing | |
that it has consumed. This allows for the handling of multiple unnamed arguments, including lists of filenames. | |||
2014-12-28 | Attach USB HID devices from the Generic Destop page, usage pointer to | Matthieu Herrb | |
ums. This is how the USB Tablet from Qemu in libvirt/kvm shows up and it works with ums(4). ok mpi@ | |||
2014-12-28 | Improve documentation of the header/footer macros .Dt, .Os, .TH: | Ingo Schwarze | |
* 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. | |||
2014-12-28 | Update regress to match change in unnamed argument handling. | Joel Sing | |
2014-12-28 | Only accept a single unnamed argument - the existing behaviour is to | Joel Sing | |
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. | |||
2014-12-28 | Slightly simplify options parsing logic. | Joel Sing | |
2014-12-28 | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | |
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>. | |||
2014-12-28 | Update options regress to match option function pointer change. | Joel Sing | |
2014-12-28 | Provide two different function pointers for option function callbacks. This | Joel Sing | |
allows for simpler code in the common cases and will allow for further extension to support the complex cases. | |||
2014-12-28 | remove a surplus argument to printf caught by -Wformat | Jonathan Gray | |
ok claudio@ | |||
2014-12-28 | Unbreak the tree. Looks like tedu did not tedu enough when killing KPDK | Claudio Jeker | |
support. | |||
2014-12-28 | improve previous: do the size check up front to avoid leaking memory | Ingo Schwarze | |
2014-12-28 | Add regression tests where OpenBSD syslogd is sending messages to | Alexander Bluhm | |
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. | |||
2014-12-28 | Provide initial regress tests for the complex option parsing that is needed | Joel Sing | |
for openssl(1), which is also variable in behaviour between applications (and currently inconsistent). | |||
2014-12-28 | mask with & not && | Jonathan Gray | |
ok claudio@ | |||
2014-12-28 | Change the default ext_addr from "egress" to "*". Listening on the | Reyk Floeter | |
egress group only works if you have a default route; this confused some people. | |||
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter | |
Listening on the egress group only works if you have a default route; this confused some people. | |||
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama | |
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@ | |||
2014-12-28 | With revision 1.93 a space character got lost when printing the | Alexander Bluhm | |
signal action. Print the space again. OK jsg@ | |||
2014-12-28 | convert bcopy to memcpy in md5 and sha1. also be consistent about clearing | Ted Unangst | |
context and making digest required to Final. | |||
2014-12-28 | remove KPDK. not really used, and a bad choice anyway. ok naddy | Ted Unangst | |