summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10drm/amd/pm: fix double free in si_parse_power_table()Jonathan Gray
2022-06-10drm/amd/display: Disabling Z10 on DCN31Jonathan Gray
2022-06-10add struct kobj_attributeJonathan Gray
2022-06-09Reorganize the handling of tap inputs.Ulf Brosziewski
2022-06-09Properly error out if a variable does not exist. Need to pass backClaudio Jeker
2022-06-09Change argument of ktable_get from ifd->ifi_rdomain to kif->k.rdomain.Claudio Jeker
2022-06-09Remove the rdomain / rtableid passed to some kroute functions.Claudio Jeker
2022-06-09Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed onMark Kettenis
2022-06-09point developers to the other place where the remaining flags values areMarc Espie
2022-06-09Readd ETHERTYPE_NHRPA case.mbuhl
2022-06-09Add gpiorestart(4).Mark Kettenis
2022-06-09Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIOMark Kettenis
2022-06-09se more specific discrimination to know if extra data is still there afterMarc Espie
2022-06-09If an application gives the first parameter to OSC 52, validate and passNicholas Marriott
2022-06-08Add Lublin airport (LUZ), which I visited today during a day trip to Lublin.Frederic Cambus
2022-06-08do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)Damien Miller
2022-06-08KNF, mostly whitespace - no binary change on amd64Theo Buehler
2022-06-08When looking for the next block to tag, we aren't interested in childrenIngo Schwarze
2022-06-08recognize @extraglob for laterMarc Espie
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