Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-30 | Make it possible to pass a specific error code to _rc_err(). | 1 | -2/+2 | ||
ok robert@ schwarze@ | |||||
2014-08-30 | Refactor sum checks; all the information we need is already available so | 1 | -36/+29 | ||
not need to create sum files anymore (except in pkg mode). | |||||
2014-08-30 | Introduce a man(1) -l option as an alias for mandoc -a. | 4 | -22/+111 | ||
Basically, this does the same as man -l in Linux man-db. The point is that now all functionality of the combined tool is reachable from the man(1) command name: apropos = man -k, whatis = man -f, mandoc = man -cl. Originally suggested by Carsten dot Kunze at arcor dot de, current maintainer of the Heirloom Documentation Tools. While here, add various missing information to the usage() and to the manuals. | |||||
2014-08-30 | sm_warn() always returns 0. | 1 | -2/+2 | ||
2014-08-30 | typo. | 1 | -3/+3 | ||
2014-08-30 | Convert openssl(1) version to new option/usage handling. | 1 | -34/+90 | ||
2014-08-30 | improve capitalization for the Ed25519 public-key signature system. | 7 | -28/+28 | ||
ok djm@ | |||||
2014-08-30 | Move the callback function pointer outside the opt union so that the option | 2 | -4/+10 | ||
values are useable by the function. Also provide an option type that calls a function without consuming/passing an argument. | |||||
2014-08-30 | Indent. | 1 | -3/+3 | ||
2014-08-30 | Fix format strings in STIDEBUG code. | 3 | -10/+10 | ||
2014-08-30 | DESTDIR is gone. | 1 | -2/+2 | ||
from Nathanael Rensen, thanks! | |||||
2014-08-30 | /etc/amd/master.sample is effectively an example file, so move it to base | 2 | -1/+1 | ||
but keep the current location until we know how to handle subdirs under /etc/examples. ok rpe@ | |||||
2014-08-30 | Recognize EFI protective and system partitions. Do not put disklabel entries | 2 | -3/+7 | ||
for the protective ones when creating a fake label, but do, for the system ones, so that we may eventually copy boot code to them. From Markus Mueller | |||||
2014-08-30 | Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT | 2 | -6/+12 | ||
support, for it would risk being overwritten otherwise. From Markus Mueller | |||||
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; |