Age | Commit message (Expand) | Author |
2022-06-08 | Surprisingly, every escape sequence can also be used as an argument | Ingo Schwarze |
2022-06-08 | sync | Stuart Henderson |
2022-06-08 | stfpinctrl(4) | Mark Kettenis |
2022-06-08 | Add a new option which allows to set an alternative base-directory to | Marcus Glocker |
2022-06-08 | Add stfpinctrl(4). | Mark Kettenis |
2022-06-08 | Add stfpinctrl(4), a driver for the pinctrl/gpio block found on the | Mark Kettenis |
2022-06-08 | sync | Stuart Henderson |
2022-06-07 | fixes potential memory leak. if_vinput() should always consume packet | Alexandr Nedvedicky |
2022-06-07 | fixes NULL pointer dereference panic triggered by relayd. | Alexandr Nedvedicky |
2022-06-07 | Enable stfclock(4) and make xhci(4) attach to fdt. | Mark Kettenis |
2022-06-07 | Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to | Theo Buehler |
2022-06-07 | Change the loop index from an unsigned int to size_t now that all | Theo Buehler |
2022-06-07 | Simplify another CBS_write_bytes() call in d2i_SSL_SESSION() | Theo Buehler |
2022-06-07 | Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t | Theo Buehler |
2022-06-07 | Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning | Theo Buehler |
2022-06-07 | Simplify various CBS_write_bytes() calls | Theo Buehler |
2022-06-07 | Switch SSL_SESSION's session_id_length to a size_t | Theo Buehler |
2022-06-07 | Add missing error check call in ssl3_get_new_session_ticket() | Theo Buehler |
2022-06-07 | Another small readability tweak: compare explicitly against 0 and NULL, | Theo Buehler |
2022-06-07 | Tweak readability of a test: compare tmp explicitly against 0 and drop | Theo Buehler |
2022-06-07 | Add a cast to SSL_SESSION_get_id() to indicate that session_id_length | Theo Buehler |
2022-06-07 | fix indent | Theo Buehler |
2022-06-07 | Unindent and simplify remove_session_lock() | Theo Buehler |
2022-06-07 | Drop an unnecessary cast | Theo Buehler |
2022-06-07 | Simplify CBS_write_bytes() invocation | Theo Buehler |
2022-06-07 | The master_key_length can no longer be < 0 | Theo Buehler |
2022-06-07 | Switch the SSL_SESSION's master_key_length to a size_t | Theo Buehler |
2022-06-07 | Add error checking to tls_session_secret_cb() calls | Theo Buehler |
2022-06-07 | Try to be more precise with rtlabelid tracking. | Claudio Jeker |
2022-06-07 | uint8_t not u_int8_t. Damn finger memory. | Claudio Jeker |
2022-06-07 | Retire F_RTLABEL it was not used for anything. | Claudio Jeker |
2022-06-07 | merge unbound 1.16.0 | Stuart Henderson |
2022-06-07 | update to unbound 1.16.0, discussed with florian@, test from Renaud Allard | Stuart Henderson |
2022-06-07 | Remove uvm_km_valloc_prefer_wait(9) and uvm_km_free_wakeup(9) now that | Mark Kettenis |
2022-06-07 | Remove redundant check for free pages. The pmemrange code that is called | Mark Kettenis |
2022-06-07 | Expand arguments to some commands where it makes sense, GitHub issue | Nicholas Marriott |
2022-06-07 | Split the excessively generic diagnostic message "invalid escape sequence" | Ingo Schwarze |
2022-06-07 | Purge duplicate error reporting from the .tr request parser: | Ingo Schwarze |
2022-06-07 | Fix path validation of AS numbers | Theo Buehler |
2022-06-06 | stfclock(4) | Mark Kettenis |
2022-06-06 | bump pbuild's datasize-cur from 2G to 3G on i386, this or close to it | Stuart Henderson |
2022-06-06 | To better match groff parsing, reject digits and some mathematical | Ingo Schwarze |
2022-06-06 | Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove some | Theo Buehler |
2022-06-06 | Tweak comment describing the SSL_SESSION ASN.1 | Theo Buehler |
2022-06-06 | Minor style cleanup in ssl_txt.c | Theo Buehler |
2022-06-06 | Enable stfclock(4) and make xhci(4) attach to fdt. | Mark Kettenis |
2022-06-06 | Add stfclock(4), a driver for the clock controller found on the StarFive | Mark Kettenis |
2022-06-06 | Simplify solock() and sounlock(). There is no reason to return a value | Claudio Jeker |
2022-06-06 | Remove unused prototype. | Mark Kettenis |
2022-06-06 | Fix comment + spacing. | Theo Buehler |