aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Remove important entry being X that's 9 months oldWarner Losh2005-03-031-1/+1
| | | | Notes: svn path=/head/; revision=143099
* Remove references to 4.x upgrades, since those no longer are possibleWarner Losh2005-03-031-55/+3
| | | | | | | (one must upgrade to 5.3 before first jumping to current). Notes: svn path=/head/; revision=143098
* Make an advise that a rebuild of fsck(8) is recommended for -CURRENTXin LI2005-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 Notes: svn path=/head/; revision=142844
* Add a note about new format of LC_CTYPE files.Ruslan Ermilov2005-02-261-0/+5
| | | | Notes: svn path=/head/; revision=142589
* Add notes on merging acpi_perf and acpi_throttle to acpi.koNate Lawson2005-02-251-3/+6
| | | | Notes: svn path=/head/; revision=142503
* Change the definition of struct if_data's member ifi_epoch from wallBrooks Davis2005-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 Notes: svn path=/head/; revision=142501
* Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes toMaxim Sobolev2005-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> Notes: svn path=/head/; revision=142453
* Simplify steps necessary to cross-install -CURRENT onto aRuslan Ermilov2005-02-231-4/+2
| | | | | | | | separate partition. (Take advantage of "make distribute" installing /boot/device.hints.) Notes: svn path=/head/; revision=142326
* Note removal of "options CPU_ENABLE_TCC"Nate Lawson2005-02-231-0/+5
| | | | Notes: svn path=/head/; revision=142315
* Fix disorder.Ruslan Ermilov2005-02-071-3/+3
| | | | Notes: svn path=/head/; revision=141445
* Note the cpufreq import and acpi throttling changes.Nate Lawson2005-02-061-0/+7
| | | | Notes: svn path=/head/; revision=141420
* Notice that NG_VERSION has been increased.Gleb Smirnoff2005-02-051-0/+3
| | | | Notes: svn path=/head/; revision=141376
* Fix typos.Maxim Konovalov2005-02-051-2/+2
| | | | | | | | PR: misc/77151 Submitted by: Anton Karpov Notes: svn path=/head/; revision=141368
* As threatened, trim the UDPATING file to the branchpoint for RELENG_5.Warner Losh2005-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) Notes: svn path=/head/; revision=141306
* Note the deprecation of the abbreviation of a number of ipfw options.Brooks Davis2005-01-151-0/+9
| | | | Notes: svn path=/head/; revision=140272
* Warn about the NOFOO -> NO_FOO conversion, and remind users toRuslan Ermilov2004-12-231-0/+7
| | | | | | | | read the COMMON ITEMS section of this file for proper upgrade instructions. Notes: svn path=/head/; revision=139237
* Note requirement to manually load/configure ancillary wlan modules.Sam Leffler2004-12-201-0/+9
| | | | | | | Requested by: silby Notes: svn path=/head/; revision=139056
* Mention the necessity for ``enable echo'' in ppp(8).Brian Somers2004-12-131-0/+7
| | | | Notes: svn path=/head/; revision=138813
* Slightly embelish the 20040710 entry about the requirement forDavid E. O'Brien2004-12-121-11/+13
| | | | | | | | | 'hint.sio.0.flags="0x10"' on Alpha. Also move the sio name changes to chronological change order. Notes: svn path=/head/; revision=138726
* note ath+wlan changesSam Leffler2004-12-111-0/+12
| | | | Notes: svn path=/head/; revision=138706
* Remove some (no longer vaild) notes about PFIL_HOOKS.Max Laier2004-12-081-13/+3
| | | | Notes: svn path=/head/; revision=138535
* Add a note about 80386 support being removed from HEAD.John Baldwin2004-11-161-0/+4
| | | | Notes: svn path=/head/; revision=137790
* Add note about changed root mount semantics for (preloaded) memory disksPoul-Henning Kamp2004-11-101-0/+8
| | | | Notes: svn path=/head/; revision=137510
* Remove RFC1644 T/TCP support from the TCP side of the network stack.Andre Oppermann2004-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 Notes: svn path=/head/; revision=137139
* Shave 40 unused bytes from struct tcpcb.Andre Oppermann2004-10-221-0/+5
| | | | Notes: svn path=/head/; revision=136792
* Add an entry about some tty devices being renamed.Poul-Henning Kamp2004-10-181-0/+8
| | | | Notes: svn path=/head/; revision=136674
* Remove the suggestion to use libmap.conf to deal with the version bump.David E. O'Brien2004-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. Notes: svn path=/head/; revision=136617
* Add additional information on how to cope with the change.Mike Makonnen2004-10-101-0/+4
| | | | Notes: svn path=/head/; revision=136353
* Mike Makonnen2004-10-071-0/+5
| | | | Notes: svn path=/head/; revision=136225
* Note libthr ABI breakage.Mike Makonnen2004-10-071-0/+5
| | | | Notes: svn path=/head/; revision=136208
* Make it more clear that if named is enabled, it will be chrooted by default.Doug Barton2004-10-041-3/+2
| | | | | | | Change to syslogd restart as suggested by des. Notes: svn path=/head/; revision=136125
* Document how to set up libmap.conf to deal with the library version bump.Dag-Erling Smørgrav2004-10-031-0/+10
| | | | Notes: svn path=/head/; revision=136082
* Bump the library version numbers for the following libraries:Ken Smith2004-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) Notes: svn path=/head/; revision=136027
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-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) Notes: svn path=/head/; revision=135920
* Amend the named chroot update instructions by adding a stop and startDoug Barton2004-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 Notes: svn path=/head/; revision=135878
* Create a named chroot directory structure in /var/named, and use itDoug Barton2004-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. Notes: svn path=/head/; revision=135875
* Update the BIND 9 entry with information about files thatDoug Barton2004-09-261-0/+9
| | | | | | | have moved, or should be removed. Notes: svn path=/head/; revision=135811
* Add an entry to tell the world about BIND 9.Doug Barton2004-09-251-0/+13
| | | | Notes: svn path=/head/; revision=135782
* Backout the last entry. It went to the wrong branch.Andre Oppermann2004-09-221-5/+0
| | | | Notes: svn path=/head/; revision=135587
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-0/+5
| | | | | | | | | kernel compile option. Approved by: re (scottl) Notes: svn path=/head/; revision=135580
* Bring back etc/rc.d/ntpdate as requested by scads of people. This isn't aSean Chittenden2004-09-151-10/+0
| | | | | | | | | | | | | | | | | complete backout as the ntpd_sync_on_start etc/rc.conf tunable is still present, though the default is now NO (was YES). Since we're no longer syncing time at startup by default when ntpd is enabled (as was the case 24hrs ago), remove UPDATING entry pointing out that ntpd(1) -g is slower than ntpdate(1). Hopefully ntpd_sync_on_start="YES" can be made the default for -CURRENT after 5.3 is cut. At the very least, this should be set to YES when a user requests to have ntpd enabled via sysinstall(1). Requested by: many Notes: svn path=/head/; revision=135252
* Stop using ntpdate(1) in our startup proceedure. Replace ntpdate(1) withSean Chittenden2004-09-141-0/+10
| | | | | | | | | | | | | | | | | calls to ntpd -g. ntpd is noticably slower than ntpdate, but is also more accurate. This removes the nasty hackery in rc.d/ntpdate that would parse out ntp servers from /etc/ntp.conf (ntpd knows how to read its own config file). By default, ntpd *will* sync with its listed time servers. To turn this off so that ntpd does not sync, ntpd_sync_on_start="NO" can be added to /etc/rc.conf. If ntpd is not enabled (the default), then time is not synced on startup. ntpdate's use has been depreciated by the ntpd authors for quite some time so this change shouldn't be unexpected. Suggested by: des Approved by: roberto (resident ntp guru) Notes: svn path=/head/; revision=135194
* Put in a note about the changed pflogd format (for 64 bit archs).Max Laier2004-09-141-0/+6
| | | | Notes: svn path=/head/; revision=135190
* document the recent change to debug.witness.*John-Mark Gurney2004-09-061-0/+5
| | | | | | | | | fix spelling of debug.witness.kdb MFC after: 5 days Notes: svn path=/head/; revision=134874
* Expand the 4.x -> current updating section. Update to show how to useWarner Losh2004-09-041-12/+22
| | | | | | | | | | | make kernel. Update the compatibility slice section. Note about updating devices in the kernel config file. MAKEOBJDIRPREFIX changes and mention the port alternative to COMPAT4X=yes. Fix copyright. This should be MFC'd. Notes: svn path=/head/; revision=134773
* Back out ifi_epoch. The ABI breakage is too disruptive this close toBrooks Davis2004-09-021-0/+8
| | | | | | | | 5-STABLE. ifi_epoch will shortly be reintroduced with less precistion using the space currently allocated to ifi_unused. Notes: svn path=/head/; revision=134630
* Add warnings about ifconfig incompatabilities caused by the addition ofBrooks Davis2004-09-011-0/+9
| | | | | | | ifi_epoch. Notes: svn path=/head/; revision=134604
* Add a new variable, ifi_epoch, to struct if_data. It is set to the lastBrooks Davis2004-08-301-0/+5
| | | | | | | | | | | | | | | | time the interface counters were zeroed, currently the time if_attach() was called. It is indentended to be a valid value for RFC2233's ifCounterDiscontinuityTime and to make it easier for applications to verify that the interface they find at a given index is the one that was there last time they looked. An if_epoch "compatability" macro has not been created as ifi_epoch has never been a member of struct ifnet. Approved by: andre, bms, wollman Notes: svn path=/head/; revision=134514
* Add an updating entry for the recent change in network stack lockingRobert Watson2004-08-281-0/+13
| | | | | | | | default for debug.mpsafenet, pointing at the recent announcement and things to try if instability is experienced. Notes: svn path=/head/; revision=134447
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-0/+4
| | | | | | | | | | | | | | compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and thus it becomes a standard part of the network stack. If no hooks are connected the entire packet filter hooks section and related activities are jumped over. This removes any performance impact if no hooks are active. Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well. Notes: svn path=/head/; revision=134383