2021-05-28 |
visa | Add cad(4), a driver for Cadence GEM. |
commit | commitdiff | tree | snapshot |
2021-05-28 |
tb | Silence a clang warning on loss of precision |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | Schedule timeout a little bit sooner. Doing this once... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | Enable imxdog(4) |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | Once i.MX's watchdog is enabled, it can never be disabl... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | imxdog(4) |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | Fix typo in imxesdhc(4) |
commit | commitdiff | tree | snapshot |
2021-05-28 |
patrick | Move imxdog(4) to sys/dev/fdt. |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | kettenis@ pointed out that i forgot to fill in the... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | first cut at manpages for aplns(4) |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | aplns needs some dmamem per queue for it's iommu. |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | commented out lines for aplns(4) for Apple NVME storage... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | start working on support for Apple NVME Storage as... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | provide nvme_ops for vanilla pci nvme, and use them... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | provide an nvme_ops struct to start trying to support... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | move the nvme_dmamem prototypes so bus glue can use... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | shuffle the deck chairs. no functional change |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | move nvme_barrier to nvmevar.h, just to keep it with... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | let nvme_read8 and nvme_write8 get used by bus glue... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
dlg | move the nvme_read4 and nvme_write4 macros to the header. |
commit | commitdiff | tree | snapshot |
2021-05-27 |
cheloha | vga(4): fix vga_doswitch() prototype |
commit | commitdiff | tree | snapshot |
2021-05-27 |
mvs | Introduce the new test which enforces unp_internalize... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
bluhm | Check that libexpat uses arc4random_buf as entropy... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Stop processing UPDATES if the peer is not up. |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | With the update of tha as4byte code to RFC 6793 a 0... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | File missed in a previous commit. Should fix the error... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Rename and move functions used to get per-peer settings... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
krw | Relax criteria for recognizing GPT formatted media... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | remove excessive tabs and fix a tyop in comment. |
commit | commitdiff | tree | snapshot |
2021-05-27 |
bluhm | No longer patch away other entropy sources from libexpa... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
job | Fix more warnings |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Use negotiated capabilities to decide if a ROUTE-REFRES... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Use correct RFC number in comment |
commit | commitdiff | tree | snapshot |
2021-05-27 |
job | Fix warning |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | When generating updates for a peer that has 'rde evalua... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Fix how the rde_eval_all flag is tracked. Make sure... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Add the bits needed in bgpctl to show the new ADD-PATH... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | bgpd(8) will soon support ADD-PATH (RFC7911) and enhanc... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Fix bad logic in last commit. If graceful restart is... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
kettenis | Use todr_attach(). Prompted by cheloha@ |
commit | commitdiff | tree | snapshot |
2021-05-27 |
claudio | Improve graceful restart capability handling. |
commit | commitdiff | tree | snapshot |
2021-05-27 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-05-27 |
dlg | ajacoutot says i missed copying some bits from bridge... |
commit | commitdiff | tree | snapshot |
2021-05-27 |
dlg | ajacouto says i missed copying some bits from bridge... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
kettenis | Add aplspmi(4), a driver for the Apple SPMI controller... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
bluhm | Update libexpat to 2.4.1. This fixes CVE-2013-0340... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
kettenis | Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIV... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
eric | replaces calls to err(3)/errx(3) with fatal()/fatalx... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
mvs | Use `so_lock' to protect key management (PF_KEY) socket... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
eric | remove unused code |
commit | commitdiff | tree | snapshot |
2021-05-26 |
dlg | add support for pf divert-to on tpmr, like what was... |
commit | commitdiff | tree | snapshot |
2021-05-26 |
dlg | support divert-to when pf applies it to a packet. |
commit | commitdiff | tree | snapshot |
2021-05-26 |
djm | fix SEGV in UpdateHostkeys debug() message, triggered... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
bluhm | As network features are not added dynamically, the... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
eric | remove obsolete files |
commit | commitdiff | tree | snapshot |
2021-05-25 |
jcs | instruct git to ignore all **/obj entries created by... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
guenther | clang's assembler now supports 64-suffixed versions... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
kn | program headers: do not rely on DYNAMIC coming before... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
claudio | Instead of the old way of prefix withdraw on a bad... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
bluhm | The arrays sadb_exts_allowed_out and sadb_exts_required... |
commit | commitdiff | tree | snapshot |
2021-05-25 |
ratchov | Drop assembly for 24-bit fixed-point operations |
commit | commitdiff | tree | snapshot |
2021-05-25 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-05-24 |
phessler | create audio devices for armv7 |
commit | commitdiff | tree | snapshot |
2021-05-24 |
kettenis | Add apldwusb(4), a glue driver for the Synpsys DesignWa... |
commit | commitdiff | tree | snapshot |
2021-05-24 |
kettenis | Add support for a DART with two sets of registers.... |
commit | commitdiff | tree | snapshot |
2021-05-24 |
dv | Mention support for vmd(8) emulated virtio networking... |
commit | commitdiff | tree | snapshot |
2021-05-24 |
dtucker | Find openssl binary via environment variable. This... |
commit | commitdiff | tree | snapshot |
2021-05-23 |
dv | vmd(8): skip inspecting non-udp packets on local interfaces |
commit | commitdiff | tree | snapshot |
2021-05-23 |
kettenis | Some machines (e.g. some Intel Macs) have a EFI memory... |
commit | commitdiff | tree | snapshot |
2021-05-23 |
naddy | ssh: The client configuration keyword is "hostbasedacce... |
commit | commitdiff | tree | snapshot |
2021-05-23 |
jan | Constify function parameters. |
commit | commitdiff | tree | snapshot |
2021-05-23 |
eric | add missing entry for cafile |
commit | commitdiff | tree | snapshot |
2021-05-23 |
eric | add more TLS options to smtp(1): |
commit | commitdiff | tree | snapshot |
2021-05-22 |
eric | add semantic markup as suggested by schwarze@ and jmc@ |
commit | commitdiff | tree | snapshot |
2021-05-22 |
bluhm | In dt(4) add an offset of 100000 to the thread ID.... |
commit | commitdiff | tree | snapshot |
2021-05-22 |
bluhm | Test more corner cases of IPv4 fragment reassembly. |
commit | commitdiff | tree | snapshot |
2021-05-22 |
drahn | Cast line_size to address width before using for alignment. |
commit | commitdiff | tree | snapshot |
2021-05-22 |
bluhm | On powerpc64 calling a function needs 64 bytes of stack... |
commit | commitdiff | tree | snapshot |
2021-05-22 |
jan | Remove useless fflush(3) calls. lreply() already calle... |
commit | commitdiff | tree | snapshot |
2021-05-22 |
jan | Remove useless islower(2) before toupper(3). |
commit | commitdiff | tree | snapshot |
2021-05-22 |
kettenis | Fix aml_rwgsb(). My interpretation of the ACPI standar... |
commit | commitdiff | tree | snapshot |
2021-05-22 |
eric | reorder entries |
commit | commitdiff | tree | snapshot |
2021-05-22 |
eric | allow to specify TLS ciphers and protocols in smtp(1) |
commit | commitdiff | tree | snapshot |
2021-05-22 |
mpi | Use atomic operations for reference counting VM maps. |
commit | commitdiff | tree | snapshot |
2021-05-22 |
yasuoka | Remove ipsec_utils.c, its headers, and the code block... |
commit | commitdiff | tree | snapshot |
2021-05-22 |
anton | In revision 1.95 of cgi.c, a meta viewport element... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
bluhm | Ignore return value of execve(2) in ktrace output.... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
bluhm | Fix the calculation of the maximum stack size in the... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
bluhm | Set the stack size attribute of the pthreads large... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
krw | The protective MBR for GPT partitioning must be at |
commit | commitdiff | tree | snapshot |
2021-05-21 |
kettenis | Avoid spinning on the kernel lock with interrupts disabled. |
commit | commitdiff | tree | snapshot |
2021-05-21 |
kettenis | The implementation of the FUTEX_WAIT option in futex... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
deraadt | reduce diff relative to other arch (arm64 seems most... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
deraadt | delete useless comment |
commit | commitdiff | tree | snapshot |
2021-05-21 |
deraadt | delete useless comment |
commit | commitdiff | tree | snapshot |
2021-05-21 |
kettenis | Add an additional pin configuration. |
commit | commitdiff | tree | snapshot |
2021-05-21 |
kettenis | Fix some comments and use pmap_pte_insert() to update... |
commit | commitdiff | tree | snapshot |
2021-05-21 |
mvs | Fix style(9) in prototypes definition. |
commit | commitdiff | tree | snapshot |
2021-05-21 |
djm | fix memleak in test |
commit | commitdiff | tree | snapshot |
2021-05-21 |
djm | also check contents of remaining string |
commit | commitdiff | tree | snapshot |
next |