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