2024-08-18 |
tb | Remove documentation for X509_REQ_[gs]et_extension_nids |
commit | commitdiff | tree | snapshot |
2024-08-18 |
kettenis | Some machines have more than one DCP, so apldcp(4)... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
tb | Drop OpenSSL 3.0 interop testing infrastructure |
commit | commitdiff | tree | snapshot |
2024-08-18 |
tb | Add support for openssl32 in interop test |
commit | commitdiff | tree | snapshot |
2024-08-18 |
mpi | Get rid of intermediate copy before passing events... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
mpi | Do not cache pages belonging to memory ranges with... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
mpi | Remove outdated comment about UVM_PLA_WAITOK and the... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
stsp | plug a memory leak in qwx(4) by freeing vifs when the... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
deraadt | add missing child activate handling, found due to idiom... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
deraadt | Upon resume, run usb_attach_roothub() in DVACT_WAKEUP... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
deraadt | If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
guenther | Use struct __sFILE instead of FILE in thread locking... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
guenther | Adjust locale/rune*.h files so <stdio.h> and <wchar... |
commit | commitdiff | tree | snapshot |
2024-08-18 |
guenther | Pull in <stdio.h> (for snprintf()) directly instead of |
commit | commitdiff | tree | snapshot |
2024-08-17 |
mlarkin | Use 'int ch' instead of 'char ch' in one place for... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
denis | Replace homemade copy_of() with strdup() |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | icc_detach was not listed in cfattach |
commit | commitdiff | tree | snapshot |
2024-08-17 |
mpi | Use km_alloc(9) to allocate USPACE instead of uvm_pglis... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
kettenis | Skip the FADT check on OpenBSD. Without it the GPU... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
kettenis | The amdgpu(4) code uses separate code paths for suspend... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
kettenis | Linux doesn't consider S4 to be a suspend target state. |
commit | commitdiff | tree | snapshot |
2024-08-17 |
denis | Allow PPP interface to run in an rdomain and get a... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
phessler | effectively revert revision 1.7. |
commit | commitdiff | tree | snapshot |
2024-08-17 |
tb | Zap a trailing comma to appease mandoc -Tlint |
commit | commitdiff | tree | snapshot |
2024-08-17 |
tb | sync |
commit | commitdiff | tree | snapshot |
2024-08-17 |
tb | Remove docs of various X509_TRUST "functionality" that... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
florian | Since we are not using a pid file the manuals render... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
miod | Checkpoint of work-in-progress attempt to support the... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
miod | Correct capitalization of FXe and use decimal version... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
djm | mention that ed25519 is the default key type generated and |
commit | commitdiff | tree | snapshot |
2024-08-17 |
djm | fix minor memory leak in Subsystem option parsing; |
commit | commitdiff | tree | snapshot |
2024-08-17 |
stsp | enable qwx(4) ext irqs earlier for suspend/resume |
commit | commitdiff | tree | snapshot |
2024-08-17 |
djm | fix swapping of source and destination addresses in... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
jsg | avoid uninitialised var use in nfs_serv.c error paths |
commit | commitdiff | tree | snapshot |
2024-08-17 |
yasuoka | Fix some memory leaks in the RADIUS part. |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | whitespace |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | perusing drivers on other systems, there appears to... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | The dwiic_init() routine is used at startup to read... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | dwiic_activate did not inform sub-devices with config_a... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
deraadt | dwiic resume is almost exclusively a "hardware state... |
commit | commitdiff | tree | snapshot |
2024-08-17 |
jsg | skip Controller Save State (CSS) and Controller Restore... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
guenther | Cast to unsigned char after or'ing in the meta bit... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
guenther | Delete duplicated x{m,re}alloc() declarations and add... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
guenther | Delete bogus test of array being NULL |
commit | commitdiff | tree | snapshot |
2024-08-16 |
guenther | strn?casecmp() config bits were incomplete. We have... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
guenther | Fix precedence lossage reported by clang that results in |
commit | commitdiff | tree | snapshot |
2024-08-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-08-16 |
mpi | Atomically modify `nthreads' and move proc_free() out... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
florian | Remove reference to telnet(1). |
commit | commitdiff | tree | snapshot |
2024-08-16 |
florian | telnet(1) is not a good example for logging in over... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
florian | Add pledge & unveil. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
deraadt | whitespace |
commit | commitdiff | tree | snapshot |
2024-08-16 |
jan | vio(4): Don't set IPv4 checksum OK flag for rx packets. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
miod | Fix bounds checking in wsmux_getmux(). |
commit | commitdiff | tree | snapshot |
2024-08-16 |
kettenis | Set CONFIG_AMD_PMC. We don't have the corresponding... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
kettenis | Hook up a few more bits of suspend/resume power managem... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
kettenis | drm/amd: Stop evicting resources on APUs in suspend |
commit | commitdiff | tree | snapshot |
2024-08-16 |
yasuoka | Make sure that the uptime field is always updated.... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
yasuoka | Free memory as much as possible. Also, fix a use-after... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
yasuoka | Send a reply to the control client when DAE is timed... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
yasuoka | Delete req_modified. Which is not used. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
mvs | Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
robert | add 7.7 syspatch pubkey |
commit | commitdiff | tree | snapshot |
2024-08-16 |
deraadt | delete disabled ACPI-related code in here, this power... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
patrick | Align more register addresses and data structures... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
patrick | Further minor cleanup for improved readability, with... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
patrick | Initial patchset on top of the qwx(4) to adjust for... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
deraadt | whitespace |
commit | commitdiff | tree | snapshot |
2024-08-15 |
kettenis | Upon resume, restore the saved state. Newer Intel... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-08-15 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-08-15 |
claudio | Regen some OK files since the bgpctl rib header changed. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
dlg | add BIOCSETFNR, which is like BIOCSETF but doesnt reset... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
job | Ensure synchronization jobs are stopped when the timeou... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
patrick | sync |
commit | commitdiff | tree | snapshot |
2024-08-15 |
patrick | Add Qualcomm WCN7850 |
commit | commitdiff | tree | snapshot |
2024-08-15 |
sthen | add 77-fw pubkey |
commit | commitdiff | tree | snapshot |
2024-08-15 |
tb | bsd.port.mk: typo dbp -> dpb |
commit | commitdiff | tree | snapshot |
2024-08-15 |
tb | Document DWZ and fix a few mandoc lints |
commit | commitdiff | tree | snapshot |
2024-08-15 |
claudio | Call repo_check_timeout() before colleting the POLLOUT... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
claudio | Add filtered support to bgplgd. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
yasuoka | Accept empty lines for authopts to fix the parser to... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
guenther | unifdef for S_I{FLNK,FIFO,FSOCK}. For the operations... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/radeon: Remove __counted_by from StateArray.states[] |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/dp_mst: Skip CSN if topology probing is not done yet |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/client: fix null pointer dereference in drm_client_... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/i915/gem: Adjust vma offset for framebuffer mmap... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu: Forward soft recovery errors to userspace |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amd/display: Skip Recompute DSC Params if no Stream... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/i915/gem: Fix Virtual Memory mapping boundaries... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amd/display: Add null checker before passing variables |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amd/pm: Fix the null pointer dereference for vega10... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu: Add lock around VF RLCG interface |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/admgpu: fix dereferencing null pointer context |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu/pm: Fix the null pointer dereference in... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu: Fix the null pointer dereference to ras_manager |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu/pm: Fix the null pointer dereference for... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu/pm: Fix the param type of set_power_profile_mode |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amdgpu: fix potential resource leak warning |
commit | commitdiff | tree | snapshot |
2024-08-15 |
jsg | drm/amd/display: Add delay to improve LTTPR UHBR interop |
commit | commitdiff | tree | snapshot |
next |