Page MenuHomeFreeBSD
Feed All Stories

Today

emaste committed rGb6dd8c5ee3c0: RELNOTES: Add note for INADDR_ANY change (authored by emaste).
RELNOTES: Add note for INADDR_ANY change
Sat, May 24, 6:22 PM
netchild committed R11:7a489e95c51f: Mk/Features: Add features for fortify, zeroregs and stack autoinit. (authored by netchild).
Mk/Features: Add features for fortify, zeroregs and stack autoinit.
Sat, May 24, 6:22 PM
emaste added a comment to D47740: netinet: Disallow connections to INADDR_ANY.

Ed, is there any particular reason you didn't go ahead with this?

Sat, May 24, 6:15 PM
emaste committed rGcd240957d7ba: netinet: Disallow connections to INADDR_ANY (authored by emaste).
netinet: Disallow connections to INADDR_ANY
Sat, May 24, 6:15 PM
emaste closed D47740: netinet: Disallow connections to INADDR_ANY.
Sat, May 24, 6:15 PM
adrian added a comment to D50128: ixgbe: add MDIO bus support.

I would assume if you hold the fw semaphore you'd have exclusive access to the adapter..

I don't know how I missed that while reading the datasheets, but there are two registers used for SW/FW synchronization. IXGBE_SWSM is used to ensure that only one SW thread is accessing HW. I'm sorry for misleading you.

We /may/ need to move the child bus attach stuff to a new iflib routine that's documented to being called without the ctx lock held?

Because @kbowling is right about the semaphore I think we don't need to use a iflib CTX lock for MDIO read operation. For writes I think CTX lock is still required. Some operations on PHY use read/modify/write pattern (e.g. ixgbe_init_ext_t_x550em). Without CTX lock write from MDIO bus may get between that read and write.

Regarding E610 - it does have IXGBE_MSCA register, but it's strongly advised to use ACI commands for PHY access instead. It may be better idea to not add independent interface but set phy->ops.read_reg_mdi and phy->ops.write_reg_mdi for X553 backplane and rely on phy.ops.read_reg and phy.ops.write_reg to do the right thing for given HW.

Sat, May 24, 6:06 PM
mat committed R11:07069946d6af: Mk/Features/*: try to add some explanations of what the features are about (authored by mat).
Mk/Features/*: try to add some explanations of what the features are about
Sat, May 24, 6:01 PM
bz retitled D50513: net80211: make sure to not start a BGSCAN if not enabled from net80211: make sure to not start a BGSCAN is not enabled to net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:31 PM
bz updated the diff for D50513: net80211: make sure to not start a BGSCAN if not enabled.

Fix typo in commet

Sat, May 24, 5:30 PM
bz added inline comments to D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:29 PM
emaste committed rGab4edcd552c9: m4: Fix OOB access displaying MIN_INT (authored by Eric Blake <eblake@redhat.com>).
m4: Fix OOB access displaying MIN_INT
Sat, May 24, 5:29 PM
bz updated the summary of D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:28 PM
bz requested review of D50513: net80211: make sure to not start a BGSCAN if not enabled.
Sat, May 24, 5:12 PM
duchateau.olivier_gmail.com requested review of D50512: Update GNOME components.
Sat, May 24, 5:07 PM
nivit committed R11:5824a8de7e95: www/py-google-api-python-client: Update to 2.170.0 (authored by nivit).
www/py-google-api-python-client: Update to 2.170.0
Sat, May 24, 5:01 PM
emaste committed rGac196a584575: m4: Allow empty base argument in eval() (authored by Eric Blake <eblake@redhat.com>).
m4: Allow empty base argument in eval()
Sat, May 24, 4:58 PM
fernape committed R11:5e6a4ea2aa12: security/vuxml: Add python3 vulnerability (authored by fernape).
security/vuxml: Add python3 vulnerability
Sat, May 24, 4:34 PM
madpilot committed R11:b690f7334232: x11/libxfce4windowing: Fix build of dependent ports (authored by madpilot).
x11/libxfce4windowing: Fix build of dependent ports
Sat, May 24, 4:33 PM
rhurlin committed R11:c5b332a4c0e9: devel/py-spyder-kernels: Update to 3.0.5 (authored by rhurlin).
devel/py-spyder-kernels: Update to 3.0.5
Sat, May 24, 4:31 PM
emaste accepted D50498: atkbd: fix first keystroke force reset.
Sat, May 24, 4:30 PM
rhurlin committed R11:1ab90fe220fd: devel/py-spyder-kernels: Update to 3.0.5 (authored by rhurlin).
devel/py-spyder-kernels: Update to 3.0.5
Sat, May 24, 4:30 PM
ashish committed R11:053f2bed8fa2: www/cinny: Update to 4.8.0 (authored by ashish).
www/cinny: Update to 4.8.0
Sat, May 24, 4:04 PM
acm committed R11:4e900aa0c8c8: editors/lazarus: Fix build (authored by acm).
editors/lazarus: Fix build
Sat, May 24, 3:58 PM
acm committed R11:a14b2c01966a: security/wazuh-manager: Fix build with llvm >= 18 (authored by acm).
security/wazuh-manager: Fix build with llvm >= 18
Sat, May 24, 3:56 PM
kevans added inline comments to D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:50 PM
emaste committed rG4eabcb77d5bb: elf.5: Document .init_array and .fini_array (authored by emaste).
elf.5: Document .init_array and .fini_array
Sat, May 24, 3:45 PM
emaste closed D50380: elf.5: Document .init_array and .fini_array.
Sat, May 24, 3:44 PM
kevans added inline comments to D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:41 PM
kib updated the diff for D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:40 PM
kib added inline comments to D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:40 PM
kevans added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 3:39 PM
se committed R11:4a1aa06d75e4: security/gpg-tui: update to version 0.11.1 (authored by se).
security/gpg-tui: update to version 0.11.1
Sat, May 24, 3:35 PM
bapt committed R11:761b82e396d9: devel/pkgconf: upgrade to 2.4.3 (authored by bapt).
devel/pkgconf: upgrade to 2.4.3
Sat, May 24, 3:31 PM
bapt committed R11:ac506e2f50a6: ports-mgmt/pkg: update to 2.1.3 (authored by bapt).
ports-mgmt/pkg: update to 2.1.3
Sat, May 24, 3:31 PM
kib added inline comments to D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:20 PM
rene committed R11:408d645af239: graphics/pixen: Remove expired port (authored by rene).
graphics/pixen: Remove expired port
Sat, May 24, 3:09 PM
markj added inline comments to D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 3:08 PM
rene committed R11:51350b5f9651: x11/gnustep-app: remove expired graphics/pixen dependency (authored by rene).
x11/gnustep-app: remove expired graphics/pixen dependency
Sat, May 24, 3:06 PM
kib added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 2:36 PM
kevans added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 2:35 PM
kib requested review of D50511: fcntl(2): add F_DUP_OPATH to dup vnode-backed file to O_PATH file.
Sat, May 24, 2:35 PM
kib added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 2:20 PM
kevans added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 2:15 PM
markj accepted D50508: kdump: nicer printing of kill(2) PID argument.
Sat, May 24, 1:48 PM
kevans added inline comments to D50508: kdump: nicer printing of kill(2) PID argument.
Sat, May 24, 1:37 PM
kib committed rGeba403923626: libc: set close-on-exec for temp socket used to detect IPv6 support (authored by kib).
libc: set close-on-exec for temp socket used to detect IPv6 support
Sat, May 24, 1:18 PM
kib committed rG9137de9a1b5f: kern_fork.c: style (authored by kib).
kern_fork.c: style
Sat, May 24, 1:18 PM
kib closed D50509: libc: set close-on-exec for temp socket used to detect IPv6 support.
Sat, May 24, 1:17 PM
markj added inline comments to D50508: kdump: nicer printing of kill(2) PID argument.
Sat, May 24, 1:14 PM
bz accepted D48678: preliminary usb support for fwget.
Sat, May 24, 1:10 PM
markj accepted D50509: libc: set close-on-exec for temp socket used to detect IPv6 support.
Sat, May 24, 1:02 PM
ivy updated the diff for D50510: mdoctl(8): a configuration utility for MAC/do.

add an rc.d script

Sat, May 24, 12:59 PM
ivy updated the diff for D50510: mdoctl(8): a configuration utility for MAC/do.

improve manpage formatting

Sat, May 24, 12:28 PM
kib updated the diff for D50483: Extended errors from kernel.

Add copyrights.

Sat, May 24, 12:11 PM
arrowd added a comment to D50315: inotify: Initial revision.

Thanks. The latest upload fixes those tests for me, all 8 pass.

Sat, May 24, 12:06 PM
kib updated the diff for D50483: Extended errors from kernel.

Fix fork and exec.
Add sysconf() to get max exterr buffer
Provide real exterr format procedure
Fixed flags handling in syscall

Sat, May 24, 12:00 PM
ivy requested review of D50510: mdoctl(8): a configuration utility for MAC/do.
Sat, May 24, 11:56 AM
vvd committed R11:bc22e0e5ed58: www/waterfox: Update 6.5.7 => 6.5.9 (authored by freebsd_sysctl.cz).
www/waterfox: Update 6.5.7 => 6.5.9
Sat, May 24, 11:50 AM
vvd committed R11:9df2eb28cf24: www/waterfox: Update 6.5.7 => 6.5.9 (authored by freebsd_sysctl.cz).
www/waterfox: Update 6.5.7 => 6.5.9
Sat, May 24, 11:47 AM
rakuco committed R9:a78cc8f3a285: Update my PGP key (authored by rakuco).
Update my PGP key
Sat, May 24, 11:35 AM
kib requested review of D50509: libc: set close-on-exec for temp socket used to detect IPv6 support.
Sat, May 24, 11:29 AM
igoro accepted D50499: kyua: increase cleanup_timeout to 300s.
Sat, May 24, 11:28 AM
otis committed R11:2f046ee40466: databases/neo4j: Update to 4.4.44 (authored by otis).
databases/neo4j: Update to 4.4.44
Sat, May 24, 11:25 AM
p.mousavizadeh_protonmail.com accepted D50505: bridge.4: clarify vlan support status.

LGTM

Sat, May 24, 10:06 AM
des closed D50267: atf: Don't be deterred by weird umasks..
Sat, May 24, 10:04 AM
des committed rG1a6a36a98ad5: atf: Don't be deterred by weird umasks. (authored by des).
atf: Don't be deterred by weird umasks.
Sat, May 24, 10:04 AM
des added a comment to D47470: atf, kyua: Implement require.kmods..

ping @ngie

Sat, May 24, 10:02 AM
p.mousavizadeh_protonmail.com added a comment to D49993: bridge(4): allow member interface vlan to be configured.
In D49993#1152831, @ivy wrote:

i don't want to make significant changes to the existing reviews if possible, so i'll add this as a new review in the stack and tag you as reviewer.

Sat, May 24, 9:58 AM
ivy added a comment to D49993: bridge(4): allow member interface vlan to be configured.

i don't want to make significant changes to the existing reviews if possible, so i'll add this as a new review in the stack and tag you as reviewer.

Sat, May 24, 9:33 AM
p.mousavizadeh_protonmail.com added a comment to D49993: bridge(4): allow member interface vlan to be configured.

Thank you for your quick response and working on this awesome feature.

Sat, May 24, 9:26 AM
ivy added a comment to D49993: bridge(4): allow member interface vlan to be configured.

With your changes, without VLAN filtering, can I assume that all interfaces in a bridge are treated as trunk ports?

Sat, May 24, 9:07 AM
p.mousavizadeh_protonmail.com added a comment to D50500: bridge: transparently add and remove VLAN tags.

I didn't see this review, and I think what I asked in D49993 belongs here.
So I would write my note here again:

Sat, May 24, 8:55 AM
p.mousavizadeh_protonmail.com added a comment to D49993: bridge(4): allow member interface vlan to be configured.

With your changes, without VLAN filtering, can I assume that all interfaces in a bridge are treated as trunk ports?

Sat, May 24, 8:49 AM
imp accepted D50374: usb/if_mos.c: Fix incorrect SPDX ID.

Yes. Thanks. Sorry to be so notpicky...

Sat, May 24, 8:35 AM
yuri committed R11:caca40ca95b0: devel/spyder: update 6.0.5 → 6.0.7 (authored by wen).
devel/spyder: update 6.0.5 → 6.0.7
Sat, May 24, 8:35 AM
kib added inline comments to D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 8:33 AM
ae closed D50455: carp: fix mbuf_tag usage in carp_macmatch6.
Sat, May 24, 8:24 AM
ae committed rG6a97fbe6fcb3: carp: fix mbuf_tag usage in carp_macmatch6 (authored by ae).
carp: fix mbuf_tag usage in carp_macmatch6
Sat, May 24, 8:24 AM
matthew committed R11:e4c6ccd86a17: sysutils/py-hcloud: update to 2.5.2 (authored by matthew).
sysutils/py-hcloud: update to 2.5.2
Sat, May 24, 8:07 AM
delphij committed R11:727338226345: net/openldap26-server: upgrade to 2.6.10. (authored by delphij).
net/openldap26-server: upgrade to 2.6.10.
Sat, May 24, 7:05 AM
delphij committed R11:c61de9028225: net/openldap25-server: upgrade to 2.5.20 (authored by delphij).
net/openldap25-server: upgrade to 2.5.20
Sat, May 24, 7:05 AM
tagattie committed R11:1ee887feb011: misc/py-huggingface-hub: update to 0.32.0 (authored by tagattie).
misc/py-huggingface-hub: update to 0.32.0
Sat, May 24, 6:10 AM
tagattie committed R11:f1a48e0e5fec: misc/py-hf-xet: add port: Fast transfer of large files with the Hugging Face Hub (authored by tagattie).
misc/py-hf-xet: add port: Fast transfer of large files with the Hugging Face Hub
Sat, May 24, 6:10 AM
tota committed R11:aca63d050ae5: math/R-cran-recipes: Update to 1.3.1 (authored by tota).
math/R-cran-recipes: Update to 1.3.1
Sat, May 24, 6:07 AM
philip committed rGa48dc9b03b83: zoneinfo: don't install version (authored by philip).
zoneinfo: don't install version
Sat, May 24, 5:35 AM
tagattie committed R11:43ccf7325185: devel/py-python-dbusmock: update to 0.35.0 (authored by tagattie).
devel/py-python-dbusmock: update to 0.35.0
Sat, May 24, 4:44 AM
philip committed rGdf16df7700c8: zoneinfo: don't install version (authored by philip).
zoneinfo: don't install version
Sat, May 24, 4:42 AM
philip committed rG16ad4d77121d: zoneinfo: don't install version (authored by philip).
zoneinfo: don't install version
Sat, May 24, 4:34 AM
tagattie committed R11:a867aeb88307: misc/py-instructor: update to 1.8.3 (authored by tagattie).
misc/py-instructor: update to 1.8.3
Sat, May 24, 4:23 AM
kevans requested review of D50508: kdump: nicer printing of kill(2) PID argument.
Sat, May 24, 4:14 AM
kevans requested review of D50507: tests: kern: add some tests for TIOCSTI.
Sat, May 24, 4:12 AM
kevans added inline comments to D50506: kern: tty: refactor TIOCSTI privilege checks slightly.
Sat, May 24, 3:57 AM
kib updated the diff for D50483: Extended errors from kernel.

Fix hand-off from libc to libthr.
Generate SIGSEGV on EFAULT from copyout of the exterr.
Remove getptr.
Report exterr address through kinfo_proc.

Sat, May 24, 3:50 AM
kib added a comment to D50483: Extended errors from kernel.

Over all this looks great.

I'm on the fence about extending struct pthread on vs adding avoid additional mallocs. It's certainly simplifying, but people might want it off in some cases (e.g., if the kernel doesn't include messages or the developer isn't using APIs they think would benefit from extra explanations.)

Sat, May 24, 3:47 AM
ngie accepted D50267: atf: Don't be deterred by weird umasks..
In D50267#1147410, @des wrote:

I'd still like someone from tests to weigh in, @ngie perhaps?

Sat, May 24, 3:16 AM
cperciva committed R9:257db57e4061: 14.3: Announce BETA4 (authored by cperciva).
14.3: Announce BETA4
Sat, May 24, 3:02 AM
kib accepted D50380: elf.5: Document .init_array and .fini_array.
Sat, May 24, 3:00 AM
cperciva committed R11:aa09e642b922: misc/freebsd-release-manifests: Add 14.3-BETA4 MANIFEST files (authored by cperciva).
misc/freebsd-release-manifests: Add 14.3-BETA4 MANIFEST files
Sat, May 24, 2:55 AM
cperciva committed R11:ccd5d218b5f5: misc/freebsd-release-manifests: Add 14.3-BETA4 MANIFEST files (authored by cperciva).
misc/freebsd-release-manifests: Add 14.3-BETA4 MANIFEST files
Sat, May 24, 2:55 AM
cperciva committed R9:7f2b4f5acc56: 14.3: Add checksums for 14.3-BETA4 (authored by cperciva).
14.3: Add checksums for 14.3-BETA4
Sat, May 24, 2:55 AM