2023-02-16 |
tb | libressl *_namespace.h: adjust *_ALIAS() to require... |
commit | commitdiff | tree | snapshot |
2023-02-16 |
dtucker | Remove SSH_BUG_IGNOREMSG compat flag since it's only... |
commit | commitdiff | tree | snapshot |
2023-02-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-02-16 |
deraadt | Document pinsyscall(2). The ld.so and kernel enforceme... |
commit | commitdiff | tree | snapshot |
2023-02-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-02-16 |
jsing | Reimplement bn_add_words() and bn_sub_words() using... |
commit | commitdiff | tree | snapshot |
2023-02-16 |
deraadt | Add pinsyscall(2). With this you can tell the kernel... |
commit | commitdiff | tree | snapshot |
2023-02-16 |
deraadt | explain why ARIN TAL is not included. |
commit | commitdiff | tree | snapshot |
2023-02-16 |
jsg | remove the '(R)' from the intel cpu match pattern |
commit | commitdiff | tree | snapshot |
2023-02-16 |
afresh1 | Regen en_US.UTF-8.src for Unicode 14.0.0 |
commit | commitdiff | tree | snapshot |
2023-02-16 |
afresh1 | Whitespace |
commit | commitdiff | tree | snapshot |
2023-02-15 |
tobhe | proc_ispeer() is not used anywhere anymore so remove... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
mvs | Relax kernel lock assertion within tsleep(9). The ... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
sashan | pfsync(4) panics on NULL pointer dereference if there |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsing | Place bn_mul_add_words() after bn_mul_words(). |
commit | commitdiff | tree | snapshot |
2023-02-15 |
claudio | bgpd no longer immediatly opens the connection to its... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
kettenis | The GMAC on the Rockchip RK356x and RK3588 SoCs can... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
kettenis | Don't print the version twice, but do print a newline... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
kettenis | Add GMAC-related RK356x clocks. |
commit | commitdiff | tree | snapshot |
2023-02-15 |
florian | Use correct order of arguments for shutdown(2). |
commit | commitdiff | tree | snapshot |
2023-02-15 |
aoyama | Now Puffy comes on luna88k bootloader! |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/i915: Fix VBT DSI DVO port handling |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/i915: Initialize the obj flags for shmem objects |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/i915: Move fd_install after last use of fence |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amd/display: fix cursor offset on rotation 180 |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amd/display: properly handling AGP aperture in... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amdgpu/smu: skip pptable init under sriov |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amdgpu/fence: Fix oops due to non-matching drm_sche... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amd/pm: bump SMU 13.0.7 driver_if header version |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amdgpu: Add unique_id support for GC 11.0.1/2 |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amd/pm: bump SMU 13.0.0 driver_if header version |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
claudio | Use the nowake channel for sys_nanosleep() instead... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2023-02-15 |
jsg | add a Navi 33 / Radeon RX 7600S device id |
commit | commitdiff | tree | snapshot |
2023-02-15 |
tb | sync |
commit | commitdiff | tree | snapshot |
2023-02-15 |
tb | zap tab |
commit | commitdiff | tree | snapshot |
2023-02-15 |
afresh1 | sync - perl 5.36.0 |
commit | commitdiff | tree | snapshot |
2023-02-15 |
afresh1 | Apply pre-built unicore patch - perl-5.36.0 |
commit | commitdiff | tree | snapshot |
2023-02-15 |
afresh1 | Apply local patches - perl-5.36.0 |
commit | commitdiff | tree | snapshot |
2023-02-15 |
afresh1 | Fix merge issues, remove excess files - match perl... |
commit | commitdiff | tree | snapshot |
2023-02-15 |
afresh1 | Import perl-5.36.0 |
commit | commitdiff | tree | snapshot |
2023-02-14 |
kettenis | enable scmi(4) |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Remove the misnamed and now unused mul, mul_add and... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Reimplement bn_mul_words(), bn_mul_add_words() and... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Provide big number primitives for word addition/multipl... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Make BN_is_zero() check word values. |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Fix a -0 corner case in BN_div_internal() |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Reimplement BN_num_bits_word(). |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Make BN_set_negative() closer to constant time. |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsing | Provide bn_ct_{eq,ne}_zero{,_mask}() inline functions. |
commit | commitdiff | tree | snapshot |
2023-02-14 |
job | Fix handling of port numbers in host[:port]/module... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
claudio | When initalizing a new peer, wait an extra 5 seconds... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
claudio | No longer wait for the RTR process to finish the config... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
tb | Add regress coverage for BN_num_bits_word() |
commit | commitdiff | tree | snapshot |
2023-02-14 |
stsp | jca@ points out that the field I split in iwx(4) Rx... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
claudio | Add -mpls to the route monitor case. It is an allowed... |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsg | use pragma pack around PPTable_t definitions |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsg | use pragma pack around dmub_addr definition |
commit | commitdiff | tree | snapshot |
2023-02-14 |
mvs | regen |
commit | commitdiff | tree | snapshot |
2023-02-14 |
mvs | Backout previous. Assertion was triggered within tsleep(). |
commit | commitdiff | tree | snapshot |
2023-02-14 |
kettenis | Fix scmi(4) entry. |
commit | commitdiff | tree | snapshot |
2023-02-14 |
jsg | smci -> scmi |
commit | commitdiff | tree | snapshot |
2023-02-14 |
kn | Typofix -ssthresh in HISTORY |
commit | commitdiff | tree | snapshot |
2023-02-13 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | scmi(4) |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Add a driver for the ARM System Control and Management... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Add RK356x TSADC clocks. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
patrick | Add dwqe(4), a driver for the Synopsis DesignWare Ether... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Mention TCS4525. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Add support for the Shenzhen Tangcheng Technology TCS45... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
claudio | Adjust function prototype of a stub function after... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
claudio | Pass struct rib_entry to rde_generate_updates() instead... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Support device trees with NOPs in them (like the kernel... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
stsp | Fix an alignment issue in iwx(4) Rx descriptors. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
deraadt | Also lock the map in the execve-driven calls to uvm_map... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
deraadt | Upon fork, copy the copyin_check structure to the new... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
mvs | regen |
commit | commitdiff | tree | snapshot |
2023-02-13 |
tb | asn1x509 test: Remove unnecessary line continuations |
commit | commitdiff | tree | snapshot |
2023-02-13 |
mvs | Push kernel lock down to dopselect() and doppoll()... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
tb | Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c |
commit | commitdiff | tree | snapshot |
2023-02-13 |
tb | dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
tb | dsa/dsa_sign.c: shuffle functions into a more sensible... |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | regen |
commit | commitdiff | tree | snapshot |
2023-02-13 |
kettenis | Add Rockchip RK3566 and shorten the name for the RK3399. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
jsing | Revise for negative zero changes. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
jsing | Avoid negative zero. |
commit | commitdiff | tree | snapshot |
2023-02-13 |
jsing | Simplify BN_set_negative(). |
commit | commitdiff | tree | snapshot |
2023-02-13 |
jsing | Add currently failing negative zero check to BN_rshift... |
commit | commitdiff | tree | snapshot |
2023-02-12 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-02-12 |
tb | bump major after syscall removal |
commit | commitdiff | tree | snapshot |
2023-02-12 |
mvs | Rename pipeselwakeup() to pipe_wakeup(). It doesn't... |
commit | commitdiff | tree | snapshot |
2023-02-12 |
mvs | regen |
commit | commitdiff | tree | snapshot |
2023-02-12 |
mvs | Add "Micron Technology" vendor and MTFDKBA512QFM NVMe... |
commit | commitdiff | tree | snapshot |
2023-02-12 |
aoyama | m88k also needs to define PMAP_CHECK_COPYIN as 1. |
commit | commitdiff | tree | snapshot |
2023-02-11 |
deraadt | non-padded 64-bit system calls arrived 2021/12/23,... |
commit | commitdiff | tree | snapshot |
2023-02-11 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-02-11 |
deraadt | non-padded 64-bit system calls arrived 2021/12/23,... |
commit | commitdiff | tree | snapshot |
next |