summaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump __FreeBSD_version for if_bridge.thompsa2005-06-051-0/+4
| | | | Approved by: mlaier (mentor)
* mention libpcap.ume2005-06-031-3/+4
|
* fix typo in my previous commit.ume2005-06-031-1/+1
| | | | Submitted by: Jiawei Ye <leafy7382 _at_ gmail.com>
* mention getnet*(3) ABI breakage.ume2005-06-031-0/+8
|
* Provide info on the incompatible change in v1.33 of sys/kern/imgact_shell.cgad2005-05-281-0/+6
| | | | Discussed with: imp
* Add a note how to use nextboot(8) to test a kernel only once.netchild2005-05-251-0/+8
| | | | | Approved by: mentor (joerg) Discussed with: imp
* cleanup a danging reference to cleaning up /etc/fstab. Since we don'timp2005-05-161-1/+0
| | | | | | | | support 4->6 upgrades, this is moot. Most 4.x installations even, have things compatible with 5 at thsi point, but some don't, so I'll leave it in the branch... submitted by: kevlo
* Remove reference to seedrandom, since it is now gone, and was in thereimp2005-05-091-1/+0
| | | | just in case.
* Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.mlaier2005-05-031-0/+5
|
* Note that NO_MIXED_MODE is gone.scottl2005-04-181-0/+6
|
* Remove important entry being X that's 9 months oldimp2005-03-031-1/+1
|
* Remove references to 4.x upgrades, since those no longer are possibleimp2005-03-031-55/+3
| | | | (one must upgrade to 5.3 before first jumping to current).
* Make an advise that a rebuild of fsck(8) is recommended for -CURRENTdelphij2005-03-011-0/+10
| | | | | | | after 20050220 due to the superblock summary recomputation change. Also make a note about how to go back to the old behavior. MFC After: 1 day
* Add a note about new format of LC_CTYPE files.ru2005-02-261-0/+5
|
* Add notes on merging acpi_perf and acpi_throttle to acpi.konjl2005-02-251-3/+6
|
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-251-0/+8
| | | | | | | | | | | | | | | | | clock time to uptime because wall clock time may go backwards. This is a change in the API which will impact SNMP agents who are using ifi_epoch to set RFC2233's ifCounterDiscontinuityTime. None are know to exist today. This will not impact applications that are using the <index, epoch> tuple to verify interface uniqueness except that it eliminates a race which could lead to a false assumption of uniqueness. Because this is a behavior change, bump __FreeBSD_version. Discussed with: re (jhb, scottl) MFC after: 3 days Pointed out by: pkh (way back at EuroBSDCon) Pointy hat: brooks
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes tosobomax2005-02-251-0/+5
| | | | | | | | | | | | PAGE_SIZE. Unlike originator of the PR suggests retain MAXSHELLCMDLEN definition (he has been proposing to replace it with PAGE_SIZE everywhere), not only this reduced the diff significantly, but prevents code obfuscation and also allows to increase/decrease this parameter easily if needed. PR: kern/64196 Submitted by: Magnus Bäckström <b@etek.chalmers.se>
* Simplify steps necessary to cross-install -CURRENT onto aru2005-02-231-4/+2
| | | | | separate partition. (Take advantage of "make distribute" installing /boot/device.hints.)
* Note removal of "options CPU_ENABLE_TCC"njl2005-02-231-0/+5
|
* Fix disorder.ru2005-02-071-3/+3
|
* Note the cpufreq import and acpi throttling changes.njl2005-02-061-0/+7
|
* Notice that NG_VERSION has been increased.glebius2005-02-051-0/+3
|
* Fix typos.maxim2005-02-051-2/+2
| | | | | PR: misc/77151 Submitted by: Anton Karpov
* As threatened, trim the UDPATING file to the branchpoint for RELENG_5.imp2005-02-041-1682/+6
| | | | | | | | | | | People wishing to see prior changes are encouraged to look at the UPDATING file on the RELENG_5 branch. Document when RELENG_5 was branched, as well as the 5.3 release date, as shown in the CVS logs for newvers.sh. This change should not be MFC'd. Noticed by: Matteo Riondato (and ru)
* Note the deprecation of the abbreviation of a number of ipfw options.brooks2005-01-151-0/+9
|
* Warn about the NOFOO -> NO_FOO conversion, and remind users toru2004-12-231-0/+7
| | | | | read the COMMON ITEMS section of this file for proper upgrade instructions.
* Note requirement to manually load/configure ancillary wlan modules.sam2004-12-201-0/+9
| | | | Requested by: silby
* Mention the necessity for ``enable echo'' in ppp(8).brian2004-12-131-0/+7
|
* Slightly embelish the 20040710 entry about the requirement forobrien2004-12-121-11/+13
| | | | | | 'hint.sio.0.flags="0x10"' on Alpha. Also move the sio name changes to chronological change order.
* note ath+wlan changessam2004-12-111-0/+12
|
* Remove some (no longer vaild) notes about PFIL_HOOKS.mlaier2004-12-081-13/+3
|
* Add a note about 80386 support being removed from HEAD.jhb2004-11-161-0/+4
|
* Add note about changed root mount semantics for (preloaded) memory disksphk2004-11-101-0/+8
|
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-0/+5
| | | | | | | | | | | | | | | | A complete rationale and discussion is given in this message and the resulting discussion: http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706 Note that this commit removes only the functional part of T/TCP from the tcp_* related functions in the kernel. Other features introduced with RFC1644 are left intact (socket layer changes, sendmsg(2) on connection oriented protocols) and are meant to be reused by a simpler and less intrusive reimplemention of the previous T/TCP functionality. Discussed on: -arch
* Shave 40 unused bytes from struct tcpcb.andre2004-10-221-0/+5
|
* Add an entry about some tty devices being renamed.phk2004-10-181-0/+8
|
* Remove the suggestion to use libmap.conf to deal with the version bump.obrien2004-10-171-10/+0
| | | | | | People have a tendency to add things to libmap.conf and forget about them (as we've seen in the mailing lists before). The compat4x port should be used instead.
* Add additional information on how to cope with the change.mtm2004-10-101-0/+4
|
* mtm2004-10-071-0/+5
|
* Note libthr ABI breakage.mtm2004-10-071-0/+5
|
* Make it more clear that if named is enabled, it will be chrooted by default.dougb2004-10-041-3/+2
| | | | Change to syslogd restart as suggested by des.
* Document how to set up libmap.conf to deal with the library version bump.des2004-10-031-0/+10
|
* Bump the library version numbers for the following libraries:kensmith2004-10-011-0/+15
| | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be)
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-0/+5
| | | | | | | | | | | | | | | | | | | passing along socket information. This is required to work around a LOR with the socket code which results in an easy reproducible hard lockup with debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do so later. The missing piece is to turn the filter locking into a leaf lock and will follow in a seperate (later) commit. This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in forseeable future. Suggested by: rwatson A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;) Reviewed by: rwatson, csjp Tested by: -pf, -ipfw, LINT, csjp and myself MFC after: 3 days LOR IDs: 14 - 17 (not fixed yet)
* Amend the named chroot update instructions by adding a stop and startdougb2004-09-281-0/+2
| | | | | | | of syslogd. The rc.d/syslogd script has the logic already to create a socket in the chroot dir, it just needs to be restarted. Reminded by: matusita
* Create a named chroot directory structure in /var/named, and use itdougb2004-09-281-0/+27
| | | | | | | | | | | | | | | | by default when named is enabled. Also, improve our default directory layout by creating /var/named/etc/namedb/{master|slave} directories, and use the former for the generated localhost* files. Rather than using pax to copy device entries, mount devfs in the chroot directory. There may be some corner cases where things need to be adjusted, but overall this structure has been well tested on a production network, and should serve the needs of the vast majority of users. UPDATING has instructions on how to do the conversion for those with existing configurations.
* Update the BIND 9 entry with information about files thatdougb2004-09-261-0/+9
| | | | have moved, or should be removed.
* Add an entry to tell the world about BIND 9.dougb2004-09-251-0/+13
|
* Backout the last entry. It went to the wrong branch.andre2004-09-221-5/+0
|
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedandre2004-09-221-0/+5
| | | | | | kernel compile option. Approved by: re (scottl)
OpenPOWER on IntegriCloud