Age | Commit message (Expand) | Author |
2020-10-22 | add support for AMD 17h/3xh HD Audio and the ALC887 codec | Robert Nagy |
2020-10-22 | Handle NO_PROPOSAL_CHOSEN for initiator in IKE_SA_INIT exchange. | tobhe |
2020-10-22 | Add missing break. | tobhe |
2020-10-22 | Use the DBZ instruction to zero memory a cache line at a time. | Mark Kettenis |
2020-10-22 | Switch away from splsoftnet() and change the code to splnet(). | Claudio Jeker |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-22 | - missing NET_UNLOCK() in pf_ioctl.c error path | Alexandr Nedvedicky |
2020-10-22 | Do not write unneeded data into the iwx(4) MAC context removal command. | Stefan Sperling |
2020-10-22 | support for session resumption in TLS1.3 does not exist yet, as | Sebastian Benoit |
2020-10-22 | session tickets are disabled by default, correct the manpage. | Sebastian Benoit |
2020-10-22 | ug_err() was renamed to err() in r1.41. A new ug_err call was added in | Theo Buehler |
2020-10-21 | Add retguard macros to powerpc64 locore functions. | mortimer |
2020-10-21 | Fix building the library when invoked with make regress. | Alexander Bluhm |
2020-10-21 | (same as sh/sh/trap.c) | Theo de Raadt |
2020-10-21 | whitespace | Theo de Raadt |
2020-10-21 | last argument to pmap_fault_fixup() is unused, delete it | Theo de Raadt |
2020-10-21 | move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), | Theo de Raadt |
2020-10-21 | The condition around uvm_grow() can be simplified, as the error result | Theo de Raadt |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-21 | Remove SAs from ike_dstid_sas on 'ikectl reset sa' to prevent use after free. | tobhe |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-21 | Stop documenting some functions as macros. | Theo Buehler |
2020-10-21 | simplify and improve the example by using the -a and -d options; | Ingo Schwarze |
2020-10-21 | On machines with a userland timecounter we bypass the gettimeofday(2) | Mark Kettenis |
2020-10-21 | Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling this | Mark Kettenis |
2020-10-21 | mips64 has same bug as arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-21 | - fixing fatal typos fp vs fp_prealloc. | Alexandr Nedvedicky |
2020-10-21 | handle capable(CAP_SYS_NICE) for allowing high priority contexts | Jonathan Gray |
2020-10-21 | Prevent NULL dereference introduced in previous. | Martin Pieuchot |
2020-10-21 | ICMP raw sockets start to receive packets as soon as they are created | Florian Obser |
2020-10-21 | Specify version with fw_update(1) | kn |
2019-11-19 | Import NetBSD system call regression tests. They were written with | Alexander Bluhm |
2020-10-21 | Constify and use C99 initializer for "struct uvm_pagerops". | Martin Pieuchot |
2020-10-21 | Move the top part of uvm_fault() (lookups, checks, etc) in their own function. | Martin Pieuchot |
2020-10-21 | - move NET_LOCK() further down in pf_ioctl.c. Also move memory allocations | Alexandr Nedvedicky |
2020-10-21 | rde_update_dispatch() was switched to void some time ago. There is no | Claudio Jeker |
2020-10-21 | Move tmp16 declaration into the #ifdef __KAME__ block to remove a compiler | Claudio Jeker |
2020-10-21 | Include endian.h for htobe64(). | Claudio Jeker |
2020-10-21 | No need to include sys/cdefs.h here | Claudio Jeker |
2020-10-21 | For portability include sys/types.h instead of sys/cdefs.h. | Claudio Jeker |
2020-10-21 | hppa also has a similar to arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-21 | change drm_vma function arguments to take struct drm_file * | Jonathan Gray |
2020-10-20 | copyout(9), copyinstr(9) and copyoutstr(9) should bail out | Patrick Wildt |
2020-10-20 | Remove calls for df(1), netstat(1), and the verbose dump(1) | Daniel Jakots |
2020-10-20 | timeout(9): fix compilation under NKCOV | cheloha |
2020-10-20 | Align the basename(3) and dirname(3) prototypes with the POSIX spec: | Christian Weisgerber |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-20 | Add handling for a trap instruction that terminates the process. | Visa Hankala |