Age | Commit message (Expand) | Author |
2019-04-22 | Remove cast that truncates immediate operands to 32 bits. This fixes | Mark Kettenis |
2019-04-22 | fix thinko from tb@'s commit. | Marc Espie |
2019-04-22 | Add error checking to i2v_POLICY_MAPPINGS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_POLICY_CONSTRAINTS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_EXTENDED_KEY_USAGE(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_ASN1_BIT_STRING(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_BASIC_CONSTRAINTS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace | Theo Buehler |
2019-04-22 | Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-22 | Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). | Joel Sing |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-04-22 | Pass the session ID down to the session/ticket handling code as a CBS. | Joel Sing |
2019-04-22 | Inline and remove the tlsext_tick_md macro. | Joel Sing |
2019-04-22 | Add support for official Linux device tree bindings and implement support | Mark Kettenis |
2019-04-22 | Configure pins. | Mark Kettenis |
2019-04-22 | When upgrading only prompt for disks that contain a root partition. | Florian Obser |
2019-04-22 | vmm(4): remove a debug printf that was causing lock issues (it was being | Mike Larkin |
2019-04-22 | use if_vinput instead of if_input, thereby bypassing ifiqs on vlans | David Gwynne |
2019-04-22 | add if_vinput so pseudo (ethernet) interfaces can bypass ifiqs | David Gwynne |
2019-04-22 | factor out calling the if input handlers for a packet. | David Gwynne |
2019-04-22 | disable mobileip(4) | David Gwynne |
2019-04-22 | support rxprio | David Gwynne |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-04-21 | Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-21 | The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck | Theo Buehler |
2019-04-21 | Fix awful whitespace in OBJ_bsearch_ext() | Theo Buehler |
2019-04-21 | KNF: use proper wrapping of function return type and name | Theo Buehler |
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 |