aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | import ldns 1.8.3vendor/ldns/1.8.4Dag-Erling Smørgrav3 days204-2921/+3014
* | | Revert "import ldns 1.8.3"Dag-Erling Smørgrav3 days44-2264/+1289
* | | Revert "import ldns 1.9.0"Dag-Erling Smørgrav3 days36-1265/+300
* | | lib/libc/tests/gen: add fts_children() testsJitendra Bhati3 days2-0/+324
* | | lib/libc/tests/gen: add fts_open() error and edge case testsJitendra Bhati3 days2-0/+231
* | | import ldns 1.9.0Dag-Erling Smørgrav3 days36-300/+1265
* | | import ldns 1.8.3Dag-Erling Smørgrav3 days44-1289/+2264
* | | ldns: Belatedly update for OpenSSL 3.0.0Dag-Erling Smørgrav3 days1-1/+1
* | | lib/libc/gen/fts.3: use 'options' consistently in fts_set() descriptionJitendra Bhati3 days1-2/+2
* | | vmm/arm64: Compile vmm_nvhe.c without SSPMark Johnston3 days2-2/+2
* | | tests/procdesc: Use a more efficient mechanism to blockMark Johnston3 days2-5/+38
* | | tcp: Remove a no-op eventhandlerMark Johnston3 days2-9/+0
* | | kernel: Enable -fstack-protector-strong by defaultMark Johnston3 days1-1/+1
* | | tests/net: Run all tests with execenv=jail and enable parallelismMark Johnston3 days1-7/+2
* | | netlink: Avoid undefined behaviourEd Maste3 days1-2/+2
* | | acpi_spmc: Remove useless __DECONSTsAymeric Wibo3 days1-2/+2
* | | sound: Remove SV_ABI_LINUX ifdefChristos Margiolis3 days1-6/+0
* | | power: Fix stype name lengthsAymeric Wibo3 days3-3/+6
* | | xhci: Do not drop and add bits in xhciShengYi Hung3 days1-5/+9
* | | vop_read_pgcache_post(): the vnode is unlockedKonstantin Belousov4 days1-1/+1
* | | netlink: Fix lock leak in nl_find_nhopEd Maste4 days1-1/+1
* | | pf: switch to getmicro(up)time()Kristof Provost4 days1-2/+2
* | | pf: fix incorrect table decoding in netlinkKristof Provost4 days1-1/+8
* | | BSD.tests.dist: Add the new sys/mac/do directoryOlivier Certner4 days1-0/+2
* | | sbin/devd/snd.conf: Add missing -n options to sysrc callsJoseph Mingrone4 days1-3/+3
* | | vfs_domount(): handle the case when vn_lock_pair() only locked onceKonstantin Belousov4 days1-2/+6
* | | vn_lock_pair(): handle the case of vp1->v_vnlock == vp2->v_vnlockKonstantin Belousov4 days2-8/+26
* | | man: Stop referring to non-existing manpage strlcpy(9)Martin Cracauer4 days1-2/+3
* | | MAC/do: Add basic tests on setting rulesOlivier Certner4 days5-0/+308
* | | mac_do.4: Jail parameter takes 'new', not 'enable'; uid_t/gid_t are 32-bitOlivier Certner4 days1-4/+4
* | | rc: virtual_oss: Create a loopback device in the default configurationChristos Margiolis4 days1-0/+1
* | | virtual_oss(8): Create loopback devices with GID_AUDIOChristos Margiolis4 days2-6/+25
* | | Add audio groupChristos Margiolis4 days2-0/+2
* | | tests/ndp: fix ndp_routeinfo_option testcase flakinessSiva Mahadevan4 days1-5/+10
* | | universe: emit warning instead of error for bad/missing KERNCONFSiva Mahadevan4 days1-1/+5
* | | universe: allow moving build logs to UNIVERSE_LOGDIRSiva Mahadevan4 days2-10/+14
* | | Revert "loopback: Clear hash unconditionally."Andrew Gallatin4 days1-0/+2
* | | ipfw: fix checksum after NATTimo Völker4 days1-8/+7
* | | nlist: Decrement nent on matchDag-Erling Smørgrav4 days1-1/+3
* | | ipfw: fix parsing error in nat config port_rangeVyacheslav Terehov4 days3-26/+32
* | | ping6: convert receive loop from pselect(2) to ppoll(2)Mariusz Zaborski5 days1-4/+6
* | | routing: Add tests for metricPouria Mousavizadeh Tehrani5 days2-0/+234
* | | netstat(1): Show metric value for routesPouria Mousavizadeh Tehrani5 days4-9/+17
* | | route.8: Describe metric modifierPouria Mousavizadeh Tehrani5 days1-1/+21
* | | route(8): Add metric argumentPouria Mousavizadeh Tehrani5 days3-0/+7
* | | route(8): Show metric value in monitor routePouria Mousavizadeh Tehrani5 days1-0/+1
* | | route(8): Show metric value in get routePouria Mousavizadeh Tehrani5 days1-2/+5
* | | rtnetlink.4: Add RTA_PRIORITYPouria Mousavizadeh Tehrani5 days1-1/+3
* | | netlink: Add RTA_PRIORITY support (metric)Pouria Mousavizadeh Tehrani5 days3-3/+20
* | | routing: Add support for metricPouria Mousavizadeh Tehrani5 days8-27/+92