summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2021-12-22The maxlength is optional in roa entries. By setting it to the addressClaudio Jeker
2021-12-22sort -H and -h in SYNOPSIS/usage();Jason McIntyre
2021-12-22%Lx -> %llx kernel printf does not support %LxJonathan Gray
2021-12-21Fix a typo in mlock(2) error path triggering a double-free.Martin Pieuchot
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-12-21Cleanup a few things while reading the code.Claudio Jeker
2021-12-21Simplify code a bit. There is only one TA per TAL and so only oneClaudio Jeker
2021-12-21Support underscore style with capture-pane -e, GitHub issue 2928.Nicholas Marriott
2021-12-21Add test cases for intermediate cert with 'set cert_partial_chain'.Tobias Heider
2021-12-21ARM's Morello CHERI architecture does not support pointers in packedNicholas Marriott
2021-12-21knf nitsAnton Lindqvist
2021-12-21document BN_MONT_CTX_set_locked(3)Ingo Schwarze
2021-12-21Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)Alexander Bluhm
2021-12-21state up front that patch(1) operates on text files,Ingo Schwarze
2021-12-21avoid returning uninitialised var in hidpp_send_report()Jonathan Gray
2021-12-21Let malloc return an error as opposed of panicking when sysctlAnton Lindqvist
2021-12-21Fix another vnd race pointed out by mpi@ and make sure to not unlock theAnton Lindqvist
2021-12-21Ensure that the disk has been initialized after acquiring the lock andAnton Lindqvist
2021-12-21Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.cAnton Lindqvist
2021-12-21Do not attach com at acpi when there's no address or irq present. FixesAnton Lindqvist
2021-12-21errno overhaul, getting rid of some ambiguity. In the hopes of trackingAnton Lindqvist
2021-12-21Multiply the number of states in the example adaptive timeout calculationJonathan Matthew
2021-12-20Remove useless suser assert from dt(4). The ioctl(2) path checksAlexander Bluhm
2021-12-20bus_dmamem_unmap() should not be called from interrupt context, so freePatrick Wildt
2021-12-20syncTheo de Raadt
2021-12-20Always allocate a new stack in o2i_SCT_LIST().Joel Sing
2021-12-20Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().Joel Sing
2021-12-20Remove unused variable 'clen'.Tobias Heider
2021-12-20Add regress coverage for the crazy SCT_new_from_base64() API.Joel Sing
2021-12-20Make filt_dead() selectively inactive with EVFILT_EXCEPTVisa Hankala
2021-12-20Let poll(2) register EVFILT_EXCEPT filter with dead vnodesVisa Hankala
2021-12-20Run seltrue/dead event filter in modify and process callbacksVisa Hankala
2021-12-20Use per-CPU counters for tunnel descriptor block (TDB) statistics.Vitaliy Makkoveev
2021-12-20Fix function name in panic string.Alexander Bluhm
2021-12-20Make iwm(4) attach to PCI devices with product ID 0x31dc.Stefan Sperling
2021-12-20regenStefan Sperling
2021-12-20Change a PCI device string: The "Gemini Lake CNVi" is an iwm(4) "AC 9560".Stefan Sperling
2021-12-20document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3),Ingo Schwarze
2021-12-20Make mtw(4) known to the config(8) framework.hastings
2021-12-20Add mtw(4), a driver for MediaTek MT7601U wifi devices.hastings
2021-12-20When removing the last value from an attribute in ldap_del_values()Claudio Jeker
2021-12-20Add some debug messages in validate_entry() that explain whyClaudio Jeker
2021-12-20Do not crash on a zero size character.Nicholas Marriott
2021-12-20Rework the tx path to use the consumer and producer positions to work outJonathan Matthew
2021-12-20syncTheo de Raadt
2021-12-19Add an implementation for the protocol to communicate with coprocessorsMark Kettenis
2021-12-19There are occasions where the walker function in tdb_walk() mightAlexander Bluhm
2021-12-19regression test for destination restrictions in ssh-agentDamien Miller
2021-12-19document host-bound publickey authenticationDamien Miller