aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Note that kern.polling.enable is deprecated.Gleb Smirnoff2005-10-011-0/+4
| | | | Notes: svn path=/head/; revision=150795
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-0/+4
| | | | | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) Notes: svn path=/head/; revision=150636
* Be a little more obvious about the steps to build a kernel.David E. O'Brien2005-09-091-2/+4
| | | | Notes: svn path=/head/; revision=149911
* Add delete-old and delete-old-libs targets:Alexander Leidinger2005-07-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removes obsolete files/dirs or libraries. - works in interactive (default) and batch mode - respects DISTDIR - documented in UPDATING and build(7) The head of the file ObsoleteFiles.inc contains instructions how to add obsolete files/dirs/libs to the list. Obviously one should add obsolete files to this list, when he removes a file/dir/lib from the basesystem. Additionally add check-old target: - allows re@ to check if a file on the obsolete list resurfaces Design goals: - allows full control by the user (default interactive mode) - possibility of scripted removal of obsolete files (batch mode) - opt-in removal of files (explicit list of files) - seperate removal of libs (2 delete targets) Important design decissions: - structured list of files to remove instead of a plain text file: * allows to remove additional files if a NO_foo knob is specified without the need to change the targets (no NO_foo knob is respected yet) - not using mtree like NetBSD does: * mtree doesn't has an interactive mode Discussed on: arch (long ago), current (this year) Additional input from: re (hrs) Approved by: mentor (joerg) Notes: svn path=/head/; revision=148330
* mention getaddrinfo(3) ABI breakage on 64 bit arch.Hajimu UMEMOTO2005-07-221-0/+7
| | | | Notes: svn path=/head/; revision=148309
* Note RELENG_6 branch and minor related tweaks.Ken Smith2005-07-111-2/+5
| | | | | | | Approved by: re (implicit) Notes: svn path=/head/; revision=147930
* Add an entry about absolute PAM module paths, backdated to when theDag-Erling Smørgrav2005-07-011-0/+8
| | | | | | | | | | change happened. Submitted by: rwatson Approved by: re (scottl) Notes: svn path=/head/; revision=147722
* - Remove the pccard_ifconfig variable in favor of a newBrooks Davis2005-06-301-0/+7
| | | | | | | | | | | | | | | | ifconfig_DEFAULT variable. Unlike pccard_ifconfig, ifconfig_DEFAULT applies to all interfaces that do not specify an ifconfig_<ifn> variable rather than just those listed in removable_interfaces. - Correct the list of interfaces when network_interfaces and removable_interfaces are both set by including removable_interfaces in the list of canidates. - When listing dhcp interfaces, include those with other ifconfig options so nat works. Approved by: re (network interface startup blanket) Notes: svn path=/head/; revision=147684
* Mention hwpmc(4) ABI/API changes in the 20050609 entry.Joseph Koshy2005-06-101-0/+4
| | | | | | | Discussed with: imp Notes: svn path=/head/; revision=147267
* Mention interface API changes.Brooks Davis2005-06-101-0/+5
| | | | Notes: svn path=/head/; revision=147257
* Mention the change to kinfo_proc, and the need for a complete buildworld.Garance A Drosehn2005-06-091-0/+5
| | | | Notes: svn path=/head/; revision=147189
* Mention the import of the OpenBSD dhclient, particularly the requirementBrooks Davis2005-06-071-0/+7
| | | | | | | | | of running devd and the loss of DNS update functionality. Reminded by: sobomax Notes: svn path=/head/; revision=147109
* Bump __FreeBSD_version for if_bridge.Andrew Thompson2005-06-051-0/+4
| | | | | | | Approved by: mlaier (mentor) Notes: svn path=/head/; revision=146988
* mention libpcap.Hajimu UMEMOTO2005-06-031-3/+4
| | | | Notes: svn path=/head/; revision=146923
* fix typo in my previous commit.Hajimu UMEMOTO2005-06-031-1/+1
| | | | | | | Submitted by: Jiawei Ye <leafy7382 _at_ gmail.com> Notes: svn path=/head/; revision=146920
* mention getnet*(3) ABI breakage.Hajimu UMEMOTO2005-06-031-0/+8
| | | | Notes: svn path=/head/; revision=146905
* Provide info on the incompatible change in v1.33 of sys/kern/imgact_shell.cGarance A Drosehn2005-05-281-0/+6
| | | | | | | Discussed with: imp Notes: svn path=/head/; revision=146732
* Add a note how to use nextboot(8) to test a kernel only once.Alexander Leidinger2005-05-251-0/+8
| | | | | | | | Approved by: mentor (joerg) Discussed with: imp Notes: svn path=/head/; revision=146631
* cleanup a danging reference to cleaning up /etc/fstab. Since we don'tWarner Losh2005-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 Notes: svn path=/head/; revision=146257
* Remove reference to seedrandom, since it is now gone, and was in thereWarner Losh2005-05-091-1/+0
| | | | | | | just in case. Notes: svn path=/head/; revision=146028
* Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.Max Laier2005-05-031-0/+5
| | | | Notes: svn path=/head/; revision=145843
* Note that NO_MIXED_MODE is gone.Scott Long2005-04-181-0/+6
| | | | Notes: svn path=/head/; revision=145237
* 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