Age | Commit message (Expand) | Author |
2018-01-26 | - do not junk pages returned by free_bytes(), all freed chunks are already | Otto Moerbeek |
2018-01-26 | Handle the transfer size option when faking up /etc/random.seed. | Christian Weisgerber |
2018-01-26 | Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@. | Mark Kettenis |
2018-01-26 | Cleanup VFP code. | Mark Kettenis |
2018-01-26 | Document MODCMAKE_DEBUG | Jeremie Courreges-Anglas |
2018-01-26 | allow unpriviledged user to run "encrypt" and "spf walk" | Eric Faurot |
2018-01-26 | Fix Failure on Start | ccardenas |
2018-01-25 | Add DPRINTF() and use it to replace log_debug() statements inside | Kenneth R Westerback |
2018-01-25 | Remove mutex implementations that now live in MI code. | Martin Pieuchot |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-25 | Use a workaround for detached parent in carp_proto_input_c(). | Martin Pieuchot |
2018-01-25 | Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64. | Martin Pieuchot |
2018-01-25 | Assert that ifiq_destroy() is not called with the NET_LOCK() held. | Martin Pieuchot |
2018-01-25 | certificate options are case-sensitive; fix case on one that had it wrong. | Damien Miller |
2018-01-25 | Fix perl build not to install libperl* twice. This has caused an | YASUOKA Masahiko |
2018-01-24 | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | Mark Kettenis |
2018-01-24 | Don't display the seconds until renewal. i.e. "em0: bound to 1.2.3.4 | Kenneth R Westerback |
2018-01-24 | Implement support for specifying multiple proposals. This means we can | Patrick Wildt |
2018-01-24 | add the glue to generate future libset, which are currently 100% unused | Marc Espie |
2018-01-24 | POSIX requires that awk support \v and \a escapes. I used '\007' | Todd C. Miller |
2018-01-24 | Log some more errors in the ca code, since there seems to be still a bug | Claudio Jeker |
2018-01-24 | Use closefrom(3) instead of manually closing all file descriptors | Theo Buehler |
2018-01-24 | Do not print that the firmware was successfully loaded in the USB backend | Patrick Wildt |
2018-01-24 | Put the default case, which prints information about an event we do not yet | Patrick Wildt |
2018-01-24 | We don't do booleans in the kernel, so replace a few occurrences of 'true' | Patrick Wildt |
2018-01-24 | document bpfsattach and bpfsdetach | David Gwynne |
2018-01-24 | add support for bpf on "subsystems", not just network interfaces | David Gwynne |
2018-01-23 | Add a smarter test that opens a file, unlinks it, and remounts the | Alexander Bluhm |
2018-01-23 | The IPv6 gateway address passed to rt6_flush() comes either from a | Alexander Bluhm |
2018-01-23 | Update to tzdata2018c from ftp.iana.org | Todd C. Miller |
2018-01-23 | The TCP reaper timeout was still imlemented as soft timeout. So | Alexander Bluhm |
2018-01-23 | Although it is a dead store here, always reassign the tcpcb after | Alexander Bluhm |
2018-01-23 | Bring back the PRU_ATTACH constant and description. Then trpt(8) | Alexander Bluhm |
2018-01-23 | Fix printf(9) format strings so that a kernel with TCPDEBUG compiles. | Alexander Bluhm |
2018-01-23 | Fix a logic bug in sshd_exchange_identification which prevented clients | Stefan Sperling |
2018-01-23 | Add missing braces; fixes 'write: Socket is not connected' error in ssh. | Stefan Sperling |
2018-01-23 | use END_STRONG. Yes, everything in the sh ecosystem is different.. | Theo de Raadt |
2018-01-23 | Always lock the kernel lock with non-MP-safe interrupt handlers. | Visa Hankala |
2018-01-23 | Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32 | Mark Kettenis |
2018-01-23 | Fix underline rotation on CCW (quarter counter-clockwise) rotated | Frederic Cambus |
2018-01-23 | Fix table wrt missing element and `, detailed analysis and diff from | Otto Moerbeek |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2018-01-23 | try harder to preserve errno during ssh_connect_direct() to make the | Damien Miller |
2018-01-23 | unbreak support for clients that advertise a protocol version | Damien Miller |
2018-01-23 | don't attempt to force hostnames that are addresses to lowercase, but | Damien Miller |
2018-01-23 | avoid modifying pw->pw_passwd; let endpwent() clean up for us, but | Damien Miller |
2018-01-23 | Fix checks for error return from urtw_alloc_rx_data_list() and | Kevin Lo |
2018-01-22 | 1. Add a field for configuring the size of edge areas on touchpads. | Ulf Brosziewski |
2018-01-22 | Add support for 'a:' and 'exists:' mechanisms. | Okan Demirmen |
2018-01-22 | Bring back the detach messages in trpt(8) for tcp debugging. They | Alexander Bluhm |