Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | fix .Nd line | uaa | |
ok by deraadt@ | |||
2015-01-05 | Make syslogd TCP tests more reliable. Increase timeouts, shutdown | Alexander Bluhm | |
write to trigger connection close, allow errors EPIPE or ECONNRESET. | |||
2015-01-05 | a few tweaks to match the old script better (for now) | Marc Espie | |
- progress meter set like the old script - path to firmware printed - update both needed and installed drivers - coda when we don't find anything to install/delete - error out if @ARGV is not a possible driver | |||
2015-01-05 | Convert openssl(1) passwd to new option handling. | Joel Sing | |
ok doug@ | |||
2015-01-05 | encrypt can use the scrypt scaling code in libc now via crypt_newhash | Ted Unangst | |
2015-01-05 | use the correct read count when determining how swabbing is necessary. | Ted Unangst | |
bug report from Martin Wolters | |||
2015-01-05 | zap file which is unused and already removed upstream | Stuart Henderson | |
2015-01-05 | use new ub_conf_dir to set the directory for keys and certificates | Stuart Henderson | |
ok brad@, committed upstream (r3297) | |||
2015-01-05 | regen | Stuart Henderson | |
2015-01-05 | provide a new ub_conf_dir variable, to be used in unbound-control-setup | Stuart Henderson | |
ok brad@, committed upstream (r3297) | |||
2015-01-05 | When building the package path for the new fw_update, only use | Stuart Henderson | |
/firmware/snapshots/ for releases tagged with "-current", otherwise use the version number e.g. /firmware/5.7/ for 5.7-beta / 5.7. | |||
2015-01-05 | simplify realloc loop by not using realloc. we don't care about old data, | Ted Unangst | |
so don't make realloc copy it. just allocate what we need. ok deraadt guenther | |||
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst | |
guenther suggested using thread time, which actually may improve accuracy if somebody puts this in a threaded program. | |||
2015-01-05 | Prevent a race condition upon resume by adding a supplementary delay. | Martin Pieuchot | |
This is a workaround needed at least by Renesas controllers. I didn't find any documentation about this issue and I guess other open source xHCI implementations do not see this race because they do much more work upon resume. Thanks to Remi Locherer for reporting this issue on bugs@. | |||
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2015-01-05 | Be more specific: path is a component of the URI/URL, so use "path" | Reyk Floeter | |
instead of "URI" or "URL" when referring to it. | |||
2015-01-05 | Explicitly check for a non NULL ifp in in_control(). Only MROUTING | Martin Pieuchot | |
ioctl(2)s are an exception to this rule. This makes clear that ifa cannot be used initialized as found by jsg@ with gcc/clang. ok krw@, bluhm@, jca@ | |||
2015-01-05 | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | Lawrence Teo | |
this man page. ok jsing@ | |||
2015-01-04 | fix SEE ALSO; | Jason McIntyre | |
2015-01-04 | add new url stripping option: | Christopher Zimmermann | |
strip number Strip number path components from the beginning of the request URI before looking up the stripped-down URI at the document root. reviewed with much patience and OK by reyk@ | |||
2015-01-04 | add uslhcom(4) description to usb(4) | uaa | |
overhaul SYNOPSYS of uhidev(4) ok by deraadt@ | |||
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-04 | add uslhcom(4) to SYNOPSYS | uaa | |
ok by jmc@ | |||
2015-01-04 | Only set the status of a completed xfer just before giving it back to | Martin Pieuchot | |
the stack. This will allow stricter checks when aborting transfers. While here update a comment about short transfer and multi-TRB TD since bulk transfers can also use a chain now. | |||
2015-01-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat | |
2015-01-04 | back to using ramdisk encrypt again. theo found and fixed the (my) bug. | Ted Unangst | |
2015-01-04 | remove code for ancient gcc. | Daniel Dickman | |
ok millert@, kettenis@ | |||
2015-01-04 | remove extra scaffolding that's actually NOT in the committed copy of | Marc Espie | |
the old fw_update | |||
2015-01-04 | same semantics as old program | Marc Espie | |
2015-01-04 | cleaner logic, fix things so that fw_update -da makes sense | Marc Espie | |
(deletes drivers not corresponding to that box, and updates/installs what's needed) | |||
2015-01-04 | tweak the ntogo messages slightly so that they work better in all situations | Marc Espie | |
2015-01-04 | too many todo. Use unambiguous names, since they're not the same operation | Marc Espie | |
at all | |||
2015-01-04 | The PRG airport has been renamed in honor of Vaclav Havel quite some | Reyk Floeter | |
time ago. From Jan Stary. | |||
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot | |
This changes the logic to prevent a recursion when processing soft interrupts. Previously a per-CPU flag was set before re-enabling interrupts. Now the IPL level is raised to SOFTTTY which makes splsoftassert() happy, greatly inspired by mips64. As a side effect, the ppc_intr_{disable,enable}() dance is now done only once instead of twice per splx(9). While here, make use of dosoftint() instead of having 3 different functions for dispatching soft interrupts. Tested by deraadt@ on G4 smp and by myself G5 smp, G3, G4 and socppc. No objection from the usual (and over busy) suspects. | |||
2015-01-04 | Sort wireless nodes by signal strength, from Simon Nicolussi. | Martin Pieuchot | |
ok stsp@, deraadt@ | |||
2015-01-04 | Use __buffer__ instead of __string__ as the __bounded type. The former causes | Miod Vallat | |
extra warnings with gcc 3, due to the way we use siphash in the filesystem code. With dlg@ | |||
2015-01-04 | back out r1.173, aka the "* 8" diff. it tickles a problem on some | David Gwynne | |
landisk machines. we've been unable to figure out due to a lack of hardware (on my part) or time. discussed with and ok miod@ | |||
2015-01-04 | return 0 for success in ucycom_param() instead of uninitialised memory | Jonathan Gray | |
2015-01-04 | Fix error handling for re_encap() within re_start() and some tidying up. | Brad Smith | |
2015-01-04 | avoid the use of an uninitialised variable in one of the codepaths in | Jonathan Gray | |
pool_setlowat() ok dlg@ tedu@ | |||
2015-01-04 | fix -b a mode, spotted by rpe | Theo de Raadt | |
2015-01-04 | go back to using /mnt encrypt. it seems something isn't working yet. | Ted Unangst | |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook | |
suggested by deraadt@ re: more general MIN/MAX cleanups | |||
2015-01-04 | rename sockaddr_un variables from 'sun' to the more common 'sa'. | Brent Cook | |
This avoids a namespace conflict with Solaris build environments. discussed with deraadt@ and kettenis@ | |||
2015-01-04 | don't rely on sys/param.h having a MAX macro. | Brent Cook | |
Switch to local definitions where MAX is needed. discussed with deraadt@ | |||
2015-01-04 | Remove the unused dns_pid variable. | Brent Cook | |
Nothing is done with the return value from ntp_dns, and it already calls fatal() on failure. ok deraadt@ | |||
2015-01-04 | removed unused libevent header and structures in ntpd.h | Brent Cook | |
ok deraadt@ phessler@ | |||
2015-01-04 | Add a missing include for time.h to get the definitions of clock_gettime and ↵ | Brent Cook | |
strftime. ok jsing@ phessler@ naddy@ | |||
2015-01-03 | Reset tls key and cert to NULL when duplicating a server - avoids a | Reyk Floeter | |
possible double free in the error path of the parser. Found by + OK doug@ |