Age | Commit message (Collapse) | Author |
|
ok krw@, tweaks by jmc@
|
|
Use rtc_reschedule_per in mc146818_start instead of re arming the
periodic interrupt without checking if it's enabled in REGB.
reported by Dave Voutila
ok phessler@
|
|
- have confirm go thru f() every time (adding
confirm_defaults_to_no/confirm_defaults_to_yes apis... verbose but effective)
- check DESCR in pkg_create, as suggested by sthen@
- don't do the whole safe dance when not needed (optimization)
- misnamed allowed -> forbidden (schwarze@)
This effectively prevents DESCR from using diacritics. Sorry!
Ingo makes a compelling argument that using UTF8 while installing a new
box is currently fairly dangerous, considering tty setups.
This affects about 10 ports at the moment, all of which were fixed before
this commit.
|
|
|
|
|
|
|
|
|
|
- use it for every parameter to say/print
- extend it for actual printable characters, plus a hack for \n
- add confirmf for passing formats to the confirm
- adjust PkgCheck accordingly
- tweak the files test in PkgCheck to also hunt unknown files under
/var/db/pkg/somepackage
okay sthen@
|
|
Clear up ambiguous error message when attaching to a console fails as
the vm id is not guaranteed to be populated.
ok mlarkin@
|
|
- add an explicit dir thingy so that we don't look for /var/db/pkg/+CONTENTS
- actually prepend dir name to info name, oops
- also check for files/dirs that do not belong to root:wheel or have too
lax permissions.
|
|
pkg_check is most often run as root. In case of a garbled file systems
it won't notice when permissions are completely wrong.
|
|
|
|
|
|
*ctl programs
OK mlarkin@ benno@ deraadt@
|
|
|
|
The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to
a state of 2-Way or higher. There is no need to trigger the event for new
neighbors. With this situations with multiple DRs after a netsplit should
be solved.
OK sthen@ and remi@
|
|
a state of 2-Way or higher. There is no need to trigger the event for new
neighbors. With this situations with multiple DRs after a netsplit should
be solved.
OK sthen@ and remi@
|
|
generated configure file, but old configure.ac.
|
|
check if vm id is valid before sending to vmm for pausing. The 'lock' is caused
by vmm sending back ENOENT for a non existent vm but vmd drops the message
because it doesn't recogize the vmid vmm is talking about. This is an artifact
of the 'policy' don't trust any imsg from a sibling priv sep process and do
your own checking.
reported by Abel Abraham Camarillo Ojeda
ok mlarkin@ and ccardenas@
|
|
SMTP commands are still limited to LINE_MAX.
ok gilles@
|
|
config space reads.
ok kettenis@, ccardenas@
|
|
|
|
Makes stuff like
limit 1500000 usec
work correctly.
ok millert@ tb@
|
|
sort dependencies so that at least this is 100% reproducible...
|
|
be fair to those servers, display a more accurate message of what we know
|
|
need to see routes with a higher priority (lower value) than ospfds
own routes.
ok claudio, ok henning previous version, feedback from sthen
|
|
ok tedu
|
|
Keeps nanosleep(2) from choking.
While here, call the argument to the -w flag "wait" in the
error message to match up with documentation and usage().
ok tedu@ deraadt@ tb@
|
|
|
|
|
|
- add a setup_session hook that creates an anonymous tempfile in the ::HTTPS
class
- parse tls connection resumed messages and tell on servers that do not
support this
- remove the CLOEXE flag on the fd just before running ftp, so that other
processes do not see it at all.
This makes https somewhat more bearable, though still slower than http... :(
thanks to jsing@ et al for the design of session
|
|
to be used to get anon temp files for https
|
|
|
|
withdraws they way other systems are doing it. Interop problem discovered
by Andrew Thrift. Tested by Andrew and job@.
|
|
prefix or a prefix-set.
|
|
prefix in a filter rule. Initial idea hashed out with job@ in Toronto.
This is WIP, i'm commiting it now so we can work on it in the tree.
ok florian@ claudio@
|
|
ok remi@ benno@
|
|
ok gilles@
|
|
ether_print just prints the ether header.
|
|
Same is done in ospfd for quite a while.
|
|
the dr or bdr fields so clear them first.
|
|
peek inside the payload to see if the first nibble looks like ipv4.
if it isnt ipv4 assume it is the wccp header.
|
|
|
|
found while investigating routing socket desync with claudio.
ok remi jca claudio
|
|
This mechanism is already unused and annotated with lots of XXX's, no
need to keep it around. ok claudio@
|
|
|
|
the desync cases. OK benno@
|
|
the desync cases. OK benno@
|
|
|
|
|