Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin | |
(used only when ACPI_DEBUG is enabled) From a diff on tech@ by Fabian Raetz, with a minor change by me, tested on i386 and amd64 with ACPI_DEBUG enabled and disabled. | |||
2014-05-21 | warn about implicit. misspelled function names in libc are deadly. | Ted Unangst | |
2014-05-20 | destinct is spelled distinct. | David Gwynne | |
ok henning@ jmc@ | |||
2014-05-20 | remove irrelevant, outdated, and misleading sentence suggesting that | Alexander Hall | |
you need to set up a local mirror for the install sets brought to attention by pascal@ ok krw@ | |||
2014-05-20 | Merge the fixes from the upstream. Factor out some common code in | YASUOKA Masahiko | |
tty.c and fix EL_SETTY to work. ok nicm | |||
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback | |
p[read|write]. Makes the code much clearer by eliminating extra error checking and verbiage. No intentional functional change. Tweaks by and ok guenther@ | |||
2014-05-20 | format string cleanup: change "%i" to "%d" and fix a few typos | Eric Faurot | |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter | |
ok eric@ | |||
2014-05-20 | KSSL is dead... nuke KSSL_DEBUG from orbit. | Joel Sing | |
ok beck@ miod@ | |||
2014-05-20 | regen | Martin Pieuchot | |
2014-05-20 | Add VIA VL80x xHCI. | Martin Pieuchot | |
2014-05-20 | Format string fixes for XHCI_DEBUG. | Martin Pieuchot | |
2014-05-20 | Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to | Reyk Floeter | |
free() the external data when releasing the RSA object. The RSA_GET_EX_NEW_INDEX(3) manual page doesn't mention that this is the default behaviour - it just describes the possible free_func() callback - and the code path in libcrypto is hiding the fact behind layers of abstraction. Fix possible double free by allocating and copying the external data reference that is used for RSA privsep (pkiname in smtpd's case). ok eric@ gilles@ | |||
2014-05-20 | Add -o max_read=XXX support in fuse. This is needed by usmb to have a | Sylvestre Gallon | |
working read() and write(). ok tedu@ | |||
2014-05-20 | Add support for -o XXX or -oXXX options in libfuse. | Sylvestre Gallon | |
inputs from tedu@, ok tedu@ | |||
2014-05-20 | The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated | Nicholas Marriott | |
by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off the end of array with >20 arguments. ok yasuoka | |||
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot | |
ok henning@ | |||
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot | |
address from the per-ifp list. Found the hard way by weerd@, florian@ and stsp@, ok florian@ | |||
2014-05-20 | correctly match size and buffer. from enh at google | Martin Pieuchot | |
2014-05-20 | remove dead files | Eric Faurot | |
2014-05-20 | yet more code that no longer makes any sense | Marc Espie | |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie | |
It also can't handle too many manpages at once (shell limit) so hand-feed it (problem spotted by landry@). Some tests by schwarze@. | |||
2014-05-20 | fix bogus extension: $code and $code2 belong in _system, so that | Marc Espie | |
both system and verbose_system will work properly. | |||
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther | |
Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@ | |||
2014-05-20 | Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte | Philip Guenther | |
encodings and encoding of surrogate pair code points were banned. Add checks for those, both to those functions and to the code decoding the BMP and UNIV encodings. ok miod@ | |||
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller | |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat | |
initial diff from jasper@ | |||
2014-05-19 | X509_free() the certificate if the server hostname check fails. | Jeremie Courreges-Anglas | |
No functional change. Reported by Mike Small and Maxime Villard. | |||
2014-05-19 | Fix several bounds checks in ssl_add_clienthello_tlsext() and | Miod Vallat | |
ssl_add_serverhello_tlsext(), and convert all of them to the same idiom, for easier review. Math is hard, let's go webshopping. Help and ok guenther@ | |||
2014-05-19 | Explicitely initialize two static variables introduced in the previous | Jeremie Courreges-Anglas | |
commit, to please lteo@ | |||
2014-05-19 | HTTPS connections may see redirects, so initialize libcrypto and libssl | Jeremie Courreges-Anglas | |
only once, and reuse the crafted SSL_CTX for further connections. ok lteo@ | |||
2014-05-19 | Plug a small memory leak: if we pass checkin_init/checkin_update | Jeremie Courreges-Anglas | |
a revision thru pb.newrev, it will not be freed. From Fritjof Bornebusch, no objections from tech@ | |||
2014-05-19 | no more -K; | Jason McIntyre | |
2014-05-19 | kerberos leftovers | Ted Unangst | |
2014-05-19 | consistent use of uint32_t for poison values | Ted Unangst | |
2014-05-19 | Add some consistency in fuse error handling. We need to return ENXIO | Sylvestre Gallon | |
when the fuse communication channel is broken and ENOSYS when the libfuse callback does not exist. Reported by Helg Bredow, thanks! ok tedu@ | |||
2014-05-19 | as reported by Helg, should use realpath for mounts. ok guenther syl | Ted Unangst | |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot | |
host controller because autoconf(9) already does it. Breakage reported by todd@ | |||
2014-05-19 | sync | Todd T. Fries | |
2014-05-19 | More KNF. | Joel Sing | |
2014-05-19 | More whack-a-mole^Wfips. | Joel Sing | |
ok miod@ | |||
2014-05-19 | It is perfectly valid to call free(NULL), so stop checking for non-NULL | Joel Sing | |
before calling free - of some course parts of the code already did this. | |||
2014-05-19 | Nuke some trailing whitespace that snuck in. | Kenneth R Westerback | |
2014-05-19 | No point in trying to update the -L file on loss of link if no -L has | Kenneth R Westerback | |
been specified. Eliminates spurious "Couldn't write ''" log messages. Spotted while looking into Roman Gorelov's logs on another problem. | |||
2014-05-19 | Add a H_SAVE_FP operation to history() which lets the history be saved | Nicholas Marriott | |
to an open file pointer. From NetBSD via Eitan Adler. ok millert | |||
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov | |
2014-05-19 | unbreak the build when DIAGNOSTIC is not defined | Jonathan Gray | |
allows ramdisk kernels to build again | |||
2014-05-19 | Update run(4) firmware to version 0.33, with permission from Dennis Lee | Stefan Sperling | |
of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@. | |||
2014-05-19 | Enable the 3- and 4-byte sequence tests for UTF8_getc() | Philip Guenther | |
Add surrogate and out-of-range tests for UTF8_putc() on the assumption we'll make it return -2. Maybe. | |||
2014-05-18 | Add regression test for UTF8_{getc,putc}() | Philip Guenther | |