summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17When unp_connect() releases both solock() and vnode(9) locks the socket weVitaliy Makkoveev
2021-11-17set num_listen_socks to 0 on close-all instead of -1, whichDamien Miller
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-17In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedIngo Schwarze
2021-11-17Disable active scanning on iwm(4) 9260 and 9560.Stefan Sperling
2021-11-17Clarify BUGS wrt. reserving memory for the hypervisorKlemens Nanni
2021-11-17Provide real output for the "ldomctl console" EXAMPLEKlemens Nanni
2021-11-17explicitly talk a bit about "informal" specsMarc Espie
2021-11-17forbid non-sensical empty partsMarc Espie
2021-11-17add more checks for badly specified pkgspecsMarc Espie
2021-11-17uhidpp does claim multiple report idsAnton Lindqvist
2021-11-17ucc does not claim multiple report idsAnton Lindqvist
2021-11-17Fix a double free in uhidev_close() caused by a race betweenAnton Lindqvist
2021-11-16wc(1): fix NULL pointer dereference in cnt()Scott Soule Cheloha
2021-11-16fix an accidental NULL deref introduced last year, found by patrick.Theo de Raadt
2021-11-16Zero all copies of pre-shared key.Tobias Heider
2021-11-16document GH_DISTFILE that was added to ports/infrastructure/mk/bsd.port.mkStuart Henderson
2021-11-16move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK()Alexandr Nedvedicky
2021-11-16Validate RTM_PROPOSAL in resolver not frontendKlemens Nanni
2021-11-16Simplify address family handling, ditch inet_ntop(3)Klemens Nanni
2021-11-16Install missing scope identifier for IPv6 link-local addressesKlemens Nanni
2021-11-16Use size of struct not pointerKlemens Nanni
2021-11-16add a few more checks for incorrect specsMarc Espie
2021-11-16really nail down the flavor part better... write this as an extendedMarc Espie
2021-11-16tweak the packages-specs regexp a bit:Marc Espie
2021-11-16In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedIngo Schwarze
2021-11-16To debug IPsec and tdb refcounting it is useful to have "show tdb"Alexander Bluhm
2021-11-16Use nowake when poll/select has empty fd setVisa Hankala
2021-11-16Remove an old note about poor performanceVisa Hankala
2021-11-16fix typo in an error message printed by iwx_phy_ctxt_update()Stefan Sperling
2021-11-16fix typo in an error message printed by iwm_phy_ctxt_update()Stefan Sperling
2021-11-16Recently, tb@ provided the following functions:Ingo Schwarze
2021-11-16hilkbd(4): Fix swedish keyboard layout botch on non-PS/2 style keyboardsLandry Breuil
2021-11-16Move UNIX domain sockets garbage collector out of `unp_lock.Vitaliy Makkoveev
2021-11-16Sync boot.h with ld.so's boot.c, getting rid of struct boot_dyn,Philip Guenther
2021-11-15styleTobias Heider
2021-11-15Pass sockaddr length to be on the safe side, stillKlemens Nanni
2021-11-15Revert previousKlemens Nanni
2021-11-15syncTheo de Raadt
2021-11-15Avoid huge sockaddr_storageKlemens Nanni
2021-11-15Copy p_p->ps_pledge into a local variable (called pledge) in every functionTheo de Raadt
2021-11-15Adjust how the repository count limit works. Instead of failing hard justClaudio Jeker
2021-11-15new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsIngo Schwarze
2021-11-15Revert to eager removal of poll/select knotesVisa Hankala
2021-11-15Third attempt to solve the claim multiple report ids conflict. Using theAnton Lindqvist
2021-11-15In preparation for once again trying the resolve the claim multipleAnton Lindqvist
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
2021-11-15Change printing of maps to use qsort to order the output using a pointerClaudio Jeker
2021-11-15document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)Ingo Schwarze
2021-11-15Tidy up; no change.Antoine Jacoutot