Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-30 | Set the MRU to a full size frame instead of basing it on the MTU. | 2 | -9/+7 | ||
ok dlg@ | |||||
2014-08-30 | let the mru always be what the chip can do, not what the mtu implies. | 1 | -10/+2 | ||
tested by and ok mikeb@ | |||||
2014-08-30 | Don't panic when an illegal IRQ is passed to intr_{dis,}establish(). | 2 | -13/+21 | ||
At least the device-tree for the second bge(4) on my PowerMac is not parsed correctly but we can live with that until the bug is fixed. | |||||
2014-08-30 | Bump the fan limit and avoid a panic on my quad G5. | 1 | -2/+2 | ||
2014-08-30 | Rewrite how queue heads are inserted and removed from the asynchronous | 2 | -287/+210 | ||
list. Use a queue head per xfer and no longer per pipe. Since queue heads are now setup when a transfer is submited we do not need to open the control pipe more than once. This also simplify transfer abortion. Tested by many, thanks! | |||||
2014-08-30 | Allow new devices to get an address when XHCI_DEBUG is defined. | 1 | -2/+2 | ||
2014-08-30 | Fix profiling (GPROF) build. | 1 | -1/+3 | ||
2014-08-29 | Make the syslogd regression tests more reliable. Other processes | 14 | -15/+31 | ||
on the system may create log entries during the test run that show up in the log file. Ignore those additional lines. | |||||
2014-08-29 | Prepare for testing libevent in syslogd. Pass the EVENT_NO... | 3 | -4/+20 | ||
environment variables over sudo into syslogd. Run the tests with the select(2) and poll(2) and kqueue(2) backend. Call "make libevent" for these tests. | |||||
2014-08-29 | Use the load average from averunnable.ldavg[] instead of bogus cp_time[] | 2 | -28/+16 | ||
arithmetic to display the load average in leds 5-8 of 8 led systems. | |||||
2014-08-29 | Additional input validation: | 1 | -1/+4 | ||
Error out on "rcctl enable daemon flags NO". Without this check, this "enable" command effectively disabled the daemon. "commit" ajacoutot@ | |||||
2014-08-29 | sync | 1 | -1/+1 | ||
2014-08-29 | Simplify append_to_pkg_scripts(), in particular avoid the expensive | 1 | -6/+4 | ||
svc_is_enabled() and look at ${pkg_scripts} only, flags are not relevant to this function. "please commit" ajacoutot@ | |||||
2014-08-29 | Fix checking sync for old synaptics touchpad (ver 5.9) | 1 | -4/+18 | ||
From Thierry Deval <thierry at deval dot be> ok mpi@ | |||||
2014-08-29 | Move dhclient.conf(5) to examples. | 4 | -7/+7 | ||
no objections from todd@ millert@ rpe@ | |||||
2014-08-29 | Document the fact that 'enable' can also be used to modify flags even if | 1 | -2/+8 | ||
the daemon is already enabled. | |||||
2014-08-29 | Use two instead of one http descriptor for request and response. | 4 | -51/+69 | ||
OK chrisz@ | |||||
2014-08-29 | mount_mfs does not require disklabel to be run; | 1 | -5/+3 | ||
diff From: Navan Carson confirmed/ok mikeb | |||||
2014-08-29 | Implement consistent host hashing for relayd, based on | 4 | -17/+121 | ||
work done by andre@ Re-add a randomized hash seed (which had apparently gotten inadvertently removed in the past). Allows for multiple relayd instances to be configured to forward traffic to the same host, falling back to the random seed when not explicitly configured to do so. ok reyk@ | |||||
2014-08-29 | The image/x-ms-bmp extension is bmp, not mp. | 1 | -2/+2 | ||
Found by Navan Carson; Thanks! | |||||
2014-08-29 | Some cleanings, no functional change. | 1 | -65/+53 | ||
2014-08-29 | update entry for /usr/share/sysmerge; ok ajacoutot | 1 | -5/+5 | ||
2014-08-29 | knock out double .Pp; | 1 | -3/+2 | ||
2014-08-28 | Merge a paragraph. | 1 | -9/+8 | ||
2014-08-28 | tweak AUTHORS; ok ajacoutot | 1 | -3/+3 | ||
2014-08-28 | Major sysmerge cleanup now that both etc and xetc sets are part of base. | 2 | -541/+352 | ||
Expect more changes/cleanup/... in the near future. -S (signature) option is gone since we are not fetching sets anymore -s and -x are gone as well for obvious reasons Left is: usage: sysmerge [-bdp] I would appreciate feedback, *lots* of things have changed and there may be side effects I missed. Consider sysmerge as WIP for the time being. | |||||
2014-08-28 | Drop check and tweak comment. | 1 | -4/+3 | ||
with schwarze@ | |||||
2014-08-28 | OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not | 6 | -13/+6 | ||
need to also be called from some of the applications. | |||||
2014-08-28 | openssl_setup() calls SSL_load_error_strings(), which happens to call | 27 | -60/+30 | ||
ERR_load_crypto_strings() - as such, we do not need to call the same function from most of the applications. | |||||
2014-08-28 | Add option handling with a callback function for argument processing. | 2 | -2/+10 | ||
2014-08-28 | Convert openssl(1) crl to new option/usage handling. | 1 | -186/+246 | ||
2014-08-28 | Given the usage option name/argument name width a few more characters. | 1 | -2/+2 | ||
2014-08-28 | Ensure that a format option argument is a known specifier. | 1 | -2/+10 | ||
2014-08-28 | Add option handling for ordered flags. | 2 | -2/+8 | ||
2014-08-28 | Add option handling for input/output formats. | 2 | -2/+8 | ||
2014-08-28 | er, rehook httpd. | 1 | -6/+6 | ||
here's a thought: if i just leave man pages alone, they will eventually come good. while here, remove some escape sequences; | |||||
2014-08-28 | fix previous, and add a SEE ALSO section for httpd; | 1 | -5/+5 | ||
2014-08-28 | Simplify. | 1 | -5/+2 | ||
2014-08-28 | Consistency in conditionals; no functional change. | 1 | -5/+5 | ||
2014-08-28 | Support .St -susv1 and .St -susv4. Illumos wants to use this, | 2 | -5/+11 | ||
and it's illogical anyway to have -susv2 and -susv3 but not -susv4. | |||||
2014-08-28 | I just noticed that -Tps writes "%%CreationDate:" headers. | 1 | -6/+1 | ||
That's an unwelcome leak of potentially private information. Kill it with fire. | |||||
2014-08-28 | preserve errno value on success. | 2 | -8/+12 | ||
If getrandom returns a temporary failure, make sure errno is not polluted when it succeeds. Thanks to deraadt@ for pointing it out. | |||||
2014-08-27 | Disentangle svc_default_enabled_flags() and svc_get_flags(). | 1 | -13/+9 | ||
This saves three expensive function calls in svc_default_enabled_flags(), two to _rc_parse_conf() and one to svc_get_flags(). No functional change. Feedback and ok ajacoutot@. | |||||
2014-08-27 | Remove $_ usage that warns under Perl 5.18. | 1 | -2/+1 | ||
Yep espie@ | |||||
2014-08-27 | Rename Persistant to Persistent. | 4 | -10/+10 | ||
sure espie@ | |||||
2014-08-27 | Convert openssl(1) prime to the new options/usage handling. | 1 | -60/+81 | ||
2014-08-27 | Reset the config struct before calling options_parse(), otherwise config | 1 | -1/+3 | ||
options from the previous run stick in interactive mode. | |||||
2014-08-27 | Add an option type that handles argument to integer conversion. | 2 | -4/+22 | ||
2014-08-27 | Add regression tests for diff -uw issue reported by guenther@. Ensure the | 5 | -3/+24 | ||
'+' and '-' always appear in the first column of a newline in diff -uw output, even when one file doesn't end with a newline and the other file contains additional lines. ok guenther@ | |||||
2014-08-27 | Ensure diff -uw always produces valid output when one file doesn't end | 1 | -5/+9 | ||
with a newline. Issue reported by guenther@. ok guenther@ |