Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-09 | newvers.sh uses 'basename' to determine the directory name to stamp the | Mike Larkin | |
kernel version ID with, but it did not account for spaces in the name, leading to version strings like "OpenBSD 5.3-current ()". Quote the call to basename to permit paths with spaces in the name. ok halex@, deraadt@ | |||
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt | |
handled. input from zhuk and guenther. tested by zhuk and sthen on a bulk. ok guenther. | |||
2013-04-09 | do not store a time_t or the result of a time_t division in an int | Gilles Chehade | |
prompted by deraadt@, ok claudio@ chl@ guenther@ | |||
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson | |
an https server attempts renegotiation. ok jung@ | |||
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot | |
used, so do not pretend to support a different one and get rid of the unused usbd_do_request_flags_pipe() function. ok mglocker@ | |||
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot | |
directly this also makes it easier to understand which function actually generates IO. ok mglocker@ | |||
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot | |
ok mikeb@, markus@ | |||
2013-04-09 | show what we parsed in debug output; ok guether@ | Otto Moerbeek | |
2013-04-09 | knf. even old ttys need love. | Ted Unangst | |
2013-04-09 | Need #include "isa.h" for NISA | Philip Guenther | |
Diff from Christian Groessler (chris (at) groessler.org) | |||
2013-04-09 | Add missing #ifdef CRYPTO around amd64_has_aesni | Philip Guenther | |
Diff from Silamael (Silamael (at) coronamundi.de) | |||
2013-04-08 | A few changes that reduce the diffs to the Linux code. Mostly style issues, | Mark Kettenis | |
but in one case change the errno value that gets returened to match Linux. | |||
2013-04-08 | Do not fail if the user buffer is too short to hold the packet: fill it up | Eric Faurot | |
to the given size and return the packet length. issue spotted by weerd@ | |||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther | |
2013-04-08 | Use .Er for errno E* constants | Philip Guenther | |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo | |
divert(4) sockets. Recalculation of these checksums is necessary because (1) PF no longer updates IP checksums as of pf.c rev 1.731, so translated packets that are diverted to userspace (e.g. divert-packet with nat-to/rdr-to) will have bad IP checksums and will be reinjected with bad IP checksums if the userspace program doesn't correct the checksums; (2) the userspace program may modify the packets, which would invalidate the checksums; and (3) the divert(4) man page states that checksums are supposed to be recalculated on reinjection. This diff has been tested on a public webserver serving both IPv4/IPv6 for more than four weeks. It has also been tested on a firewall with divert-packet and nat-to/rdr-to where it transferred over 60GB of FTP/HTTP/HTTPS/SSH/DNS/ICMP/ICMPv6 data correctly, using IPv4/IPv6 userspace programs that intentionally break the IP and protocol checksums to confirm that recalculation is done correctly on reinjection. IPv6 extension headers were tested with Scapy. Thanks to florian@ for testing the original version of the diff with dnsfilter and Justin Mayes for testing the original version with Snort inline. Thanks also to todd@ for helping me in my search for the cause of this bug. I would especially like to thank blambert@ for reviewing many versions of this diff, and providing guidance and tons of helpful feedback. no objections from florian@ help/ok blambert@, ok henning@ | |||
2013-04-08 | lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrous | Jason McIntyre | |
properties discovered in 43, but i've left the recorded date as the first synthesised one; from James J. Lippard | |||
2013-04-08 | Grammar/wording tweaks. | Brian Callahan | |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker | |
Those are the equivalents for ugen(4)'s USB_GET_CONFIG_DESC and USB_GET_FULL_DESC. Help and OK mpi@, jmc@ | |||
2013-04-08 | expand instructions for manually configuring the MBR. | Jasper Lievisse Adriaanse | |
2013-04-08 | sync with recent developments | Jasper Lievisse Adriaanse | |
2013-04-08 | create a small MSDOS partition from where u-boot will load the kernel. | Jasper Lievisse Adriaanse | |
feedback/ok halex@ krw@ | |||
2013-04-08 | allow octeon to find it's root device, based on the flags passed by U-Boot. ↵ | Jasper Lievisse Adriaanse | |
The ${bootcmd} needs to be something like 'bootoctlinux root=/dev/octcf0'. This will be temporary untill we have proper bootblocks, but for now, this (in combination) with an upcoming installer diff allows my CAM-0100 to autoboot straight of the disk, without having to load the kernel via TFTP. ok bcallah@ yasuoka@ | |||
2013-04-08 | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. | Christopher Zimmermann | |
This fixes hostname resolution for OpenVPN 2.3.1. ok eric@. | |||
2013-04-08 | macro fix for previous; | Jason McIntyre | |
2013-04-08 | division of time_t does not necessarily fit in an int | Gilles Chehade | |
spotted by deraadt@ | |||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther | |
2013-04-08 | Fix typo in ale_stop_mac(). | Brad Smith | |
From FreeBSD ok kevlo@ | |||
2013-04-08 | zap trailing whitespace; | Jason McIntyre | |
2013-04-08 | Use the fixed pixel clock for eDP in intel_dp_set_m_n() | Jonathan Gray | |
from linux 3.8.6 | |||
2013-04-08 | Don't clobber crtc->fb when queue_flip fails | Jonathan Gray | |
from linux 3.8.6 | |||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther | |
getrlimit(2) RLIMIT_STACK wording suggested by jmc@ | |||
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | Alexander Bluhm | |
OK markus@ | |||
2013-04-07 | clarify -e text. suggested by & ok jmc@ | Darren Tucker | |
2013-04-07 | check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd. | David Gwynne | |
found by david imhoff. tested by david on a 5719 and by me on a 5720 and 5721 | |||
2013-04-07 | david imhoff points out that the error handling in mfi_init_ccb gets the | David Gwynne | |
index to which ccb to free wrong. this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off the free list rather than rely on the current index from the for loop that we failed inside of. thanks to david for finding this out. | |||
2013-04-07 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | Darren Tucker | |
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log. | |||
2013-04-07 | Add -E option to ssh and sshd to append debugging logs to a specified file | Darren Tucker | |
instead of stderr or syslog. ok markus@, man page help jmc@ | |||
2013-04-06 | Turn an error into a warning to be able to start l2tp tunnels even if | Giovanni Bechis | |
gre is not allowed. ok yasuoka@ | |||
2013-04-06 | Remove duplicate "is supported" text and reformat. | James Turner | |
ok jasper@ | |||
2013-04-06 | handle ECONNABORTED for accept(); ok deraadt some time ago... | Markus Friedl | |
2013-04-06 | sync | Theo de Raadt | |
2013-04-06 | make kernel compile | Theo de Raadt | |
2013-04-06 | fix format string % escape | Stefan Fritsch | |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | Alexandre Ratchov | |
with tweaks from jmc | |||
2013-04-06 | allow GENERIC.MP to compile again...just for shits and giggles. | Jasper Lievisse Adriaanse | |
2013-04-06 | drop paragraph saying there are no install sets and that one needs to | Jasper Lievisse Adriaanse | |
cross compile. pointed out by Rafael Neves | |||
2013-04-06 | a little fix for the version history | Ted Unangst | |
2013-04-06 | remove more references to kern.rthreads sysctl. | Ted Unangst | |
many thanks to jmc for noticing | |||
2013-04-06 | i missed this file too. | Ted Unangst | |