summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23i botched the copyout to ifr->ifr_data in SIOCGIFDATA.David Gwynne
2017-01-23whitespace between macro args and punctuation, and zap a tonJason McIntyre
2017-01-23Fix regress to handle movement of ssl structures to internalBob Beck
2017-01-23Move a large part of ssl_st into internal, so we can see what squeals.Bob Beck
2017-01-23No need to explicitly use config_activate_children in the cfattach struct.Mark Kettenis
2017-01-23Backwards compat for pledge "ioctl" for about a weekTheo de Raadt
2017-01-23Move ex_data, next and prev from SSL_SESSION to internal.Joel Sing
2017-01-23rework how we address physical disks on the second scsibus.David Gwynne
2017-01-23Move most of the fields in SSL_CTX to internal - the ones that remain areJoel Sing
2017-01-23pledge a tiny bit later. This results in the specified tty beingTheo de Raadt
2017-01-23move the callbacks from ssl_st to internalBob Beck
2017-01-23Call isatty() before tcgetattr() in the lex. This is a little redundant,Theo de Raadt
2017-01-23Keep socket open from startup, and reuse for SIOCGIFFLAGS later on,Theo de Raadt
2017-01-23Only allow change-setting ioctls when FWRITE is set on the descriptor.Theo de Raadt
2017-01-23store the full 64bits of the sense bufers dva.David Gwynne
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-23add the mfii opcode for passthru commandsDavid Gwynne
2017-01-23Move callback function pointers and argument pointers from SSL_CTX toJoel Sing
2017-01-23pflogd will need pledge(proc), still disabled because of bfdSebastian Benoit
2017-01-23whitespaceTheo de Raadt
2017-01-23whitespaceTheo de Raadt
2017-01-23Build gpioctl(8) and hotplugd(8) on arm64.Jonathan Gray
2017-01-23Add gpio(4) and switch(4) to cdevsw.Jonathan Gray
2017-01-23add sxipio(4)Jonathan Gray
2017-01-23Add support for creating RAMDISK kernels for arm64. Based onPatrick Wildt
2017-01-23Clean up possible leftover prefetch area in case of installer restarts.Robert Peichaer
2017-01-23Export AI_MAC and AI_SERVER in addition to AI_MODE so they're visibleRobert Peichaer
2017-01-23merge the ifnet and ifqueue stats together when userland wants them.David Gwynne
2017-01-23Move not_resumable and sess_cert from SSL_SESSION to internal.Joel Sing
2017-01-23massage some event related details.David Gwynne
2017-01-23represent the mbox layout with union instead of an array of bytes.David Gwynne
2017-01-23Move static function to the bottom of the file, to the only userPatrick Wildt
2017-01-23Remove heartbeat related fields from the SSL_CTX, which are unusedJoel Sing
2017-01-23Make the art interface a bit more generic by not depending on sockaddrClaudio Jeker
2017-01-23Build firmware for usb devices on arm64.Jonathan Gray
2017-01-23Use stubs for arm64 as well.Patrick Wildt
2017-01-23Add comment above rtm_type #define's.Kenneth R Westerback
2017-01-23Add RAMDISK config for arm64. While there, clean up spaces inPatrick Wildt
2017-01-23Add comment above rtm_flags #define's.Kenneth R Westerback
2017-01-23Move the stats struct from SSL_CTX to internal.Joel Sing
2017-01-23Typo in comment. It's 'rtm_addrs', not 'rtm_addr'Kenneth R Westerback
2017-01-23Remove incomplete "forced nexthop" support.Jeremie Courreges-Anglas
2017-01-23Zap some bad whitespace.Kenneth R Westerback
2017-01-22Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang.Jonathan Gray
2017-01-22Whitespaces ...Robert Peichaer
2017-01-22Ensure the right hand side of the test is not treated as pattern.Robert Peichaer
2017-01-22= -> == inside [[ ]] tests.Robert Peichaer
2017-01-22Unobscure the installer script code a bit by adding and rewording comments.Robert Peichaer
2017-01-22improve on previous edit.Sebastian Benoit
2017-01-22Prefix local variables with '_'.Robert Peichaer