HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

markj committed rGd66399326cb4: kthread: Set *tdptr earlier in kproc_kthread_add() (authored by markj).
kthread: Set *tdptr earlier in kproc_kthread_add()
Thu, Apr 25, 1:47 PM
markj closed D44927: kthread: Set *tdptr earlier in kproc_kthread_add().
Thu, Apr 25, 1:47 PM
otis added a comment to D44944: daemon: Add -C (--restart-count) option.

And while here, also mandoc -Tlint a bit.

Thu, Apr 25, 1:46 PM
otis requested review of D44944: daemon: Add -C (--restart-count) option.
Thu, Apr 25, 1:43 PM
markj accepted D44905: date: Add support for nanoseconds.
Thu, Apr 25, 1:41 PM
cperciva committed R11:b5d02427f83c: lang/gleam: Remove errant line from Makefile.deps (authored by cperciva).
lang/gleam: Remove errant line from Makefile.deps
Thu, Apr 25, 1:25 PM
markj committed rGeff68b69dfa2: mv: Set file flags after setting file times (authored by rbranco_suse.com).
mv: Set file flags after setting file times
Thu, Apr 25, 1:21 PM
markj committed rGa2eaf1cdd625: dumpon: fix set but not used variable (authored by inkeliz <inkeliz@inkeliz.com>).
dumpon: fix set but not used variable
Thu, Apr 25, 1:21 PM
markj committed rG32004d854a2d: nfsserver: Rate-limit messages about requests from unprivileged ports (authored by markj).
nfsserver: Rate-limit messages about requests from unprivileged ports
Thu, Apr 25, 1:21 PM
markj added inline comments to D44631: Add function to OSD to get values without taking the lock..
Thu, Apr 25, 1:19 PM
bz retitled D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi from fwget: update wireless IDs for rtw88/89 and mt76 and add iwlwifi to fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.
Thu, Apr 25, 1:10 PM
bz updated the diff for D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.
  • Fix the two QCA entries which depend on two packages
  • Update the comments on Intel iwlwifi removing some initial logic in favor of a script (it is currently two but I'll try to clean it up and add it either to src or ports to generate both the fwget case pattern and the ports flavor->firmware files list generation)
Thu, Apr 25, 1:08 PM
olce accepted D44927: kthread: Set *tdptr earlier in kproc_kthread_add().

I don't see any more path where the pointer to the new struct thread won't be initialized before the new thread is started, so I think this completely fixes the initial problem. Moreover, there most probably won't be any noticeable performance impact, since kproc_create() in the end calls fork1() with RFSTOPPED, so the only difference is now that the new process will be released only very slightly later.

Thu, Apr 25, 1:01 PM
bz added a comment to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.

Looks better now, thanks a lot.

Thu, Apr 25, 12:55 PM
ronald_klop.ws committed R11:d6bef73d213b: databases/mongodb60: update to 6.0.15 (authored by ronald_klop.ws).
databases/mongodb60: update to 6.0.15
Thu, Apr 25, 11:55 AM
ronald_klop.ws committed R11:1707c0aac83a: databases/mongodb50: enable non-AVX CPUs by default (authored by ronald_klop.ws).
databases/mongodb50: enable non-AVX CPUs by default
Thu, Apr 25, 11:55 AM
jsihv_gmx.com updated the diff for D43037: jh7110_clkgen: Add StarFive JH7110 clock generator driver.

This update fixes smaller issues. The proposal to restructure the reset code by creating a new base class is left for later.

Thu, Apr 25, 11:54 AM
jsihv_gmx.com added inline comments to D43037: jh7110_clkgen: Add StarFive JH7110 clock generator driver.
Thu, Apr 25, 11:51 AM
decke committed R11:3faa6aacbedd: www/mattermost-server: Update to 9.5.3 (authored by decke).
www/mattermost-server: Update to 9.5.3
Thu, Apr 25, 11:26 AM
decke committed R11:bb6232539222: www/mattermost-webapp: Update to 9.5.3 (authored by decke).
www/mattermost-webapp: Update to 9.5.3
Thu, Apr 25, 11:26 AM
pkubaj requested review of D44943: devel/freebsd-sysroot: update to 13.3-RELEASE.
Thu, Apr 25, 11:24 AM
philip committed R11:539ca10aa3f0: security/vuxml: correct historical www/glpi entries (authored by Tomáš Čiernik <tomas@ciernik.sk>).
security/vuxml: correct historical www/glpi entries
Thu, Apr 25, 11:18 AM
0mp added inline comments to D44905: date: Add support for nanoseconds.
Thu, Apr 25, 10:38 AM
0mp updated the diff for D44905: date: Add support for nanoseconds.
  • Remove unused variable olderrno
  • Use size_t for prefixlen
Thu, Apr 25, 10:38 AM
dch added a comment to D43696: Jail descriptors.

@jamie this not longer builds against CURRENT, if possible can you massage it a little, and then commit it so we don't get any more rot? I fixed symbol.map changes in https://git.sr.ht/~dch/src/commit/9051eedd52fc but that's not sufficient.

Thu, Apr 25, 10:32 AM
madpilot committed R11:d91af4df818e: mail/mailpit: Update to 1.17.1 (authored by madpilot).
mail/mailpit: Update to 1.17.1
Thu, Apr 25, 10:26 AM
0mp added a comment to D44911: checkstyle9: Allow a space between "*" and __restrict.

Thank you for the review!

Thu, Apr 25, 9:53 AM
0mp committed rG42255af64a54: checkstyle9: Allow a space between "*" and _*restrict (authored by 0mp).
checkstyle9: Allow a space between "*" and _*restrict
Thu, Apr 25, 9:53 AM
0mp added a comment to D44911: checkstyle9: Allow a space between "*" and __restrict.
In D44911#1023994, @des wrote:
In D44911#1023975, @0mp wrote:

Use a glob

Kleene star, not glob, these are regular expressions.

Thu, Apr 25, 9:53 AM
0mp closed D44911: checkstyle9: Allow a space between "*" and __restrict.
Thu, Apr 25, 9:53 AM
0mp committed rG177ba183076b: sync.8: Document that the "sync dance" is not a thing (authored by 0mp).
sync.8: Document that the "sync dance" is not a thing
Thu, Apr 25, 9:50 AM
0mp closed D33233: sync.8: Document that the "sync dance" is not a thing.
Thu, Apr 25, 9:50 AM
0mp closed D23942: Document that gettimeofday() is obsolescent.
Thu, Apr 25, 9:44 AM
0mp committed rG4395d3ced5cf: Document that gettimeofday() is obsolescent (authored by 0mp).
Document that gettimeofday() is obsolescent
Thu, Apr 25, 9:44 AM
0mp committed R9:6c209a22c620: *: Change net/samba413 to net/samba416 (authored by 0mp).
*: Change net/samba413 to net/samba416
Thu, Apr 25, 9:24 AM
yasu committed R11:971852e1ec57: lang/ruby32: Update to 3.2.4 (authored by yasu).
lang/ruby32: Update to 3.2.4
Thu, Apr 25, 9:12 AM
yasu committed R11:1e7b4f53a2e4: lang/ruby32: Update to 3.2.4 (authored by yasu).
lang/ruby32: Update to 3.2.4
Thu, Apr 25, 9:11 AM
dch requested review of D44942: www/h2o: add new quicly includes and unbork testport.
Thu, Apr 25, 8:34 AM
dch committed R11:ab977f5b4638: lang/gleam: update to 1.1.0 (authored by dch).
lang/gleam: update to 1.1.0
Thu, Apr 25, 8:32 AM
dch committed R11:00d508c9889d: sysutils/graylog: update to 5.2.6 (authored by dch).
sysutils/graylog: update to 5.2.6
Thu, Apr 25, 8:32 AM
thj abandoned D44736: netmap: Add field for carrying packet meta data.

I have a temp fix for this directly in ice and will work with erj@ to have the driver support the vlan ifconfig flags correctly

Thu, Apr 25, 8:29 AM
manu accepted D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.

Looks better now, thanks a lot.
Do you have a review for the ports change ?

Thu, Apr 25, 8:08 AM
kp added a comment to D44774: carp: support VRRPv3.

The switching code should just use a local variable to convert between prio and adnskew.

We can't convert between them. They're not different representations of the same concept, they just represent different things.

Thu, Apr 25, 8:03 AM
manu added a reviewer for D44941: graphics/mesa: Update to 24.0.6: x11.
Thu, Apr 25, 7:59 AM
manu requested review of D44941: graphics/mesa: Update to 24.0.6.
Thu, Apr 25, 7:58 AM
rnagy committed R11:bc43faef5fc5: www/*chromium: check for non-portable pthread functions in pthread_np.h only (authored by rnagy).
www/*chromium: check for non-portable pthread functions in pthread_np.h only
Thu, Apr 25, 7:51 AM
rnagy committed R11:9fa5ded7494b: www/*chromium: check for non-portable pthread functions in pthread_np.h only (authored by rnagy).
www/*chromium: check for non-portable pthread functions in pthread_np.h only
Thu, Apr 25, 7:51 AM
shuriku_shurik.kiev.ua added a comment to D44861: Initial cut at Intel AX210 bluetooth support.

With minor modifications and updated comms/iwmbtfw it works with AX211.

Thu, Apr 25, 7:15 AM
dch added a reviewer for D44940: Mk: add new EUPL license group along with EUPL11 & EUPL12: portmgr.
Thu, Apr 25, 6:44 AM
dch requested review of D44940: Mk: add new EUPL license group along with EUPL11 & EUPL12.
Thu, Apr 25, 6:43 AM
fernape added a reviewer for D44939: www/gohugo: update to 0.125.3: doceng.
Thu, Apr 25, 6:37 AM
fernape requested review of D44939: www/gohugo: update to 0.125.3.
Thu, Apr 25, 6:37 AM
fernape committed R11:b711ed7d03bd: science/afni: update to 24.1.04 (authored by fernape).
science/afni: update to 24.1.04
Thu, Apr 25, 6:33 AM
gbe committed rG2e9bfb6a0071: sys: Remove two double words in source code comments (authored by gbe).
sys: Remove two double words in source code comments
Thu, Apr 25, 6:18 AM
gbe committed rG0cb97c19b1d2: mwlstats: Fix a typo in an error message (authored by gbe).
mwlstats: Fix a typo in an error message
Thu, Apr 25, 6:18 AM
gbe committed rG1002fa246b59: mwlstats: Fix a typo in an error message (authored by gbe).
mwlstats: Fix a typo in an error message
Thu, Apr 25, 6:18 AM
gbe committed rGce775a889af2: sys: Remove two double words in source code comments (authored by gbe).
sys: Remove two double words in source code comments
Thu, Apr 25, 6:18 AM
gbe committed rG068465dddc96: sys: Remove two double words in source code comments (authored by gbe).
sys: Remove two double words in source code comments
Thu, Apr 25, 6:17 AM
gbe committed rG176336c65a49: mwlstats: Fix a typo in an error message (authored by gbe).
mwlstats: Fix a typo in an error message
Thu, Apr 25, 6:17 AM
acm committed R11:7fb3b2349fc7: security/openvas: Add ftp/curl as dependency (authored by acm).
security/openvas: Add ftp/curl as dependency
Thu, Apr 25, 5:59 AM
tuexen added inline comments to D44928: sockets: hide socket hhook(9)s under SOCKET_HHOOK.
Thu, Apr 25, 5:27 AM
otis committed R11:427303301cc2: net-mgmt/zabbix6-server: Update to 6.0.29 (authored by otis).
net-mgmt/zabbix6-server: Update to 6.0.29
Thu, Apr 25, 5:15 AM
otis committed R11:631717b1bfea: net-mgmt/zabbix64-server: Update to 6.4.14 (authored by otis).
net-mgmt/zabbix64-server: Update to 6.4.14
Thu, Apr 25, 5:15 AM
glebius committed rG19307b86d31b: accept_filter: return different errors for non-listener and a busy socket (authored by glebius).
accept_filter: return different errors for non-listener and a busy socket
Thu, Apr 25, 4:57 AM
adrian added a reviewer for D44937: wlan: add some calls to ieee80211_set_driver_keymgmt_suites(): wireless.
Thu, Apr 25, 4:45 AM · wireless
adrian updated the diff for D44937: wlan: add some calls to ieee80211_set_driver_keymgmt_suites().

update diff url

Thu, Apr 25, 4:44 AM · wireless
adrian requested review of D44937: wlan: add some calls to ieee80211_set_driver_keymgmt_suites().
Thu, Apr 25, 4:44 AM · wireless
adrian added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.
In D44827#1024357, @cc wrote:
In D44827#1023209, @bz wrote:

eg ath(4) would do something like:

How do you want to implement ath_settkipmic() "nicely" without exposing the field?

oops my bad. it'll be a flag for hardware encryption support! I fixed the code snippet.

I don't get it. Without exposing the field ic_cryptocaps? And where is the "fixed the code snippet"?

Thu, Apr 25, 4:18 AM · wireless
adrian added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.
In D44827#1024561, @bz wrote:

Are you going to change the few drivers which need change to get rid of the public exposure as well? Otherwise this is a dead code before added.

Thu, Apr 25, 4:17 AM · wireless
adrian updated the summary of D44820: net80211: add a new field specifically for announcing specific ciphers.
Thu, Apr 25, 4:16 AM · wireless
adrian updated the diff for D44820: net80211: add a new field specifically for announcing specific ciphers.

address comments from cc@

Thu, Apr 25, 4:16 AM · wireless
adrian added a reviewer for D44936: wlan: update drivers to use ieee80211_set_hardware_ciphers(): wireless.
Thu, Apr 25, 4:11 AM · wireless
adrian updated the diff for D44936: wlan: update drivers to use ieee80211_set_hardware_ciphers().

update w/ diff url

Thu, Apr 25, 4:09 AM · wireless
adrian requested review of D44936: wlan: update drivers to use ieee80211_set_hardware_ciphers().
Thu, Apr 25, 4:08 AM · wireless
imp added a comment to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.

So I'm not saying we need it now, but we likely need to know if we can... get some sleep

Thu, Apr 25, 4:05 AM
glebius updated the diff for D44928: sockets: hide socket hhook(9)s under SOCKET_HHOOK.

SOCKET_HHOOK instead of TCP_HHOOK

Thu, Apr 25, 4:03 AM
kevans committed rG60a4a8532b74: ahc(4): resolve some minor nits (authored by kevans).
ahc(4): resolve some minor nits
Thu, Apr 25, 4:02 AM
kevans committed rG7c3092e343c3: ahc(4)/ahd(4): fix target mode on ARM (authored by kevans).
ahc(4)/ahd(4): fix target mode on ARM
Thu, Apr 25, 4:01 AM
kevans committed rGfac45b6b9a58: ahc(4): resolve some minor nits (authored by kevans).
ahc(4): resolve some minor nits
Thu, Apr 25, 4:01 AM
kevans committed rGcef3d542b700: ahc(4)/ahd(4): fix target mode on ARM (authored by kevans).
ahc(4)/ahd(4): fix target mode on ARM
Thu, Apr 25, 4:01 AM
bz added a comment to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.
In D44918#1024544, @imp wrote:

I don't suppose that yhese could be generated automatically? It's a huge table to maintain by hand...

Thu, Apr 25, 3:47 AM
bz added a comment to D44821: wpa: Remove the now not-needed local logic to hard-code cipher support.

Is is likely mis-sorted in the stack as this should go after D44922?

Thu, Apr 25, 3:36 AM · wireless
bz added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.

Are you going to change the few drivers which need change to get rid of the public exposure as well? Otherwise this is a dead code before added.

Thu, Apr 25, 3:35 AM · wireless
bz added inline comments to D44899: net80211: add the 802.11-2016 cipher list to the crypto array set..
Thu, Apr 25, 3:32 AM · wireless
glebius retitled D44928: sockets: hide socket hhook(9)s under SOCKET_HHOOK from sockets: hide socket hhook(9)s under TCP_HHOOK to sockets: hide socket hhook(9)s under SOCKET_HHOOK.
Thu, Apr 25, 3:29 AM
bz requested changes to D44919: net80211: add initial key management suites from 802.11-2016, APIs to register them.
Thu, Apr 25, 3:28 AM · wireless
bz requested changes to D44921: net80211: add 256 bit CCMP support.

I haven't reviewed the actual function changes yet; just scrolled through

Thu, Apr 25, 3:22 AM · wireless
glebius committed rGc68eed82a3dc: accf_tls: accept filter that waits for TLS handshake header (authored by glebius).
accf_tls: accept filter that waits for TLS handshake header
Thu, Apr 25, 3:20 AM
imp added a comment to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.

I don't suppose that yhese could be generated automatically? It's a huge table to maintain by hand...

Thu, Apr 25, 3:15 AM
imp added a comment to D44935: Unmuting console boot messages for some scenarios.

Any reason to not always set cn_unmute = 0 unconditionally?

Thu, Apr 25, 3:12 AM
bz added inline comments to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.
Thu, Apr 25, 3:05 AM
bz added inline comments to D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.
Thu, Apr 25, 3:03 AM
bz updated the diff for D44918: fwget: update wireless IDs for rtw88/89, ath1xk, mt76 and add iwlwifi.

Update to fine(r) grained flavored packages.

Thu, Apr 25, 3:01 AM
nkumarababu_gmail.com requested review of D44935: Unmuting console boot messages for some scenarios.
Thu, Apr 25, 2:59 AM
osa committed R11:f03dccf17b30: devel/libwasmtime: update: 19.0.2 -> 20.0.0 (authored by osa).
devel/libwasmtime: update: 19.0.2 -> 20.0.0
Thu, Apr 25, 1:09 AM
jbeich committed R11:7b15f345a8c7: games/openbor: update to 7691 (authored by jbeich).
games/openbor: update to 7691
Thu, Apr 25, 12:58 AM
jbeich committed R11:0ac48e6731e9: games/openbor: update to 7691 (authored by jbeich).
games/openbor: update to 7691
Thu, Apr 25, 12:58 AM
jbeich committed R11:02be12501db9: graphics/mesa-devel: update to 24.1.b.15 (authored by jbeich).
graphics/mesa-devel: update to 24.1.b.15
Thu, Apr 25, 12:51 AM
jbeich committed R11:ef0538735a50: deskutils/health: unbreak build on i386 (authored by jbeich).
deskutils/health: unbreak build on i386
Thu, Apr 25, 12:50 AM
jbeich committed R11:ee4cf169d223: x11-servers/xwayland-devel: update to 21.0.99.1.1031 (authored by jbeich).
x11-servers/xwayland-devel: update to 21.0.99.1.1031
Thu, Apr 25, 12:50 AM

Panel Used By

DashboardRestricted Dashboard

Event Timeline

yan.jurak_gmail.com edited an edge.