2024-02-13 |
miod | Remove sanity checks from uvm_pagefree(). The first... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
claudio | There is no way to implement the INKERNEL() macro on... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
tb | zlib: sync with base |
commit | commitdiff | tree | snapshot |
2024-02-13 |
tb | Pull in z_off64_t handling from upstream |
commit | commitdiff | tree | snapshot |
2024-02-13 |
nicm | Add two new values for the destroy-unattached option... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
nicm | Do not allow paste into panes which have exited, from... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
jsg | fix off-by-one in bounds test |
commit | commitdiff | tree | snapshot |
2024-02-12 |
mvs | Pass protosw instead of domain structure to soalloc... |
commit | commitdiff | tree | snapshot |
2024-02-12 |
cheloha | kernel: disable hardclock() on secondary CPUs |
commit | commitdiff | tree | snapshot |
2024-02-12 |
uaa | add Allwinner H616 support (and errata fix) |
commit | commitdiff | tree | snapshot |
2024-02-12 |
job | Add showfilename set option |
commit | commitdiff | tree | snapshot |
2024-02-12 |
mpi | Fix tuple & string comparisons in maps. |
commit | commitdiff | tree | snapshot |
2024-02-12 |
mpi | Trailing spaces |
commit | commitdiff | tree | snapshot |
2024-02-12 |
kettenis | Revert the change that enables retpoline PLTs by defaul... |
commit | commitdiff | tree | snapshot |
2024-02-12 |
jsg | Intel and AMD use different cpuid bits for MSR_PRED_CMD... |
commit | commitdiff | tree | snapshot |
2024-02-12 |
guenther | Retpolines are an anti-pattern for IBT, so we need... |
commit | commitdiff | tree | snapshot |
2024-02-11 |
kn | Enable disk encryption in unattended installations |
commit | commitdiff | tree | snapshot |
2024-02-11 |
mvs | Release `sb_mtx' mutex(9) before sbunlock(). |
commit | commitdiff | tree | snapshot |
2024-02-11 |
bluhm | Remove needless includes of netinet6/ip6_var.h header... |
commit | commitdiff | tree | snapshot |
2024-02-11 |
mvs | Use `sb_mtx' instead of `inp_mtx' in receive path for... |
commit | commitdiff | tree | snapshot |
2024-02-11 |
kettenis | Fix potential out-of-bounds array access. |
commit | commitdiff | tree | snapshot |
2024-02-11 |
op | unify smtpd and makemap table parser |
commit | commitdiff | tree | snapshot |
2024-02-11 |
tb | sync with src |
commit | commitdiff | tree | snapshot |
2024-02-11 |
tb | libz: more windows ifdef turd shining from upstream |
commit | commitdiff | tree | snapshot |
2024-02-11 |
jmc | recue -> reduce (in comment); from andrius v |
commit | commitdiff | tree | snapshot |
2024-02-11 |
gkoehler | In pkg-config, accept both "CFlags:" and "Cflags:" |
commit | commitdiff | tree | snapshot |
2024-02-11 |
jsg | firefall -> firewall, from Joel Carnat |
commit | commitdiff | tree | snapshot |
2024-02-11 |
bluhm | Remove include netinet6/ip6_var.h from netinet/in_pcb.h. |
commit | commitdiff | tree | snapshot |
2024-02-11 |
bluhm | libexpat minor bump to 14.1 |
commit | commitdiff | tree | snapshot |
2024-02-11 |
bluhm | Update libexpat regress to version 2.6.0. |
commit | commitdiff | tree | snapshot |
2024-02-11 |
bluhm | Update libexpat to version 2.6.0. |
commit | commitdiff | tree | snapshot |
2024-02-10 |
deraadt | grow arm64 iso media again |
commit | commitdiff | tree | snapshot |
2024-02-10 |
deraadt | If anything goes wrong with reading the 'sysctl hw... |
commit | commitdiff | tree | snapshot |
2024-02-10 |
deraadt | On kernels without ucom(4) support, 'sysctl hw.ucomname... |
commit | commitdiff | tree | snapshot |
2024-02-10 |
dv | Prevent use of uninitialized byte in vmd's mmio decoder. |
commit | commitdiff | tree | snapshot |
2024-02-10 |
naddy | clean sshd random relinking kit; ok miod@ |
commit | commitdiff | tree | snapshot |
2024-02-10 |
jsg | fix off-by-one when printing fr_arg |
commit | commitdiff | tree | snapshot |
2024-02-10 |
tb | libz: sync with base |
commit | commitdiff | tree | snapshot |
2024-02-10 |
tb | libz: sync with upstream |
commit | commitdiff | tree | snapshot |
2024-02-10 |
dv | Fix locked address interfaces in vmd(8). |
commit | commitdiff | tree | snapshot |
2024-02-10 |
dv | Set vmd virtio device fds to -1 on close after fork. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
tb | pull in another upstream tweak for windows |
commit | commitdiff | tree | snapshot |
2024-02-09 |
cheloha | dt(4): move interval/profile entry points to dedicated... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
cheloha | clockintr: add clockintr_unbind() |
commit | commitdiff | tree | snapshot |
2024-02-09 |
jan | vmx(4): add missing NVLAN checks |
commit | commitdiff | tree | snapshot |
2024-02-09 |
cheloha | clockintr: refactor clockintr_cancel() into clockintr_c... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
bluhm | Include sys/lock.h to make qwx(4) compile with GENERIC... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
dv | Only debug log dhcp packet info if packet is found. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
dv | Tuck vmd's i8253 reset debug logs behind DPRINTF. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | implement qwx_dp_process_rxdma_err() |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | implement qwx_dp_rx_process_wbm_err() |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | implement qwx_dp_process_reo_status() |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | implement qwx_dp_process_rx_err() |
commit | commitdiff | tree | snapshot |
2024-02-09 |
bluhm | Route cache function returns hit or miss. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
job | Bump release |
commit | commitdiff | tree | snapshot |
2024-02-09 |
claudio | Convert the bgplg html pages to HTML5. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
bluhm | Struct layout of qwx_softc should not depend on NBPFILTER. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
tb | bio_dump: add a test that prints all values of a single... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
jsg | avoid uninitialised var use if qwx_core_fetch_bdf(... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
yasuoka | Don't assume MPPE-{Send,Recv}-Keys are used only for... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | qwx pci code must include bpfilter.h, too; spotted... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
bluhm | Enable igc(4) on sparc64. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | make ifconfig display the Tx rate selected by qwx firmware |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | add missing node reference counting to qwx's Tx complet... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
stsp | remove qwx debug prints for management frame events... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
tb | zlib: sync with upstream |
commit | commitdiff | tree | snapshot |
2024-02-09 |
dtucker | Expand the set of ciphers, MACs and KEX methods in... |
commit | commitdiff | tree | snapshot |
2024-02-09 |
dtucker | Factor out PuTTY setup and call when needed. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
yasuoka | Refactor some functions to prepare accounting support. |
commit | commitdiff | tree | snapshot |
2024-02-09 |
tb | Remove a useless EVP_MD_CTX_init() call |
commit | commitdiff | tree | snapshot |
2024-02-09 |
yasuoka | Add nochroot parameter to module_drop_privilege() so... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
kettenis | Upstream Linux finally settled on the compatible for... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
miod | Oops, commited wrong version of CLEANFILES in previous. |
commit | commitdiff | tree | snapshot |
2024-02-08 |
miod | Feed more generated files to the clean target; joint... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
tb | infcover: print size_t with %zu. from upstream |
commit | commitdiff | tree | snapshot |
2024-02-08 |
martijn | Add tests to make sure that snmpd adheres to the RFC257... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
martijn | RFC2578 section 7.1 specifies the ranges and in the... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
martijn | No that we load MIB files at snmpd start-up chances... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | repair QWX_DEBUG build |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | implement qwx_dp_tx_process_htt_tx_complete() |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | fix qwx_dp_shadow_start_timer() |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | remove qwx(4) dp_tx debug prints which should not have... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
jsg | ldo bits need to be shifted |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | handle qwx(4) firmware roaming events |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | mark full qwx(4) Tx queues, such that the OACTIVE mecha... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | fix use of uninitialized variable m in qwx_dp_rx_reap_m... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | fix uninitialized return from qwx_qmi_load_file_target_... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | handle fragmented mbuf DMA segments in the qwx(4) Tx... |
commit | commitdiff | tree | snapshot |
2024-02-08 |
stsp | set the mbuf length for received data frames in qwx(4) |
commit | commitdiff | tree | snapshot |
2024-02-08 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-02-08 |
jsg | correct size in ipv6 address comparison |
commit | commitdiff | tree | snapshot |
2024-02-08 |
jsg | correct size in mac address comparison |
commit | commitdiff | tree | snapshot |
2024-02-08 |
jsg | fix off-by-one in bounds test |
commit | commitdiff | tree | snapshot |
2024-02-07 |
jsg | fix anchortypes bounds test |
commit | commitdiff | tree | snapshot |
2024-02-07 |
bluhm | Add missing #ifdef INET6 to fix ramdisk build. |
commit | commitdiff | tree | snapshot |
2024-02-07 |
bluhm | Use the route generation number also for IPv6. |
commit | commitdiff | tree | snapshot |
2024-02-07 |
kettenis | Add Allwinner H616 support. |
commit | commitdiff | tree | snapshot |
2024-02-07 |
kettenis | Add Allwinner H616 support. |
commit | commitdiff | tree | snapshot |
2024-02-07 |
uaa | add allwinner H616 support |
commit | commitdiff | tree | snapshot |
2024-02-07 |
millert | Add and install the zonenow.tab file. |
commit | commitdiff | tree | snapshot |
next |