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