summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-19add support for getting and setting rxprioDavid Gwynne
2019-04-19only root can change rxprioDavid Gwynne
2019-04-19add SIOCSRXHPRIO and SIOCGRXHPRIO for configuring rx prio handlingDavid Gwynne
2019-04-19add IF_HDRPRIO_OUTER for rxprioDavid Gwynne
2019-04-18describe EIO failure state. noted by Maximilian LorlacksTed Unangst
2019-04-18unfold some compound operations to make this easier to followTed Unangst
2019-04-18Always check for namespace collisions on table commandskn
2019-04-18Fix table definition parsing as unprivileged userkn
2019-04-18Add tests for sshd -T -C with Match.Darren Tucker
2019-04-18When running sshd -T, assume any attibute not provided by -C does not match,Darren Tucker
2019-04-18vmm(4): whitespace fixMike Larkin
2019-04-18Copy the code to infer the option type to show-options and document it.Nicholas Marriott
2019-04-18Pass target client and session to load_cfg from source-file so formatsNicholas Marriott
2019-04-18Update session activity on focus event, from tafryn at gmail dot com.Nicholas Marriott
2019-04-18Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.Darren Tucker
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-04-17signpost the location of the text explaining routing table output a little be...Jason McIntyre
2019-04-17remove some unneccessary baggage: Nm does not require an argument,Jason McIntyre
2019-04-17Switch powerpc to big PIC. This is necessary to build libc++abi and libc++Mark Kettenis
2019-04-17mark up punctuation-as-macro-args properly;Jason McIntyre