Skip to content

Tags: kunode/naiveproxy

Tags

v114.0.5735.91-1

Toggle v114.0.5735.91-1's commit message
boringssl: Fix import iwyu

v113.0.5672.62-2

Toggle v113.0.5672.62-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v113.0.5672.62-1

Toggle v113.0.5672.62-1's commit message
dns: Fix iwyu on win

v112.0.5615.49-1

Toggle v112.0.5615.49-1's commit message
dns: Fix iwyu on win

v111.0.5563.64-1

Toggle v111.0.5563.64-1's commit message
include.txt

v110.0.5481.100-1

Toggle v110.0.5481.100-1's commit message
Update basic.py

v109.0.5414.74-2

Toggle v109.0.5414.74-2's commit message
base: Remove warnings in base/task/common/task_annotator.cc

v109.0.5414.74-1

Toggle v109.0.5414.74-1's commit message
base: Remove warnings in base/task/common/task_annotator.cc

v108.0.5359.94-1

Toggle v108.0.5359.94-1's commit message
base: include sys/types.h in symbolize.h

It is needed for ssize_t. In glibc specifically, ssize_t happens to get
transitively included by some other header - I'm not sure exactly what -
but POSIX says ssize_t is in sys/types.h and in other libcs the included
is needed for the type.

Bug: 1380656
Change-Id: Ibeef8c80f44595b6056fc1be8a104ab7428aa8bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3997878
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1066486}

v107.0.5304.87-3

Toggle v107.0.5304.87-3's commit message
allocator: Ignore madvise ENOSYS error

Support kernels builts without CONFIG_ADVISE_SYSCALLS on small
embedded devices.