Age | Commit message (Collapse) | Author |
|
always pass 0. i.e. never disable block descriptors, never accept
long LBA values.
|
|
scsi_mode_sense_page() and scsi_mode_sense_big_page() into
scsi_base.c.
They are just internal helper functions for scsi_do_mode_sense().
|
|
|
|
|
|
ok mlarkin@
|
|
ok jmc@, deraadt@, schwarze@
|
|
|
|
|
|
verification param flags of a context. While this function is marked as
likely to be deprecated in OpenSSL it seems that this may not happen.
This is why we decided to still document it.
OK and input from ingo@ tb@
|
|
|
|
|
|
In May 29 2008, Matthew R. Green removed it in NetBSD:
github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef
ok deraadt@
|
|
From George Brown.
ok benno
|
|
ok jca@
|
|
from Hiltjo Posthuma
|
|
ok deraadt@
|
|
ok deraadt@
|
|
time is wrong enable a timer to check it again later. ntpd might have
corrected the time.
input & OK otto
|
|
OK mpi@
|
|
|
|
|
|
Repair from Martin @ academicsolutions.ch
|
|
OK Ingo Schwarze
|
|
OK claudio@
|
|
OK claudio@ benno@
|
|
validating; ok florian@
|
|
|
|
methods using a table. detect output truncation (for instance filesystem
full) and don't overwrite previous output
ok claudio
|
|
|
|
|
|
|
|
Basically, if you set DEBUG_PKG_CACHE to a directory, pkg_add will download
debug packages "on the sly" any time it installs packages. It is mostly
silent (apart from fetching error or directory non existent).
It *won't* download packages that are already installed, but this allows
keeping debug packages "just in case" in synch with your current snapshot,
as some people (mpi@) have worried that by the time you get to debugging
something, the snapshots will have moved too much.
|
|
|
|
ok krw@, jca@
|
|
validation. Repair work mostly by markus and millert, first of all
solving the primary problem, then adding some additional validation
points. And then futher validation in login and su.
This will be 6.5/021_libcauth.patch.sig and 6.6/010_libcauth.patch.sig
Reported by Qualys
|
|
Syzkaller found a bug in uvm_share when using a vmd(8) mmap region with
an offset that ended up making an overlap with a previous vmm(4) uvm_map
range.
This diff reworks the range and offset calculation in uvm_share. Only
vmm(4) uses this, so there should be no visible effects outside vmm(4)
environments.
Syzkaller also went sorta crazy on this one, finding multiple reproducers
for the same bug with just slightly different parameters, thus the
multiple "Reported-by" lines below.
ok stefan@, anton@
Reported-by: syzbot+2c625ab1b8e964da644a@syzkaller.appspotmail.com
Reported-by: syzbot+1300829862412751462d@syzkaller.appspotmail.com
Reported-by: syzbot+27cfad3394f34528cbec@syzkaller.appspotmail.com
Reported-by: syzbot+3e700c5698177f91cce1@syzkaller.appspotmail.com
|
|
Type confusion when tearing down a vmm(4) VM's vm_map led UVM to interpret
the vm_map as a struct uvmspace, and occasionally fail. stefan@ pointed out
the root cause a while back but I never had time to look at this until now.
Syzkaller also found a reproducer for this, so the "Reported by" line
below is a clue to let it know to close that bug.
idea by, and ok stefan@
also ok anton@
Reported-by: syzbot+dbd6e2a7583e958e69f8@syzkaller.appspotmail.com
|
|
validation. Repair work mostly by markus and millert, first of all
solving the primary problem, then adding some additional validation
points. And then futher validation in login and su.
This will be 6.5/021_libcauth.patch.sig and 6.6/010_libcauth.patch.sig
Reported by Qualys
|
|
|
|
from discussion with jsg
|
|
OK otto
|
|
Debug log level 1 gives us basic query progress, level 2 writes out
packages.
looks good to otto
|
|
Log answer packet only at debug level 2.
looks good to otto
|
|
with this. Currently only available as a command line flag (-vvv).
With this we now have two debug levels available in unwind proper, to
be used shortly.
looks good to otto
|
|
showing it in unwindctl.
But log it with level warn for check_resolver so that one can find out
what's wrong with a resolver strategy.
looks good to otto
|
|
Looks good to otto
|
|
|
|
|
|
|
|
run*Test programs as needed.
|