Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Delete support for military timezones in %z (A-I and K-Y). | Ingo Schwarze | |
They were originally defined in one way, then RFC822 erroneously redefined them the opposite way, then RFC5322 said they can no longer be used reliably. So return NULL like FreeBSD, DragonFly, glibc, and musl do. Issue reported by Hiltjo Posthuma <hiltjo at codemadness dot org>. Deletion suggested by tedu@ and deraadt@. Feedback and OK on the patch from tedu@. | |||
2019-05-10 | Browsers using SAN instead of CN in Subject is now more than just "some | Stuart Henderson | |
new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@ | |||
2019-05-10 | Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leak | Claudio Jeker | |
when multiple interfaces do MAC filtering. Memory leak reported by Daniel Levai With and OK mpi@ | |||
2019-05-10 | sync | Stuart Henderson | |
2019-05-10 | vmm(4) was removed from share/man/man8/man8.i386/MAKEDEV.8 but not the | Stuart Henderson | |
input file or MAKEDEV script itself; sync up the input file. req by jmc@ | |||
2019-05-10 | Add support for from/to in relay filter rules. | Reyk Floeter | |
For example, pass from 10.0.0.0/8 path "/hello/*" forward to <b> Ok benno@ | |||
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm | |
2019-05-10 | Backout latest, commited by mistake. | Alexandre Ratchov | |
2019-05-10 | Use the correct length for MIDI common messages. | Alexandre Ratchov | |
2019-05-10 | Don't try to send to device helper process if it's terminated. | Alexandre Ratchov | |
2019-05-10 | simplify logic after wakeup since this variable is only manipulated | Bob Beck | |
under lock ok guenther@ | |||
2019-05-10 | Simplify the detection for installed python and scapy. Refactor | Alexander Bluhm | |
these tests to make them similar. Use the setup and cleanup variables. | |||
2019-05-10 | Check for nowait failed *after* the wakeup point, not before. | Bob Beck | |
ok guenther@ | |||
2019-05-10 | Add more flags to the debug bitmask | Philip Guenther | |
ok mpi@ | |||
2019-05-10 | Apply retpoline protection to the indirect call to the thread startfunc | Philip Guenther | |
ok mortimer@ | |||
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther | |
ok krw@, jsg@ | |||
2019-05-10 | tweak verbosity; ok ccardenas@ | Christian Weisgerber | |
2019-05-09 | Drop reference to sparc and expand 'VAC' so the comment makes sense | Philip Guenther | |
to semi-gurus | |||
2019-05-09 | Add a test vector for Streebog 512 from Guido Vranken | Theo Buehler | |
2019-05-09 | Fix incorrect carry operation in 512 bit addition: in the case | Theo Buehler | |
that there is already a carry and Sigma[i-1] == -1, the carry must be kept. From Dmitry Eremin-Solenik. Fixes incorrect Streebog result reported by Guido Vranken. | |||
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm | |
2019-05-09 | This no longer uses utime(3), so it doesn't need <utime.h> | Philip Guenther | |
2019-05-09 | Don't ignore configured netmask/prefixlen on restarting | Kenneth R Westerback | |
an install. Use the info as default answers in relevant questions. | |||
2019-05-09 | Neither rde_apply_set() nor rde_filter() are called with a NULL state so | Claudio Jeker | |
remove some unneeded == NULL checks. OK benno@ | |||
2019-05-09 | If mallocing the array program header fails, give up on coredumping | Philip Guenther | |
instead of panicing ok deraadt@, tedu@, mpi@ | |||
2019-05-09 | Simplify v4_config() and v6_config() by getting updated information | Kenneth R Westerback | |
via [v4|v6]_info() after calling ifconfig. As a side effect 'inet' lines in hostname.if will always use the hex format for the netmask, i.e. as displayed by ifconfig(8). | |||
2019-05-09 | Add a -k flag to keep the files in /home/_sysupgrade, since they | Christian Weisgerber | |
will be deleted after the upgrade by default. ok kn@ | |||
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber | |
verification by the installer: Verification is triggered by the presence of SHA256.sig. In sysupgrade, remove SHA256.sig once the signature has been verified. Compare SHA256 against a stored copy from the previous install/upgrade. In the installer, stash away a copy of SHA256 and move that code into install_files() where the sets are actually processed. Confirm in the response file that we want to proceed without verifying the sets. ok florian@ tj@ | |||
2019-05-09 | Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAIT | Bob Beck | |
allocations will recover some memory from the dma_constraint range. The allocation still fails, the intent is to ensure that the pagedaemon will free some memory to possibly allow a subsequent allocation to succeed. This also adds a UVM_PLA_NOWAKE flag to allow special cases in the buffer cache to not wake up the pagedaemon until they want to. ok kettenis@ | |||
2019-05-09 | Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2). | cheloha | |
clock_settime(2)/settimeofday(2) still need KERNEL_LOCK for a moment when resetting the RTC, as that's done periodically from a task under KERNEL_LOCK. Not quite sure how to approach that one yet. ok visa@ mpi@, "good stuff" tedu@, "please wait until after [tree] unlock" deraadt@ | |||
2019-05-09 | compare now wants a state object, so make it. | Marc Espie | |
noticed by bluhm@ | |||
2019-05-09 | rm lists of hereditary wizards and bad users to ensure level playing field | Ted Unangst | |
ok benno mlarkin tb | |||
2019-05-09 | set up IFP using the gen3 path on pineview | Jonathan Gray | |
Avoids crashes on boot with pineview on chipset flush due to IFP not being initialised. Diagnosed by, tested by and ok ratchov@ ok kettenis@ | |||
2019-05-09 | Measure poll interval with monotonic clock. ok jcs@ | cheloha | |
2019-05-09 | Stop tromping over the saved interface configuration when | Kenneth R Westerback | |
invalid address or netmask/prefixlen values are entered. Keeps the presented default values sane in the face of cats or otherunintended keyboard events. | |||
2019-05-09 | add free sizes | Sebastien Marie | |
ok tedu@ | |||
2019-05-09 | Shuffle code to make v4_config() and v6_config() look even | Kenneth R Westerback | |
more like each other. | |||
2019-05-09 | Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' to | Kenneth R Westerback | |
completely clear existing configurations after restarting an install. | |||
2019-05-09 | Correctly mask status bits in iwm's ADD_STA command response; remaining | Stefan Sperling | |
bits are used by firmware to return the BAID for a BA session. matches: Dragonfly 74d41163ddac72b0d7ea7b7873d53fe134723a12 Linux 837c4da98481d4e504b2aba077c8528fee1b6d13 ok kevlo mpi jmatthew | |||
2019-05-09 | Add two sanity checks to iwm's firmware notification interrupt handler: | Stefan Sperling | |
1) Clamp firmware-provided index into the rx ring to the size of the ring. Linux started doing this, too, to work around HW bugs in the 9000 series. (mathes Linux 5eae443eb5e2b3777582ea37c6a002171ec134d5) 2) Don't call iwm_cmd_done() if the firmware response in the Rx buffer is not recognized. We should just skip such buffers, not act on them. ok beck kevlo mpi | |||
2019-05-09 | Link rip6cksum regress to build. | Alexander Bluhm | |
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm | |
2019-05-09 | Nope, the right byte layout is happening, but we still need to figure out | Theo de Raadt | |
a reported baddir panic. Discussed with guenther tedu kettenis millert.. | |||
2019-05-09 | Don't unconditionally throw away dma memory when we don't need to. | Bob Beck | |
Noticed by me and otto@ ok tedu@ | |||
2019-05-09 | Document KERN_PFSTATUS | Claudio Jeker | |
2019-05-09 | Use the new sysctl to print systat pf 1. This now works even for unprived | Claudio Jeker | |
users. OK deraadt@, sashan@ | |||
2019-05-09 | Add a sysctl accessor to struct pf_status. The pf_status only holds the | Claudio Jeker | |
current status and statistics and can be exported without super-user rights via sysctl to make it easier for tools like systat to access those. OK deraadt@, sashan@ | |||
2019-05-09 | For filenames which are a multiple of 4 bytes long, the zero pad is | Theo de Raadt | |
incorrectly placed underneath the last 4 bytes (and then overwritten) rather than afterwards. We got confused and followed FreeBSD's lead, which curiously increased the leakage of kernel stack from 3 bytes to 4... ok millert kettenis | |||
2019-05-09 | ftp makes a new connection for each auto-fetch file. Remove a lie claiming | Christian Weisgerber | |
otherwise. ok tb@ tedu@ | |||
2019-05-09 | add free sizes | Brent Cook | |
ok tedu |