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