openbsd
2023-01-17 krwNuke unused MAXIMUM(). Add ROUNDUP() and ROUNDDOWN().
2023-01-17 beckDon't do policy checking unless we were asked to do so.
2023-01-17 jsginclude isadma.h not isa.h
2023-01-17 jsgtest NSDMMC not SDMMC
2023-01-17 deraadtsync
2023-01-17 kettenisSimplify and clarify the implementation of the pmap_pag...
2023-01-17 millertFor "ssh -V" always exit 0, there is no need to check...
2023-01-17 knAdd debug FUNCS_ONLY knob
2023-01-17 tbpax: Switch a function definition from K&R to ANSI.
2023-01-17 knSkip all interface config questions when there are...
2023-01-17 claudioAdd a dummy stub for getmonotime(). Reminded by tb@
2023-01-17 claudioTeach bgpctl about ASPA tables.
2023-01-17 claudioAdd the needed logic to load the ASPA table from the...
2023-01-17 miodRemove non-visible and unused OPENSSL_wipe_cpu and...
2023-01-17 knArguments may contain more than one variable assignment
2023-01-17 nicmSupport -1 without -N for list-keys.
2023-01-17 djmalso check that an active session inhibits UnusedConnec...
2023-01-17 jsgremove elansc(4) driver for AMD Elan SC520 System Contr...
2023-01-17 djmregression test for UnusedConnectionTimeout
2023-01-17 djmAdd a sshd_config UnusedConnectionTimeout option to...
2023-01-17 kettenisOn amd64 machines without the NX feature enabled, we...
2023-01-17 nicmUpdate palette when moving a pane, GitHub issue 3437.
2023-01-17 antonfix typo in package name
2023-01-17 antoncope with ktrace "(via syscall)" changes
2023-01-17 chelohaagtimer(4/armv7): switch to clockintr
2023-01-17 chelohaamptimer(4): switch to clockintr
2023-01-17 chelohasxitimer(4): switch to clockintr
2023-01-17 chelohadmtimer(4): switch to clockintr
2023-01-17 chelohaarm, armv7: add clockintr support
2023-01-16 knMention riscv64 boot support
2023-01-16 knEnable softraid(4) support in installboot(8)
2023-01-16 jmatthewFix transmit queue selection based on frame type. ...
2023-01-16 knbump minor after RAID 1C support synced form arm64
2023-01-16 knSync with original arm64 copy to get RAID 1C bits,...
2023-01-16 patrickManage RTC offset through UEFI variables handled by...
2023-01-16 patrickAttach drivers on nodes under /firmware.
2023-01-16 deraadtsome kernel prototypes should also be made available...
2023-01-16 jsingMove BN_sqr() to the bottom of the file.
2023-01-16 jsingMop up debug code that escaped previously.
2023-01-16 krwUse size of largest chunk of free space, not total...
2023-01-16 deraadtsync
2023-01-16 nicmMark keys sent by command and skip paste handling for...
2023-01-16 claudioFix bad MP logic in the route refresh handling.
2023-01-16 kettenisDon't put data in .text.
2023-01-16 deraadtroughly cleanup terrible pre-ansi practices
2023-01-16 guentherCurrently we disable kbind(2) for static program from...
2023-01-16 deraadtwe spent far too long debugging a weird go library...
2023-01-16 djmunbreak test: cannot access shell positional parameters...
2023-01-16 deraadtexport PGK_VALUE so that .S files can use it
2023-01-16 deraadt3 new defines: he PTE protection key mask, the specific...
2023-01-15 djmadapt to ed25519 changes in src/usr.bin/ssh
2023-01-15 djmupdate OpenSSH's Ed25519 code to the last version of...
2023-01-15 tbgost: add missing BN_CTX_{start,end}() pair
2023-01-15 jsgrestore strscpy() paths to reduce diff to linux
2023-01-15 jmcfix text error; from jan stary
2023-01-15 deraadtsync
2023-01-14 kettenisChange suspend idle loop from WFE to WFI. This avoids...
2023-01-14 kettenisAssign (stereo) channel numbers based on "sound-name...
2023-01-14 dvOnly open /dev/vmm once in vmd(8).
2023-01-14 krwReplace comparisons/assignments to '3' with equivalent...
2023-01-14 deraadtsync
2023-01-14 kettenisAdd support for "enhanced descriptor" mode found on...
2023-01-14 deraadtMove constants out of text segment into rodata to prepa...
2023-01-14 deraadtUpdate the list of architectures where clang will accep...
2023-01-14 deraadtAllow people to try --execute-only on amd64 and sparc64...
2023-01-14 jsingRemove unused Elliptic Curve code.
2023-01-14 jsingRewrite BN_CTX.
2023-01-14 jsingGreatly simplify bn_expand_internal().
2023-01-14 jsingClean up and simplify EC_KEY handling, mostly from...
2023-01-14 kettenisregen
2023-01-14 kettenisCreate /dev/efi on amd64 and arm64.
2023-01-14 kettenisImplement access to EFI variables and ESRT through...
2023-01-14 dtuckerShell syntax fix. From ren mingshuai vi github PR...
2023-01-14 dtuckerInstead of skipping the all-tokens test if we don't...
2023-01-14 tbAdd missing void to function definition
2023-01-14 jsgadd protection-key violation error code for page-fault...
2023-01-14 jsgrecognise protection keys for supervisor-mode (PKS...
2023-01-14 jsgsync cr4 and xcr0 bits with intel dec 2022 sdm
2023-01-14 jsguse the notice from 4.4BSD-Lite
2023-01-14 chelohasysctl(2): KERN_CPUSTATS: zero struct cpustats before...
2023-01-13 kettenisSince the signal trampoline is now execute-only we...
2023-01-13 deraadtsync
2023-01-13 miodDrop PICCY_SET() and RODATA() macros now that libc...
2023-01-13 miodMove all data from .text section to .rodata, and update...
2023-01-13 miodMove all data tables from .text section to .rodata...
2023-01-13 miodMove all data tables from .text section to .rodata...
2023-01-13 deraadtput man page in the right place
2023-01-13 ratchovUse extended header format for .wav files.
2023-01-13 tbPrevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRING
2023-01-13 krwFix a couple of auto allocation corner cases.
2023-01-13 dvRetake kernel lock in error paths of vmmioctl.
2023-01-13 claudioAdd aspa-set to openbgpd config output.
2023-01-13 jmcfix double phrase in previous;
2023-01-13 chelohashutdown(8): sig_atomic_t variables should be qualified...
2023-01-13 chelohatimeout(1): sig_atomic_t variables must also be 'volati...
2023-01-13 dtuckerMove scp path setting to a helper function.
2023-01-13 dtuckerAdd scp's path to test sshd's PATH.
2023-01-13 chelohasparc64: switch to clockintr
2023-01-13 dtuckerDocument "UserKnownHostsFile none". ok djm@
2023-01-13 dtuckerAdd a "Host" line to the output of ssh -G showing the...
next