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