summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-21Hippo and rhino babies are also calf's.Marcus Glocker
2024-08-21Add new substraction problem which difference results in the answer to theMarcus Glocker
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-21If binaries lack a pintable, execve() can now reject them at startupTheo de Raadt
2024-08-21We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which wereTheo de Raadt
2024-08-21offset rx buffers by ETHER_ALIGN so ip payloads are properly aligned.David Gwynne
2024-08-21use 2k clusters on the rx ring instead of 9k clusters.David Gwynne
2024-08-21support building a single packet out of multiple rx descriptors.David Gwynne
2024-08-21be more careful about bus_dmamap_syncs for rx ring descriptors.David Gwynne
2024-08-20Now that we have dup2(), csh can use it instead of close()+dup().Philip Guenther
2024-08-20Update handling of transfer rings.Patrick Wildt
2024-08-20Introduce and update HAL SRNG ops.Patrick Wildt
1995-10-18initial import of NetBSD treeTheo de Raadt
2024-08-20match the config_activate_children() sequences found in other usb hostTheo de Raadt
2024-08-20having a file called "OWNER" lying around in a directory ofTheo de Raadt
2024-08-20annotate signal raceTheo de Raadt
2024-08-20Fix whitespace in amd64 bus dma.Alexander Bluhm
2024-08-20Use msgbuf_queuelen() instead of accessing the queued member directly.Claudio Jeker
2024-08-20Unlock KERN_MAXFILES.Vitaliy Makkoveev
2024-08-20Update Geofeed referenceJob Snijders
2024-08-20Send only as much data as needed to trigger rekeying.Darren Tucker
2024-08-20fix bus_dmamap_destroyStefan Fritsch
2024-08-20regenJonathan Gray
2024-08-20add Samsung PM9C1 and PM9C1aJonathan Gray
2024-08-20Use stats.msg_queue_len instead of looking into the msgbuf struct.Claudio Jeker
2024-08-20Use msgbuf_queuelen() instead of accessing wbuf.queue for msgbuf structs.Claudio Jeker
2024-08-20Calculate used bounce buffers in amd64 bus dma correctly.Alexander Bluhm
2024-08-20actually use the length parameter that was passed in rather than aDamien Miller
2024-08-20Merge AEAD test into main test loop. Removes 3 duplicate tests andDarren Tucker
1995-10-18initial import of NetBSD treeTheo de Raadt
2024-08-20Set a default RekeyLimit of 256k. Used unless overridden by aDarren Tucker
2024-08-20Add Compression=no to default ssh_config. All of the rekey tests use itDarren Tucker
2024-08-20Unlock KERN_MAXPROC and KERN_MAXTHREAD from `kern_vars'. BothVitaliy Makkoveev
2024-08-20Unlock etherip_sysctl().Vitaliy Makkoveev
2024-08-20Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them isVitaliy Makkoveev
2024-08-20Unlock sysctl_audio().Vitaliy Makkoveev
2024-08-20Remove duplicate curve25519-sha256 kex. curve25519-sha256@libssh.orgDarren Tucker
2024-08-20Unnest rekey param parsing test and use ssh not sshd. ssh uses the sameDarren Tucker
2024-08-20virtio_mmio: Return early if no deviceStefan Fritsch
2024-08-20another FXE -> FXeJonathan Gray
2024-08-20add (), | has higher precedence than ?:Jonathan Gray
2024-08-20nasty whitespaceTheo de Raadt
2024-08-20place shielded keys (i.e. keys at rest in RAM) into memory allocatedDamien Miller
1995-10-18initial import of NetBSD treeTheo de Raadt
2024-08-20rework rge tx start and completion to better bus_dmamap_sync tx descriptorsDavid Gwynne
2024-08-19Fix CVE-2024-43688, buffer underflow for very large step valuesTodd C. Miller
2024-08-19whitespacesTheo de Raadt
2024-08-19now that suspend operations are done as quiesce, we can try to useTheo de Raadt
2024-08-19correctly indent a lineJonathan Gray
2024-08-19Prepare for releasing version 9.2Job Snijders