Age | Commit message (Expand) | Author |
2019-04-21 | adjust another bufcachepercent default | anton |
2019-04-21 | adjust bufcachepercent default | Theo de Raadt |
2019-04-21 | sync | Theo de Raadt |
2019-04-21 | Build clang on powerpc. | Mark Kettenis |
2019-04-21 | Timeline lock is used from interrupt context so use IPL_TTY to prevent | Mark Kettenis |
2019-04-21 | Clean up tls1_process_ticket(). | Joel Sing |
2019-04-21 | Cleanup more of tls_decrypt_ticket(). | Joel Sing |
2019-04-21 | Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashes | Mark Kettenis |
2019-04-21 | Start cleaning up tls_decrypt_ticket(). | Joel Sing |
2019-04-21 | Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl(). | Stefan Sperling |
2019-04-21 | fix some style nits to reduce noise in an upcoming diff | Theo Buehler |
2019-04-21 | Improve comment grammar | Philip Guenther |
2019-04-21 | Now that all Elf_foo types are correct, we don't need to use Elf32_Word | Theo de Raadt |
2019-04-21 | On alpha, the buckets of DT_HASH are 8 bytes instead of 4 bytes. This was | Philip Guenther |
2019-04-21 | pledge "stdio" after opening file and before doing operations | Theo de Raadt |
2019-04-20 | Revert enabling VMM_DEBUG which slipped through the previous commit. | kn |
2019-04-20 | knf, ok bluhm | Ted Unangst |
2019-04-20 | #define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */ | Theo de Raadt |
2019-04-20 | The conversion of rdsetroot to -lelf failed on alpha: -lelf thought ELF SHDR | Theo de Raadt |
2019-04-20 | When copying the EFI-stored kernel to the correct operating location, | Theo de Raadt |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-20 | armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks), | Theo de Raadt |
2019-04-20 | as discussed with beck, crank dma-range bufcache to a high number | Theo de Raadt |
2019-04-20 | print locked range in decimal in debug routines | anton |
2019-04-20 | The rip6 checksum errors are accounted per socket. So the no socket | Alexander Bluhm |
2019-04-20 | Statistics of "netstat -s -f inet6 -p rip6" did not work. In | Alexander Bluhm |
2019-04-20 | Restore previous section after setting the MIPS ABI marker. This keeps | Visa Hankala |
2019-04-20 | Avoid undefined behaviour that results from negating a signed long with | Joel Sing |
2019-04-20 | drm/ttm: Fix bo_global and mem_global kfree error | Jonathan Gray |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-04-20 | Move lockf structures from header to implementation since external users | anton |
2019-04-20 | Adapt radeondrm_detach_kms() to struct drm_device being split from | Jonathan Gray |
2019-04-19 | On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the | Mark Kettenis |
2019-04-19 | strongly hint at pkg_info -z to clone installations from machine to machine | Marc Espie |
2019-04-19 | Start a realpath(2) regress test, currently not enabled. | Bob Beck |
2019-04-19 | Allocate md_data with calloc to avoid use of uninitialised memory. | Joel Sing |
2019-04-19 | Allocate fixed NIDs for SM3/SM4. | Joel Sing |
2019-04-19 | Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock() | Visa Hankala |
2019-04-19 | Work around a limitation of clang integrated assembler on mips64. | Visa Hankala |
2019-04-19 | Prevent clang from using builtins and jump tables in _dl_boot_bind() | Visa Hankala |
2019-04-19 | use the common code in if.c to check if txhprio is good. | David Gwynne |
2019-04-19 | use the factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | provide factored out txhprio and rxhprio checks | David Gwynne |
2019-04-19 | add rxprio support | David Gwynne |
2019-04-19 | add rxprio support | David Gwynne |
2019-04-19 | implement rxprio | David Gwynne |
2019-04-19 | Document new default RSA key size. From sebastiaanlokhorst at gmail.com | Darren Tucker |
2019-04-19 | allow configuration of rxprio | David Gwynne |
2019-04-19 | add support for configuring rxprio. | David Gwynne |
2019-04-19 | rxprio. | David Gwynne |