#
9c363005 |
| 26-Oct-2022 |
Ed Maste <emaste@FreeBSD.org> |
UPDATING: add an introductory sentence to 20221026's entry
|
#
5575454d |
| 26-Oct-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
UPDATING: Add note for pkgbase users after splitting packages.
|
#
0e981d79 |
| 20-May-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: move pm_message_t from kernel.h to pm.h
Move pm_message_t from kernel.h to pm.h and remove a private define in usb.h as well as adjust the implementation in linux_usb.c. This cleans up wha
LinuxKPI: move pm_message_t from kernel.h to pm.h
Move pm_message_t from kernel.h to pm.h and remove a private define in usb.h as well as adjust the implementation in linux_usb.c. This cleans up what I believe to be a historic shortcut and is needed for future wireless driver updates.
Leave a note in UPDATING that drm-kmod users need to update to the latest version before re-compiling a new kernel to avoid errors (see PR).
Sponsored by: The FreeBSD Foundation MFC after: 3 days PR: 264449 (drm-kmod port update, thanks wulf) Obtained from: bz_git_iwlwifi (Dec 2020) (partly) Reviewed by: hselasky, imp Differential Revision: https://reviews.freebsd.org/D35276
show more ...
|
Revision tags: release/13.1.0 |
|
#
bde57090 |
| 10-Apr-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
UPDATING: Fix a few typos
- s/configuation/configuration/ - s/comitted/committed/ - s/verison/version/
MFC after: 3 days
|
#
75fccd67 |
| 09-Apr-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
UPDATING: Remove a double word in an entry
- s/for for/for/
MFC after: 3 days
|
#
9ad859da |
| 01-Feb-2022 |
Gordon Tetlow <gordon@FreeBSD.org> |
Fix minor grammar nit.
|
#
45b6b376 |
| 24-Jan-2022 |
Cy Schubert <cy@FreeBSD.org> |
UPDATING: Sort by date
I still didn't sort it right.
Pointy hat to: cy
|
#
8303b8ff |
| 24-Jan-2022 |
Cy Schubert <cy@FreeBSD.org> |
UPDATING: Sort by date
Sort unbound entry by date.
|
#
72d0d523 |
| 24-Jan-2022 |
Cy Schubert <cy@FreeBSD.org> |
UPDATING: Document unbound support of RFC8375
As of unbound 1.14.0rc1, as per RFC8375 unbound by default blocks 'home.arpa'. Document this new behaviour and how to unblock it.
Reported by: avg Disc
UPDATING: Document unbound support of RFC8375
As of unbound 1.14.0rc1, as per RFC8375 unbound by default blocks 'home.arpa'. Document this new behaviour and how to unblock it.
Reported by: avg Discussed with: glebius, avg RFC: 8375, Section 6: Security Considerations
show more ...
|
#
e2650af1 |
| 30-Dec-2021 |
Stefan Eßer <se@FreeBSD.org> |
Make CPU_SET macros compliant with other implementations
The introduction of <sched.h> improved compatibility with some 3rd party software, but caused the configure scripts of some ports to assume t
Make CPU_SET macros compliant with other implementations
The introduction of <sched.h> improved compatibility with some 3rd party software, but caused the configure scripts of some ports to assume that they were run in a GLIBC compatible environment.
Parts of sched.h were made conditional on -D_WITH_CPU_SET_T being added to ports, but there still were compatibility issues due to invalid assumptions made in autoconfigure scripts.
The differences between the FreeBSD version of macros like CPU_AND, CPU_OR, etc. and the GLIBC versions was in the number of arguments: FreeBSD used a 2-address scheme (one source argument is also used as the destination of the operation), while GLIBC uses a 3-adderess scheme (2 source operands and a separately passed destination).
The GLIBC scheme provides a super-set of the functionality of the FreeBSD macros, since it does not prevent passing the same variable as source and destination arguments. In code that wanted to preserve both source arguments, the FreeBSD macros required a temporary copy of one of the source arguments.
This patch set allows to unconditionally provide functions and macros expected by 3rd party software written for GLIBC based systems, but breaks builds of externally maintained sources that use any of the following macros: CPU_AND, CPU_ANDNOT, CPU_OR, CPU_XOR.
One contributed driver (contrib/ofed/libmlx5) has been patched to support both the old and the new CPU_OR signatures. If this commit is merged to -STABLE, the version test will have to be extended to cover more ranges.
Ports that have added -D_WITH_CPU_SET_T to build on -CURRENT do no longer require that option.
The FreeBSD version has been bumped to 1400046 to reflect this incompatible change.
Reviewed by: kib MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D33451
show more ...
|
#
dd55767b |
| 15-Dec-2021 |
Warner Losh <imp@FreeBSD.org> |
Test various header files to ensure they can be included by themselves.
A number of header files in sys/* have, going back to 7th Edition Unix in 1979, reqiured other files (like sys/types.h) to com
Test various header files to ensure they can be included by themselves.
A number of header files in sys/* have, going back to 7th Edition Unix in 1979, reqiured other files (like sys/types.h) to compile. Likewise the 4BSD networking code has had prerequisites. However, going back to around the turn of the 21st century, other systems have made them be independently include-able (wide-spread header include protection post-dates 7th edition Unix by maybe 3 or so years judging from USENET source postings). Start down the path of making them all independently include-able by creating this test that fails buildworld when they are not.
The file 'badfiles.inc' contains a list of the currently broken files that cannot be included w/o any prerequisites. As files are fixed, 'make badfiles.inc' should be re-run to remove them from the list. Note: All files that start with an underscore are considered internal and not tested.
Please note: once a file is removed from badfiles.inc, it must pass on all architectures. Buildworld through at least the _includes target is needed to ensure its working (though a buildkernel should also be done on all architectures as well).
Sponsored by: Netflix Reviewed by: brooks, markj Differential Revision: https://reviews.freebsd.org/D32498
show more ...
|
#
56e4bee1 |
| 15-Dec-2021 |
Warner Losh <imp@FreeBSD.org> |
UPDATING: Add warning about NO_CLEAN build after turning off llvm mips target
Due to the way that we configure llvm, there's a problem with NO_CLEAN builds. The *.def files listed in the commit chan
UPDATING: Add warning about NO_CLEAN build after turning off llvm mips target
Due to the way that we configure llvm, there's a problem with NO_CLEAN builds. The *.def files listed in the commit change their behavior based on command line arguments. Since my flipping the default of the mips target, this meant there were .o files that were now inconsistent with how we'll now compile things, leading to errors. By touching the *.def files list, one can workaround this problem.
Noticed by: jhb Sponsored by: Netflix
show more ...
|
#
b8cacb38 |
| 09-Dec-2021 |
Warner Losh <imp@FreeBSD.org> |
mips: Remove mips as a recognized build target.
Remove mips as a recognized build target in advance of its removal from the tree.
Sponsored by: Netflix
|
#
67301655 |
| 09-Dec-2021 |
Warner Losh <imp@FreeBSD.org> |
Belatedly note that mips has been removed from universe/tinderbox builds and that mips will be removed from the tree soon.
Sponsored by: Netflix
|
Revision tags: release/12.3.0 |
|
#
d6953863 |
| 11-Nov-2021 |
Randall Stewart <rrs@FreeBSD.org> |
Add in the commit revision to the UPDATING file for the CC changes
The UPDATING file had a xxx for the CC changes commit, now that its committed fix that.
|
#
b8d60729 |
| 11-Nov-2021 |
Randall Stewart <rrs@FreeBSD.org> |
tcp: Congestion control cleanup.
NOTE: HEADS UP read the note below if your kernel config is not including GENERIC!!
This patch does a bit of cleanup on TCP congestion control modules. There were s
tcp: Congestion control cleanup.
NOTE: HEADS UP read the note below if your kernel config is not including GENERIC!!
This patch does a bit of cleanup on TCP congestion control modules. There were some rather interesting surprises that one could get i.e. where you use a socket option to change from one CC (say cc_cubic) to another CC (say cc_vegas) and you could in theory get a memory failure and end up on cc_newreno. This is not what one would expect. The new code fixes this by requiring a cc_data_sz() function so we can malloc with M_WAITOK and pass in to the init function preallocated memory. The CC init is expected in this case *not* to fail but if it does and a module does break the "no fail with memory given" contract we do fall back to the CC that was in place at the time.
This also fixes up a set of common newreno utilities that can be shared amongst other CC modules instead of the other CC modules reaching into newreno and executing what they think is a "common and understood" function. Lets put these functions in cc.c and that way we have a common place that is easily findable by future developers or bug fixers. This also allows newreno to evolve and grow support for its features i.e. ABE and HYSTART++ without having to dance through hoops for other CC modules, instead both newreno and the other modules just call into the common functions if they desire that behavior or roll there own if that makes more sense.
Note: This commit changes the kernel configuration!! If you are not using GENERIC in some form you must add a CC module option (one of CC_NEWRENO, CC_VEGAS, CC_CUBIC, CC_CDG, CC_CHD, CC_DCTCP, CC_HTCP, CC_HD). You can have more than one defined as well if you desire. Note that if you create a kernel configuration that does not define a congestion control module and includes INET or INET6 the kernel compile will break. Also you need to define a default, generic adds 'options CC_DEFAULT=\"newreno\" but you can specify any string that represents the name of the CC module (same names that show up in the CC module list under net.inet.tcp.cc). If you fail to add the options CC_DEFAULT in your kernel configuration the kernel build will also break.
Reviewed by: Michael Tuexen Sponsored by: Netflix Inc. RELNOTES:YES Differential Revision: https://reviews.freebsd.org/D32693
show more ...
|
Revision tags: release/13.0.0 |
|
#
e641c29a |
| 07-Feb-2021 |
Dries Michiels <driesm@FreeBSD.org> |
UPDATING: Change update procedure to use etcupdate(8) over mergemaster(8)
This commit aligns the steps in UPDATING with the steps from the handbook which already prefers etcupdate(8). While here als
UPDATING: Change update procedure to use etcupdate(8) over mergemaster(8)
This commit aligns the steps in UPDATING with the steps from the handbook which already prefers etcupdate(8). While here also remove a dubious comment.
PR: 252417 Reviewed by: ceri Approved by: philip (mentor), imp Differential Revision: https://reviews.freebsd.org/D28062
show more ...
|
#
25b0021d |
| 06-Nov-2021 |
Rick Macklem <rmacklem@FreeBSD.org> |
UPDATING: Add entry for commit f0c9847a6c47
|
#
6aae3517 |
| 21-Oct-2021 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Retire synchronous PPP kernel driver sppp(4).
The last two drivers that required sppp are cp(4) and ce(4).
These devices are still produced and can be purchased at Cronyx <http://cronyx.ru/hardware
Retire synchronous PPP kernel driver sppp(4).
The last two drivers that required sppp are cp(4) and ce(4).
These devices are still produced and can be purchased at Cronyx <http://cronyx.ru/hardware/wan.html>.
Since Roman Kurakin <rik@FreeBSD.org> has quit them, they no longer support FreeBSD officially. Later they have dropped support for Linux drivers to. As of mid-2020 they don't even have a developer to maintain their Windows driver. However, their support verbally told me that they could provide aid to a FreeBSD developer with documentaion in case if there appears a new customer for their devices.
These drivers have a feature to not use sppp(4) and create an interface, but instead expose the device as netgraph(4) node. Then, you can attach ng_ppp(4) with help of ports/net/mpd5 on top of the node and get your synchronous PPP. Alternatively you can attach ng_frame_relay(4) or ng_cisco(4) for HDLC. Actually, last time I used cp(4) back in 2004, using netgraph(4) instead of sppp(4) was already the right way to do.
Thus, remove the sppp(4) related part of the drivers and enable by default the negraph(4) part. Further maintenance of these drivers in the tree shouldn't be a big deal.
While doing that, remove some cruft and enable cp(4) compilation on amd64. The ce(4) for some unknown reason marks its internal DDK functions with __attribute__ fastcall, which most likely is safe to remove, but without hardware I'm not going to do that, so ce(4) remains i386-only.
Reviewed by: emaste, imp, donner Differential Revision: https://reviews.freebsd.org/D32590 See also: https://reviews.freebsd.org/D23928
show more ...
|
#
6ae38ab4 |
| 20-Oct-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
UPDATING: fix style
Reported by: danfe
|
#
d410b585 |
| 19-Oct-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
sh(1): make it the default shell for the root user
In the recent history sh(1) has gain the missing features for it to become a usable interractive shell: - command completion - persistent history s
sh(1): make it the default shell for the root user
In the recent history sh(1) has gain the missing features for it to become a usable interractive shell: - command completion - persistent history support - improvements on the default bindings in emacs mode - improvements in the vi mode (repect $EDITOR) - print a newline when exiting via ^D - default prompt and improvements on how PS1 can be configured - and more.
This changes also simplifies making tiny freebsd images with only sh(1) as a shell
show more ...
|
#
16f1ee11 |
| 04-Oct-2021 |
Baptiste Daroussin <bapt@FreeBSD.org> |
ncurses: document in UPDATING and bump _FreeBSD_version
|
#
8bc5971b |
| 04-Oct-2021 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
UPDATING: Update notes about new mixer(8) utility.
Differential Revision: https://reviews.freebsd.org/D31636 Sponsored by: NVIDIA Networking
|
#
9cce0ef9 |
| 24-Sep-2021 |
Kristof Provost <kp@FreeBSD.org> |
UPDATING: new entry about dummynet
Dummynet now no longer requires ipfw, so any users relying on this dependency to load ipfw will need to explicitly load ipfw.
While here fix a typo in the date of
UPDATING: new entry about dummynet
Dummynet now no longer requires ipfw, so any users relying on this dependency to load ipfw will need to explicitly load ipfw.
While here fix a typo in the date of the previous entry.
Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
#
90f6610b |
| 23-Sep-2021 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
UPDATING: Fix spelling.
Submitted by: gljennjohn@gmail.com Differential Revision: https://reviews.freebsd.org/D31636 Sponsored by: NVIDIA Networking
|