Page MenuHomeFreeBSD
Feed All Stories

Aug 19 2018

kevans added a comment to D16795: stand: Flip the default interpreter to Lua.
In D16795#357283, @imp wrote:

Suggested UPDATING entry:

The default interpreter has been switched from 4th to Lua. If you have custom FORTH code
you will need to set LOADER_DEFAULT_INTERP=4th (valid values are 4th, lua or simp) in
src.conf for the build. This will create default hard links between loader and loader_4th
instead of loader and loader_lua (the new default). If you are using UEFI and it will
create the proper link to loader.efi.

Aug 19 2018, 2:24 AM
avatar committed rS338038: Extending the delay cycles to give the codec more time to pump ADC data across….
Extending the delay cycles to give the codec more time to pump ADC data across…
Aug 19 2018, 1:15 AM
wen committed rP477553: - Update to 2.32.0.
- Update to 2.32.0
Aug 19 2018, 1:09 AM
gerald committed rP477552: Add the temporary fix I created (but failed to commit) as part of the.
Add the temporary fix I created (but failed to commit) as part of the
Aug 19 2018, 1:01 AM
gerald committed rP477551: Update to the 20180815 snapshot of GCC 6.4.1..
Update to the 20180815 snapshot of GCC 6.4.1.
Aug 19 2018, 12:49 AM
cem committed rS338037: Back out r338035 until Warner is finished churning GSoC PNP patches.
Back out r338035 until Warner is finished churning GSoC PNP patches
Aug 19 2018, 12:46 AM
kp committed rS338036: MFC r337643:.
MFC r337643:
Aug 19 2018, 12:42 AM
gerald committed rP477550: Revert the inadvertent enabling of the STAGING option by default in.
Revert the inadvertent enabling of the STAGING option by default in
Aug 19 2018, 12:36 AM
cpm committed rP477549: - Unbreak build with SNDIO option [1].
- Unbreak build with SNDIO option [1]
Aug 19 2018, 12:29 AM
yuripv created D16797: Provide set_constraint_handler_s(3) man page.
Aug 19 2018, 12:28 AM
gerald committed rP477548: Update to Wine 3.14. This includes the following changes:.
Update to Wine 3.14. This includes the following changes:
Aug 19 2018, 12:25 AM
cem committed rS338035: Remove unused and easy to misuse PNP macro parameter.
Remove unused and easy to misuse PNP macro parameter
Aug 19 2018, 12:22 AM
gerald committed rP477547: Update to the 20180817 snapshot of GCC 8.2.1..
Update to the 20180817 snapshot of GCC 8.2.1.
Aug 19 2018, 12:12 AM
gerald committed rP477546: Update to the 20180812 snapshot of GCC 9..
Update to the 20180812 snapshot of GCC 9.
Aug 19 2018, 12:10 AM

Aug 18 2018

brd added inline comments to D16770: Move dot.profile dot.cshrc to bin/sh/ and bin/csh/.
Aug 18 2018, 11:38 PM
brd added a comment to D16728: Move master.passwd and group to lib/libc/gen/.

Though I disagree with the relocation of this to libc as it is going to be installed with the absolute minimal system anyway so this delta just creates src tree churn, and user finger memory churn. You site your reason for moving it is to put it close to the sources, well, traditionally BSD sources are layed out to match the installed DESTDIR tree. I understand things like csh and sh conf files moving, that makes since in a world where csh or sh may or may not be installed by a pkgbase, however that makes no since in a world where libc and hence master.passwd shall always be installed.

How many config files are now under libc and well always be installed? Could that not of been handled by make a etc pkg that is also installed with libc?

Aug 18 2018, 11:33 PM
imp added a comment to D16795: stand: Flip the default interpreter to Lua.

Suggested UPDATING entry:

Aug 18 2018, 11:30 PM
mm committed rS338034: MFH r337745:.
MFH r337745:
Aug 18 2018, 11:25 PM
mm committed rS338033: MFH r337745:.
MFH r337745:
Aug 18 2018, 11:25 PM
brd updated the diff for D16781: Move all devd related configs to sbin/devd/.

Address @imp feedback

Aug 18 2018, 11:20 PM
brd updated the diff for D16781: Move all devd related configs to sbin/devd/.

Update with right etc/Makefile changes

Aug 18 2018, 11:15 PM
brd added inline comments to D16781: Move all devd related configs to sbin/devd/.
Aug 18 2018, 11:05 PM
tuexen created D16796: Fix IPV6_USE_MIN_MTU socket option for TCP sockets.
Aug 18 2018, 11:05 PM
brd added a comment to D16785: Move all devfs related files to sbin/devfs/.
In D16785#357233, @will wrote:

Sorta weird to set an empty FILES=, perhaps bluetooth.device.conf should be moved first, so this file can be moved along with deleting the etc/defaults directory altogether.

Aug 18 2018, 11:01 PM
alc committed rS338032: Oops. r338030 didn't eliminate the unused arena argument from all of.
Oops. r338030 didn't eliminate the unused arena argument from all of
Aug 18 2018, 10:35 PM
jtl accepted D16626: Rewrite of TCP Reassembly code.
Aug 18 2018, 10:32 PM
mckusick committed rS338031: Replace the TRIM consolodation framework originally added in -r337396.
Replace the TRIM consolodation framework originally added in -r337396
Aug 18 2018, 10:22 PM
pfg added a comment to D16722: POSIX compliance improvements in the pthread(3) functions..
In D16722#356962, @kib wrote:
In D16722#356907, @pfg wrote:
Aug 18 2018, 10:18 PM
alc closed D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
Aug 18 2018, 10:08 PM
alc committed rS338030: Eliminate the unused arena parameter from kmem_alloc_attr()..
Eliminate the unused arena parameter from kmem_alloc_attr().
Aug 18 2018, 10:08 PM
will added a comment to D16770: Move dot.profile dot.cshrc to bin/sh/ and bin/csh/.

@rgrimes A lot of your questions would be resolved by reviewing how CONFS works in share/mk/bsd.confs.mk and its dependencies.

Aug 18 2018, 9:48 PM
kib added a comment to D16794: Update PPC loader relocations to match the kernel..

x86 kernels are linked at the fixed address and did not have relocations to be processed either by loader or by kernel itself until recently. With the introduction of ifuncs, there are relocations, but they can only be processed at the kernel bootstrap time since they require calls to the resolver functions, which expect the kernel environment.

Aug 18 2018, 9:42 PM
kib added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
In D16793#357232, @alc wrote:
In D16793#357204, @kib wrote:
In D16793#357203, @alc wrote:

Should I bump __FreeBSD_version?

I would not.

Could you please elaborate? This is going to impact out-of-tree drivers, e.g., Virtual Box and the newer drm, right? Are you suggesting that I never bump __FreeBSD_version, or wait until all of the kmem functions are "fixed"?

Aug 18 2018, 9:39 PM
will accepted D16742: Create a manual page for beinstall.8.

This looks good to me.

Aug 18 2018, 9:27 PM
will requested changes to D16781: Move all devd related configs to sbin/devd/.
Aug 18 2018, 9:23 PM
will accepted D16783: Move all syslog related confs to usr.sbin/syslogd/.
Aug 18 2018, 9:22 PM
mckusick committed rS338029: Revert -r337396. It is being replaced with a revised interface that.
Revert -r337396. It is being replaced with a revised interface that
Aug 18 2018, 9:21 PM
kevans created D16795: stand: Flip the default interpreter to Lua.
Aug 18 2018, 9:13 PM
will added a comment to D16785: Move all devfs related files to sbin/devfs/.

Sorta weird to set an empty FILES=, perhaps bluetooth.device.conf should be moved first, so this file can be moved along with deleting the etc/defaults directory altogether.

Aug 18 2018, 9:04 PM
kevans committed rS338028: ls(1): Gate the do_color_* definitions behind COLORLS.
ls(1): Gate the do_color_* definitions behind COLORLS
Aug 18 2018, 9:03 PM
alc added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
In D16793#357204, @kib wrote:
In D16793#357203, @alc wrote:

Should I bump __FreeBSD_version?

I would not.

Aug 18 2018, 9:03 PM
will accepted D16786: Move crontab to usr.sbin/cron/cron/.
Aug 18 2018, 9:01 PM
will accepted D16787: Move ftpusers to libexec/ftpd/.
Aug 18 2018, 9:01 PM
kevans committed rS338027: ls(1): Support other aliases for --color arguments used by GNU ls(1).
ls(1): Support other aliases for --color arguments used by GNU ls(1)
Aug 18 2018, 8:55 PM
jhb added a comment to D16794: Update PPC loader relocations to match the kernel..

I should have mentioned that I did look at 'readelf -r' output of the kernel on Michael's box previously and I think it only included a few R_PPC_ADDR32, but they weren't for the relevant section. The rest of the relocations were all R_PPC_RELATIVE which the existing code already handled.

Aug 18 2018, 8:51 PM
jhb added a comment to D16794: Update PPC loader relocations to match the kernel..

Do we re-process relocations during kernel startup? If so, that explains why kldload worked after boot without this change. However, if so, do we have any kind of policy on which relocations the loader should do? For example, should it really limit itself to a subset to since the kernel will do them all again anyway?

Aug 18 2018, 8:50 PM
dim committed rS338026: Merge ^/head r338015 through r338025..
Merge ^/head r338015 through r338025.
Aug 18 2018, 8:44 PM
sunpoet committed rP477544: -.
-
Aug 18 2018, 8:44 PM
sunpoet committed rP477545: Update WWW.
Update WWW
Aug 18 2018, 8:44 PM
sunpoet committed rP477543: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477541: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477542: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477538: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477540: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477539: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477537: Update WWW.
Update WWW
Aug 18 2018, 8:43 PM
sunpoet committed rP477536: Convert to options variable helper.
Convert to options variable helper
Aug 18 2018, 8:43 PM
sunpoet committed rP477534: Update MAINTAINER: use @FreeBSD.org.
Update MAINTAINER: use @FreeBSD.org
Aug 18 2018, 8:43 PM
sunpoet committed rP477535: Sort PLIST.
Sort PLIST
Aug 18 2018, 8:43 PM
sunpoet committed rP477533: Update to 2.13.0.
Update to 2.13.0
Aug 18 2018, 8:42 PM
sunpoet committed rP477532: Update to 3.0.0.
Update to 3.0.0
Aug 18 2018, 8:42 PM
sunpoet committed rP477531: Update to 2.47.
Update to 2.47
Aug 18 2018, 8:42 PM
sunpoet committed rP477530: Update to 1.37.
Update to 1.37
Aug 18 2018, 8:42 PM
sunpoet committed rP477529: Update to 2.19.
Update to 2.19
Aug 18 2018, 8:42 PM
sunpoet committed rP477528: Update to 2.548.
Update to 2.548
Aug 18 2018, 8:42 PM
sunpoet committed rP477527: Update to 1.446.
Update to 1.446
Aug 18 2018, 8:42 PM
sunpoet committed rP477526: Update to 0.115.
Update to 0.115
Aug 18 2018, 8:42 PM
sunpoet committed rP477525: Update to 1.0.3.
Update to 1.0.3
Aug 18 2018, 8:42 PM
sunpoet committed rP477524: Update to 2.0.1.
Update to 2.0.1
Aug 18 2018, 8:42 PM
dim committed rS338025: Use the size of one bge_devs element for the MODULE_PNP_INFO macro,.
Use the size of one bge_devs element for the MODULE_PNP_INFO macro,
Aug 18 2018, 8:42 PM
sunpoet committed rP477523: Update to 2.11.111.
Update to 2.11.111
Aug 18 2018, 8:42 PM
sunpoet committed rP477522: Update to 2.11.111.
Update to 2.11.111
Aug 18 2018, 8:41 PM
sunpoet committed rP477520: Update to 1.3.6.
Update to 1.3.6
Aug 18 2018, 8:41 PM
sunpoet committed rP477521: Update to 2.11.111.
Update to 2.11.111
Aug 18 2018, 8:41 PM
sunpoet committed rP477519: Update to 0.03.
Update to 0.03
Aug 18 2018, 8:41 PM
sunpoet committed rP477517: Update to 1.046.
Update to 1.046
Aug 18 2018, 8:41 PM
sunpoet committed rP477518: Update to 0.21026.
Update to 0.21026
Aug 18 2018, 8:41 PM
sunpoet committed rP477516: Update to 1.25.
Update to 1.25
Aug 18 2018, 8:41 PM
sunpoet committed rP477515: Update to 1.9.5.
Update to 1.9.5
Aug 18 2018, 8:41 PM
jhb created D16794: Update PPC loader relocations to match the kernel..
Aug 18 2018, 8:38 PM
kib committed rS338024: Rudimentary AER reading code for ddb(4)..
Rudimentary AER reading code for ddb(4).
Aug 18 2018, 8:35 PM
kib closed D7813: Rudimentary AER reading code for ddb(4).
Aug 18 2018, 8:35 PM · PCI
jhb committed rS338023: Make 'device crypto' lines more consistent..
Make 'device crypto' lines more consistent.
Aug 18 2018, 8:32 PM
jhb closed D16775: Make 'device crypto' lines more consistent..
Aug 18 2018, 8:32 PM
jhb committed rS338022: Fix casts between 64-bit physical addresses and pointers in EFI..
Fix casts between 64-bit physical addresses and pointers in EFI.
Aug 18 2018, 8:28 PM
jhb closed D16586: Fix casts between 64-bit physical addresses and pointers in EFI..
Aug 18 2018, 8:28 PM
jhb updated the diff for D15734: Fix objcopy for little-endian MIPS64 objects..
  • Move mips64el routines to a dedicated file.
Aug 18 2018, 8:26 PM
jhb committed rS338021: Use 'bool' instead of 'int' for various boolean flags..
Use 'bool' instead of 'int' for various boolean flags.
Aug 18 2018, 8:24 PM
jhb closed D16611: Use 'bool' instead of 'int' for various boolean flags..
Aug 18 2018, 8:24 PM
ehaupt committed rP477514: Update to 1.9.1.
Update to 1.9.1
Aug 18 2018, 8:15 PM
kib added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
In D16793#357203, @alc wrote:

Should I bump __FreeBSD_version?

Aug 18 2018, 8:10 PM
alc added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
In D16793#357198, @kib wrote:

kmem_malloc() needs sys_machdep.c update. I think it is better to keep them in separate changes.

Aug 18 2018, 8:02 PM
markj accepted D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
Aug 18 2018, 7:57 PM
kib accepted D16793: Eliminate the unused arena parameter from kmem_alloc_attr().

kmem_malloc() needs sys_machdep.c update. I think it is better to keep them in separate changes.

Aug 18 2018, 7:57 PM
kevans committed rS338020: res_find: Fix fallback logic.
res_find: Fix fallback logic
Aug 18 2018, 7:46 PM
alc added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().

I'm happy to either add kmem_malloc() and kmem_alloc_contig() to this patch or do them separately.

Aug 18 2018, 7:45 PM
alc added a comment to D16793: Eliminate the unused arena parameter from kmem_alloc_attr().

This should probably include an increment to __FreeBSD_version.

Aug 18 2018, 7:43 PM
alc added reviewers for D16793: Eliminate the unused arena parameter from kmem_alloc_attr(): jeff, kib, markj.
Aug 18 2018, 7:19 PM
alc created D16793: Eliminate the unused arena parameter from kmem_alloc_attr().
Aug 18 2018, 7:18 PM
rrs added inline comments to D16626: Rewrite of TCP Reassembly code.
Aug 18 2018, 7:17 PM