2022-11-09 |
mpi | Mark sched_yield(2) as NOLOCK. |
commit | commitdiff | tree | snapshot |
2022-11-09 |
sthen | add an example for adding a cloning host route to reach... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
dlg | vmm on !MULTIPROCESSOR kernels should still mark vpus... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
espie | document '=' as a pkgspec |
commit | commitdiff | tree | snapshot |
2022-11-09 |
robert | translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
robert | regen |
commit | commitdiff | tree | snapshot |
2022-11-09 |
robert | add a USB ID for WELLSPRINGM1_J293 to be used by aplhid... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
dtucker | Fix typo in fatal error message. Patch from vapier... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
dtucker | Remove errant colon and simplify format string in error... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
miod | Remove old-style eeprom mentions and relevant leftover... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
miod | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2022-11-09 |
jmc | use Fn; from josiah frentsos |
commit | commitdiff | tree | snapshot |
2022-11-09 |
stsp | unbreak GENERIC build on amd64; patch by anton@ |
commit | commitdiff | tree | snapshot |
2022-11-09 |
tb | Drop some dead code |
commit | commitdiff | tree | snapshot |
2022-11-09 |
djm | rename client_global_hostkeys_private_confirm() to |
commit | commitdiff | tree | snapshot |
2022-11-09 |
tobhe | Fix possible memory leak in BN_mpi2bn() if BN_bin2bn... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
djm | typo in comment |
commit | commitdiff | tree | snapshot |
2022-11-08 |
mbuhl | In case lh_OBJ_NAME_insert returns NULL due to a failed... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Revert lock changes inside ifioctl_get() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
mlarkin | KNF/whitespace - no code change |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Tedu spmi bus definition that moved over to the fdt... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Hook up all those Qualcomm SoC SPMI devices. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Add qcrtc(4), a driver for the RTC found on Qualcomm... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Add qcpon(4), a driver for the Qualcomm PMIC block... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Add qcpmicgpio(4), a driver for the GPIO block inside... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Add qcpmic(4), a driver for the SPMI-connected PMICs... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
dlg | don't keep track of how many vcpus are currently running. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Add qcspmi(4), a driver for the SPMI PMIC Arbiter found... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tobhe | Rename out to err to conform with standard naming scheme. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
dlg | further speed up delivery of interrupts to a running... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
robert | allow the KERN_AUTOCONF_SERIAL sysctl in pledge'd processes |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tobhe | Fix leak of pk if EVP_PKEY_set1_DSA() fails. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | timeout(9): remove unused, undocumented timeout_in_nsec... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tobhe | Enable gpiobl(4) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tobhe | Add gpiobl(4), a driver for gpio controlled display... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Use four spaces not tabs on line break |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Document ifc_list immutability |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kettenis | Implement alternative mailbox handling mechanism requir... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | tc_setclock: don't print a warning if tc_windup() rejec... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
mlarkin | vmm(4): remove locking in vmm_intr_pending |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Unlock SIOCIFGCLONERS |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Push kernel lock inside ifioctl_get() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | arm64: switch to clockintr(9) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | fix indent |
commit | commitdiff | tree | snapshot |
2022-11-08 |
krw | Nuke unused variable 'freesectors'. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | amd64: switch to clockintr(9) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
jsing | Refactor/split ED25519_keypair. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
jsing | Change function argument to reduce differences with... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kettenis | Extent the current suspend/resume implementation to... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
jsing | Remove pointless loops. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tb | Avoid signed integer overflow in i2c_ASN1_BIT_STRING() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
sashan | This diff fixes panic tripped by KASSERT(st->sync_state... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Push kernel lock into ifioctl_get() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | acpihpet(4): disable/reenable acpihpet_delay() during... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | i386: add delay_fini() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
cheloha | amd64: add delay_fini() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
beck | Add missing $OpenBSD$ |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Skip softraid(4) keydisks silently |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kettenis | Move definitions for CNTV_CTL_EL0 to armreg.h. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
deraadt | In the new scheme, the main executable object needs... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tb | rpki-client regress: fix build after beck's libcrypto... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tobhe | Fix leak of pk if EVP_PKEY_set1_RSA() fails. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
beck | Replace the old OpenSSL julian date stuff with BoringSSL's |
commit | commitdiff | tree | snapshot |
2022-11-08 |
dv | whitespace fix in debug printf, no functional change. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Document network-boot-arguments for sparc64 diskless(8) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Make "prepare filesystem" softraid aware, fix arm64... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
patrick | Implement reading/writing/configuring pins in qcgpio... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kettenis | Sprinkle some #ifdef MULTIPROCESSOR to make non-MP... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
kn | Push kernel lock down into ifioctl() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
mpi | Regen |
commit | commitdiff | tree | snapshot |
2022-11-08 |
mpi | Mark mmap(2), munmap(2) and mprotect(2) as NOLOCK. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
nicm | Fix C-S-Tab without extended keys, from Aaron Jensen. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
tb | stray space |
commit | commitdiff | tree | snapshot |
2022-11-08 |
deraadt | Since the introduction of automatic immutable from... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
deraadt | Instead of unmapping boot.text, and then a future alloc... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
joshua | Wrap long lines |
commit | commitdiff | tree | snapshot |
2022-11-07 |
joshua | Move variables above code |
commit | commitdiff | tree | snapshot |
2022-11-07 |
mbuhl | Fix a memory leak in the error path of rde_dump_ctx_new. |
commit | commitdiff | tree | snapshot |
2022-11-07 |
tobhe | Free objects that were dynamically allocated in libcryp... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
mbuhl | Fix theoretical access to garbage stack memory in pfkey... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
deraadt | Missed an ALIGN (which I will admit I do not understand... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
deraadt | Since the introduction of automatic immutable from... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
patrick | The gpiokeys(4) 'label' property seems to be optional... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
patrick | Add support for the PCIe controller on the Qualcomm... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
schwarze | White space KNF, no code change: |
commit | commitdiff | tree | snapshot |
2022-11-07 |
patrick | The ARM SMMUv2 does actually support #iommu-cells ... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
kettenis | Implement the "halt" IPI. |
commit | commitdiff | tree | snapshot |
2022-11-07 |
tb | Rework OpenSSL regress binding a bit to prepare for... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
joshua | Link aes/ to regress |
commit | commitdiff | tree | snapshot |
2022-11-07 |
joshua | Add regress coverage for AES |
commit | commitdiff | tree | snapshot |
2022-11-07 |
dlg | revert "move pf_purge out from under the kernel lock". |
commit | commitdiff | tree | snapshot |
2022-11-07 |
job | Simplify use of strrchr() |
commit | commitdiff | tree | snapshot |
2022-11-07 |
kn | Merge duplicate MD code into MI sr_open_chunk() |
commit | commitdiff | tree | snapshot |
2022-11-07 |
kn | Use variable and shorter logic for NFS check |
commit | commitdiff | tree | snapshot |
2022-11-07 |
jmc | remove one more reference to tcp/slowhz; |
commit | commitdiff | tree | snapshot |
2022-11-07 |
robert | introduce a new kern.autoconf_serial sysctl that can... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2022-11-07 |
dlg | move pf_purge out from under the kernel lock and avoid... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
tb | Fix whitespace. Looks like I was a pig 3 years ago... |
commit | commitdiff | tree | snapshot |
2022-11-07 |
dv | vmm(4): set RAX guest register state based on VMCB |
commit | commitdiff | tree | snapshot |
next |