summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-27btrace(8): simplify builtin_nsecs(); ok mpi@cheloha
2020-03-27Copy EAP ID to new SA when rekeying IKE SA.tobhe
2020-03-27Don't free() part of a struct.Kenneth R Westerback
2020-03-27Use correct bit mask to promptly exit rge_set_phy_power() andKenneth R Westerback
2020-03-27Enable FFS2 on the landisk ramdisk. Booting from FFS2 is trickyOtto Moerbeek
2020-03-27Adjust cert type when choosing public key fallback.tobhe
2020-03-27Use the correct math to calculate how many bytes are needed for b64_pton().Claudio Jeker
2020-03-27BD71837 uses the same BUCK2 register as BD71847. This allowsPatrick Wildt
2020-03-27Fix use of 'idstr' and 'idstrlen' arguments in print_static_id().tobhe
2020-03-27unused constantsFlorian Obser
2020-03-27Skip first line if it starts with '#!'Martin Pieuchot
2020-03-27Relax the lockcount assertion in vputonfreelist(). Back when I fixedanton
2020-03-26Add support for "alpha" suffixes in package versionsJeremie Courreges-Anglas
2020-03-26Unify #ifdef guarding code to remove PPTP and L2TP sessions.Martin Pieuchot
2020-03-26Clarify the use of EPOCH in ports Makefiles.paco
2020-03-26Fix register definition. Fixes USB3 support when USB has not beenMark Kettenis
2020-03-26Prevent NULL dereference in passing result of dma_alloc() with NO_WAITtobhe
2020-03-26Revert Rev 1.164. Setting sls_sig to 0 uncovered a bunch of issues when itClaudio Jeker
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)Jonathan Gray
2020-03-26drm/amd/display: fix dcc swath size calculations on dcn1Jonathan Gray
2020-03-26drm/amd/display: Clear link settings on MST disable connectorJonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-25Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed.tobhe
2020-03-25init(8): use err(3) instead of hand-rolled fprintf(3) messagescheloha
2020-03-25Revert introduction of MSI-X code, deraadt@ reported a regression on i386.Martin Pieuchot
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).Martin Pieuchot
2020-03-25Do not test against NULL a variable which is dereference before that.Martin Pieuchot
2020-03-25Grab the NET_LOCK() before calling pipex_iface_stop().Martin Pieuchot
2020-03-25Indicate that the case handling data underruns falls through to the caseJonathan Matthew
2020-03-24Add ikev2_print_static_id() to print static IDs in log_debug() output.tobhe
2020-03-24Make our CERTREQ payload handling less strict. If we can not find atobhe
2020-03-24Always clear sa_simult when initiating a new CREATE_CHILD_SA exchange, nottobhe
2020-03-24The certreq payload has no use in PSK authenticated exchanges. Once we aretobhe
2020-03-24587 and 825 are additional Alberta area codes since 2008.Theo de Raadt
2020-03-24Use FALLTHROUGH in uvm_total() like it is done in uvm_loadav().Martin Pieuchot
2020-03-24document DPB_LOCKNAMEMarc Espie
2020-03-24When doing a loop inside a loop for input validation make sure that theMartijn van Duren
2020-03-24Kill some dead code that tests bits immediately after setting them.Kenneth R Westerback
2020-03-24Remove redundant 'NULL' check for 'rtm'.tobhe
2020-03-24Fix user database corruption from 'ikectl reload'. Copy only the new passwordtobhe
2020-03-24Backout the rename, it was more confusing then helpful.anton
2020-03-24Fix ASN1 print functionsKinichiro Inoguchi
2020-03-24Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.Martin Pieuchot
2020-03-24Remove a chatty debug printf (not enabled by default) in wskbdopen() andanton
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-24Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the sameanton
2020-03-24Ensure that me_evp is still NULL before assignment during open of wsconsanton
2020-03-24Sync to latest from wiz at netbsd, needed for upcoming sparc64 bootblk changes;Otto Moerbeek
2020-03-24cope with growth, sighTheo de Raadt
2020-03-23UART 1-3 support for Allwinner H3 (maybe H5/H2+).SASANO Takayoshi