HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

cperciva committed rGdc5aae134a44: release: Switch back to latest packages for now (authored by cperciva).
release: Switch back to latest packages for now
Fri, Oct 17, 1:18 AM
kib updated the diff for D52045: Copy kqueues into the child on fork.

knote_triv_copy

Fri, Oct 17, 12:10 AM
kib added inline comments to D52045: Copy kqueues into the child on fork.
Fri, Oct 17, 12:09 AM
kib updated the diff for D27220: libuvmem: usermode port of vmem(9).

Set quantum to 1.
Allow M_NOWAIT
List flags for vmem_xalloc() in man page.
Mention thread-safety in man page.
Remove unused VMEM_TRYLOCK()

Fri, Oct 17, 12:02 AM
kib added a comment to D27220: libuvmem: usermode port of vmem(9).

One minor thing I've noticed is that we don't export M_NOWAIT.
I think it would be very useful to have a way of controlling whether we wait or exit on failure, but I'm not sure if accomplishing that is as straightforward as defining M_NOWAIT in sys/vmem.h.

Fri, Oct 17, 12:01 AM

Yesterday

ericbsd committed R11:dc15b3cde0ce: security/py-yubikey-manager: updated to 5.7.2 (authored by ericbsd).
security/py-yubikey-manager: updated to 5.7.2
Thu, Oct 16, 11:46 PM
vvd committed R11:64d82783ffce: ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251007 => 3.4.99.20251015 (authored by Denis Shaposhnikov <dsh@bamus.cz>).
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20251007 => 3.4.99.20251015
Thu, Oct 16, 11:36 PM
yuri committed R11:1250dcd61a46: misc/github-copilot-cli: update 0.0.340 → 0.0.342 (authored by yuri).
misc/github-copilot-cli: update 0.0.340 → 0.0.342
Thu, Oct 16, 11:28 PM
yuri committed R11:b5ea1f4888a9: www/py-chalice: New port: Microframework for AWS Lambda (authored by yuri).
www/py-chalice: New port: Microframework for AWS Lambda
Thu, Oct 16, 11:16 PM
yuri committed R11:c5a58cc56174: devel/py-inquirer: New port: Collection of common interactive command line user… (authored by yuri).
devel/py-inquirer: New port: Collection of common interactive command line user…
Thu, Oct 16, 11:16 PM
markj committed rG3b9b64457676: vm: Fix iterator usage in vm_thread_stack_create() (authored by markj).
vm: Fix iterator usage in vm_thread_stack_create()
Thu, Oct 16, 11:16 PM
yuri committed R11:6c782ff39a6a: editors/py-editor: New port: Open the default text editor (authored by yuri).
editors/py-editor: New port: Open the default text editor
Thu, Oct 16, 11:16 PM
yuri committed R11:a36d091eeb79: devel/py-runs: New port: Run a block of text as a subprocess (authored by yuri).
devel/py-runs: New port: Run a block of text as a subprocess
Thu, Oct 16, 11:16 PM
yuri committed R11:e811dcca783f: devel/py-xmod: New port: Turn any object into a module (authored by yuri).
devel/py-xmod: New port: Turn any object into a module
Thu, Oct 16, 11:16 PM
yuri committed R11:b2599bac8180: science/py-corner: New port: Make some beautiful corner plots (authored by yuri).
science/py-corner: New port: Make some beautiful corner plots
Thu, Oct 16, 11:16 PM
markj closed D52982: kstack: Fix iterator usage in vm_thread_stack_create().
Thu, Oct 16, 11:16 PM
yuri committed R11:c79f7de82d50: textproc/py-readchar: update 3.1.0 → 4.2.1 (authored by yuri).
textproc/py-readchar: update 3.1.0 → 4.2.1
Thu, Oct 16, 11:16 PM
yuri committed R11:c1c2248290be: devel/py-daiquiri: New port: Library to configure Python logging easily (authored by yuri).
devel/py-daiquiri: New port: Library to configure Python logging easily
Thu, Oct 16, 11:16 PM
vvd committed R11:1a76baef938f: devel/protobuf-java: Update 4.32.1 => 4.33.0 (authored by Atanu Biswas <atanubiswas484@gmail.com>).
devel/protobuf-java: Update 4.32.1 => 4.33.0
Thu, Oct 16, 11:14 PM
spaciouscoder78_disroot.org added a member for Python: spaciouscoder78_disroot.org.
Thu, Oct 16, 11:06 PM
bz accepted D53135: linuxkpi: Fix the definition of BITS_PER_LONG.
Thu, Oct 16, 11:00 PM
markj added a comment to D53135: linuxkpi: Fix the definition of BITS_PER_LONG.

This is fine too. We do have some existing cases using sizeof, e.g.

sys/dev/drm2/drm_atomic.h:#define       NB_BITS_PER_LONG                (sizeof(long) * NBBY)
sys/dev/axgbe/xgbe_osdep.h:#define      BITS_PER_LONG                   (sizeof(long) * CHAR_BIT)
Thu, Oct 16, 10:51 PM
markj updated the diff for D53135: linuxkpi: Fix the definition of BITS_PER_LONG.

Typo.

Thu, Oct 16, 10:49 PM
markj updated the diff for D53142: linprocfs: Add nodes for inotify.

Handle review feedback.

Thu, Oct 16, 10:46 PM
ziaee added a comment to D53141: Use canonical names for Linux filesystems.

I've always heard of them referred to as linprocfs and linsysfs. We should probably fix them in the manual.

Thu, Oct 16, 10:46 PM
markj added a comment to D53141: Use canonical names for Linux filesystems.

It'd make more sense to change the man pages instead. The string in question doesn't matter for synthetic filesystems like these, so we might as well be consistent and use the "fs" suffix everywhere.

Thu, Oct 16, 10:45 PM
yasu committed R11:0fecf5684691: security/clamav: Update to 1.5.1 (authored by yasu).
security/clamav: Update to 1.5.1
Thu, Oct 16, 10:39 PM
bz added inline comments to D53135: linuxkpi: Fix the definition of BITS_PER_LONG.
Thu, Oct 16, 10:38 PM
markj requested review of D53145: vmm: Move local variables into ioctl handlers.
Thu, Oct 16, 10:31 PM
markj requested review of D53144: vmm: Add PRIV_DRIVER checks for passthru ioctls.
Thu, Oct 16, 10:31 PM
markj requested review of D53143: vmm: Improve register get/set handling a bit.
Thu, Oct 16, 10:31 PM
obrien committed rG0050289464fa: style(9): white space after ; and around binary operators (authored by obrien).
style(9): white space after ; and around binary operators
Thu, Oct 16, 10:06 PM
obiwac added inline comments to D53130: quot: Clean up.
Thu, Oct 16, 10:05 PM
des added inline comments to D53142: linprocfs: Add nodes for inotify.
Thu, Oct 16, 10:02 PM
eduardo committed R11:ff51d5831717: net-p2p/{lib,r}torrent: Update to 0.16.1 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.1
Thu, Oct 16, 10:00 PM
des added inline comments to D53130: quot: Clean up.
Thu, Oct 16, 9:58 PM
markj added a comment to D52968: vmm: My attempt at fixing the rendezvous deadlock.

It doesn't look like it fully freezes. However, it gets extremely slow. The circle of the Windows boot loader spins very slowly. Don't know if it will ever reach the desktop.

What output do you see if you run procstat -kk <bhyve PID> while this is happening?

Almost always one vCPU hangs in vm_handle_rendezvous. The output is from a single VM run. I've called procstat a few times within a few seconds:

Thu, Oct 16, 9:57 PM
des added inline comments to D53130: quot: Clean up.
Thu, Oct 16, 9:57 PM
markj updated the diff for D52968: vmm: My attempt at fixing the rendezvous deadlock.

Fix a silly mistake

Thu, Oct 16, 9:56 PM
des added inline comments to D53130: quot: Clean up.
Thu, Oct 16, 9:52 PM
eduardo committed R11:91104d318e74: devel/cdk: Update to 5.0-20251014 (authored by eduardo).
devel/cdk: Update to 5.0-20251014
Thu, Oct 16, 9:49 PM
eduardo committed R11:ee6f8a5ad021: net-p2p/{lib,r}torrent: Update to 0.16.1 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.1
Thu, Oct 16, 9:49 PM
eduardo committed R11:7e3122a2c02c: devel/R-cran-progressr: Update to 0.17.0 (authored by eduardo).
devel/R-cran-progressr: Update to 0.17.0
Thu, Oct 16, 9:49 PM
markj accepted D53133: quot: Add tests.
Thu, Oct 16, 9:42 PM
des updated the diff for D53133: quot: Add tests.

rf

Thu, Oct 16, 9:30 PM
markj updated the diff for D53142: linprocfs: Add nodes for inotify.

Try to validate strtol()'s return value.

Thu, Oct 16, 9:29 PM
des added inline comments to D53133: quot: Add tests.
Thu, Oct 16, 9:24 PM
obiwac accepted D53130: quot: Clean up.
Thu, Oct 16, 9:21 PM
des added inline comments to D53142: linprocfs: Add nodes for inotify.
Thu, Oct 16, 9:18 PM
markj added inline comments to D53133: quot: Add tests.
Thu, Oct 16, 9:18 PM
markj requested review of D53142: linprocfs: Add nodes for inotify.
Thu, Oct 16, 9:05 PM
michaelo requested review of D53141: Use canonical names for Linux filesystems.
Thu, Oct 16, 8:53 PM
dtxdf committed R11:63f3b3d647dd: sysutils/appjail: Update to 4.4.0 (authored by dtxdf).
sysutils/appjail: Update to 4.4.0
Thu, Oct 16, 8:30 PM
dtxdf committed R11:698cefd33afc: sysutils/appjail-devel: Update to 4.4.0.20251016 (authored by dtxdf).
sysutils/appjail-devel: Update to 4.4.0.20251016
Thu, Oct 16, 8:30 PM
mckusick committed rG2168e15ee89b: Update commit 0d4642a to fix failed tests. (authored by mckusick).
Update commit 0d4642a to fix failed tests.
Thu, Oct 16, 8:29 PM
mckusick closed D53110: Fix failing multipath test caused by D37615.
Thu, Oct 16, 8:29 PM
mckusick accepted D53110: Fix failing multipath test caused by D37615.

I will put in this change to fix the tests.
Pleas start a new review to address the additional suggestions.

Thu, Oct 16, 8:20 PM
dinoex committed R11:377ac07f9fae: graphics/graphviz: update to 14.0.1 (authored by dinoex).
graphics/graphviz: update to 14.0.1
Thu, Oct 16, 8:14 PM
kgalazka committed rG46a8a1f08f88: ixl(4): fix multicast promiscuous mode state tracking and filter management (authored by Yogesh.Bhosale_intel.com).
ixl(4): fix multicast promiscuous mode state tracking and filter management
Thu, Oct 16, 8:09 PM
cperciva committed rG6fc227a68bbd: Ping: Make build reproducible (authored by cperciva).
Ping: Make build reproducible
Thu, Oct 16, 8:09 PM
cperciva committed rG8f5eb720e2e6: packages: Compress in parallel (authored by cperciva).
packages: Compress in parallel
Thu, Oct 16, 8:09 PM
kgalazka closed D52549: ixl(4): fix multicast promiscuous mode state tracking and filter management.
Thu, Oct 16, 8:08 PM
cperciva committed rGa7c1d6b72a3e: Ping: Make build reproducible (authored by cperciva).
Ping: Make build reproducible
Thu, Oct 16, 8:04 PM
cperciva committed rG3d8ec3273dbb: packages: Compress in parallel (authored by cperciva).
packages: Compress in parallel
Thu, Oct 16, 8:04 PM
ehaupt committed R11:769c14201f6f: shells/bash: Fix documentation bug (authored by ehaupt).
shells/bash: Fix documentation bug
Thu, Oct 16, 7:48 PM
ehaupt committed R11:083f32ccc2da: shells/bash: Fix documentation bug (authored by ehaupt).
shells/bash: Fix documentation bug
Thu, Oct 16, 7:48 PM
ehaupt committed R11:288c66e95093: security/py-ropgadget: Update to 7.7 (authored by ehaupt).
security/py-ropgadget: Update to 7.7
Thu, Oct 16, 7:26 PM
jtranoleary_google.com requested review of D53140: nvme: Add handling for bar5.
Thu, Oct 16, 7:21 PM
phk added a comment to D53081: unix/stream: repair SO_SNDTIMEO.

Confirming that Varnish-Cache test s00012 pass on main-n281191-84333aada464

Thu, Oct 16, 7:10 PM
tuexen added inline comments to D52948: tcp: cleanup of syncache_expand().
Thu, Oct 16, 7:03 PM
cperciva committed rG77a00e86d64c: sys/rpc: UNIX auth: Do not log on bogus AUTH_SYS messages (authored by olce).
sys/rpc: UNIX auth: Do not log on bogus AUTH_SYS messages
Thu, Oct 16, 6:52 PM
cperciva committed rGf96df7ef179f: sys/rpc: UNIX auth: Fix OOB reads on too short message (authored by olce).
sys/rpc: UNIX auth: Fix OOB reads on too short message
Thu, Oct 16, 6:52 PM
cperciva committed rG2dda215652e3: sys/rpc: UNIX auth: Style: Remove unnecessary headers, minor changes (authored by olce).
sys/rpc: UNIX auth: Style: Remove unnecessary headers, minor changes
Thu, Oct 16, 6:51 PM
cperciva committed rG082e48e81bd1: sys/rpc: UNIX auth: Support XDR_FREE (authored by olce).
sys/rpc: UNIX auth: Support XDR_FREE
Thu, Oct 16, 6:51 PM
cperciva committed rGd14f6f170453: sys/rpc: UNIX auth: Use AUTH_SYS_MAX_{GROUPS,HOSTNAME} as limits (2/2) (authored by olce).
sys/rpc: UNIX auth: Use AUTH_SYS_MAX_{GROUPS,HOSTNAME} as limits (2/2)
Thu, Oct 16, 6:51 PM
cperciva committed rGfc3b621afdb5: sys/rpc: UNIX auth: Use AUTH_SYS_MAX_{GROUPS,HOSTNAME} as limits (1/2) (authored by olce).
sys/rpc: UNIX auth: Use AUTH_SYS_MAX_{GROUPS,HOSTNAME} as limits (1/2)
Thu, Oct 16, 6:51 PM
cperciva committed rGed62b31e3000: sys/rpc: Define AUTH_SYS_MAX_{GROUPS,HOSTNAME} (authored by olce).
sys/rpc: Define AUTH_SYS_MAX_{GROUPS,HOSTNAME}
Thu, Oct 16, 6:51 PM
cperciva committed rGf647564f3ff6: sys/rpc: UNIX auth: Fix OOB accesses, notably writes on decode (authored by olce).
sys/rpc: UNIX auth: Fix OOB accesses, notably writes on decode
Thu, Oct 16, 6:51 PM
cperciva committed rG330b91854917: sys/rpc: UNIX auth: Rename 'ngroups' => 'supp_ngroups' for clarity (authored by olce).
sys/rpc: UNIX auth: Rename 'ngroups' => 'supp_ngroups' for clarity
Thu, Oct 16, 6:51 PM
jlduran committed rG14e02220e415: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:47 PM
jlduran committed rG07a3c93bc51e: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:47 PM
jlduran committed rGd2c80ed5c420: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:46 PM
jlduran committed rG20103d288e80: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:46 PM
jlduran committed rG68e136b5d684: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:46 PM
jlduran committed rGdd9f56faa9a6: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:46 PM
emaste closed D52665: UPDATING: Add entry for boot-time error message caused by removal of vfs.zfs.min_auto_ashift tunable.
Thu, Oct 16, 6:44 PM
emaste committed rG9f85cf09d48b: UPDATING: Belatedly note OpenZFS sysctls moving (authored by emaste).
UPDATING: Belatedly note OpenZFS sysctls moving
Thu, Oct 16, 6:44 PM
vladlen committed R9:b4e3f7d2cd7c: website: add RU translation of press 2024-25 (authored by vladlen).
website: add RU translation of press 2024-25
Thu, Oct 16, 6:34 PM
vladlen closed D53125: website: add RU translation of press 2024-25.
Thu, Oct 16, 6:34 PM · docs
arrowd committed R11:e3e0fd4ae5c3: devel/kdevelop: Depend on lldb-mi to enable LLDB debugging plugin (authored by arrowd).
devel/kdevelop: Depend on lldb-mi to enable LLDB debugging plugin
Thu, Oct 16, 6:34 PM
arrowd committed R11:c4be61b4bcff: lang/dotnet: Update to 9.0.10 (authored by arrowd).
lang/dotnet: Update to 9.0.10
Thu, Oct 16, 6:34 PM
arrowd committed R11:350b59b8c484: lang/dotnet-host: Update to 9.0.10 (authored by arrowd).
lang/dotnet-host: Update to 9.0.10
Thu, Oct 16, 6:34 PM
vladlen added a comment to D53125: website: add RU translation of press 2024-25.

Предлагаю вместо "Введение в периодическую систему FreeBSD" указать "Введение в систему периодического планирования FreeBSD" или "Введение в систему "periodic" периодического планирования FreeBSD".
В оригинале именно "система periodic", мне кажется, имелась в виду.

Или "Введение в систему планирования регулярных задач FreeBSD".

Точно, отметил для себя, что надо исправить - periodic - имя собственное, обдумывал варианты, и не исправил. Исправлю.

Thu, Oct 16, 6:30 PM · docs
emaste added inline comments to D53133: quot: Add tests.
Thu, Oct 16, 6:30 PM
yuri committed R11:b0a84680468e: misc/py-napari: Correct dependencies (authored by yuri).
misc/py-napari: Correct dependencies
Thu, Oct 16, 6:29 PM
emaste added inline comments to D53130: quot: Clean up.
Thu, Oct 16, 6:27 PM
yuri committed R11:2a0d392623cd: databases/nanodbc: Fix compilation with clang19; Improve pkg-descr (authored by yuri).
databases/nanodbc: Fix compilation with clang19; Improve pkg-descr
Thu, Oct 16, 6:27 PM
vladlen closed D53124: website: add RU translation of events 2021-25.
Thu, Oct 16, 6:27 PM · docs
vladlen committed R9:158732304377: website: add RU translation of events 2021-25 (authored by vladlen).
website: add RU translation of events 2021-25
Thu, Oct 16, 6:27 PM
andy accepted D53125: website: add RU translation of press 2024-25.

Предлагаю вместо "Введение в периодическую систему FreeBSD" указать "Введение в систему периодического планирования FreeBSD" или "Введение в систему "periodic" периодического планирования FreeBSD".
В оригинале именно "система periodic", мне кажется, имелась в виду.

Thu, Oct 16, 6:24 PM · docs

Panel Used By

This panel is not used on any dashboard or inside any other panel container.

Event Timeline

rew renamed this panel from to Recent Activity.Dec 14 2018, 7:45 PM
rew edited an edge.