summaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Fix the "make distribution" example; it should be run from src/.ru2006-04-071-1/+1
|
* Document new world older for world/kernel build options.ru2006-03-211-0/+13
|
* Add note about 'audit' group.imp2006-03-101-0/+9
| | | | | | | | Add note about the '_dhcp' user. While one is expected to run mergemaster -p before installworld, make a note of the points where this will actively fail due to the addition of users/groups.
* Revise the names of modules in the recent note on tdfx_linux.yar2006-03-091-4/+4
|
* Retire NETSMBCRYPTO as a kernel option and make its functionalityyar2006-03-051-0/+4
| | | | | | | | | | | | | | | enabled by default in NETSMB and smbfs.ko. With the most of modern SMB providers requiring encryption by default, there is little sense left in keeping the crypto part of NETSMB optional at the build time. This will also return smbfs.ko to its former properties users are rather accustomed to. Discussed with: freebsd-stable, re (scottl) Not objected by: bp, tjr (silence) MFC after: 5 days
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-031-0/+7
| | | | | | | | | | | into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days
* Add a quite late 20051014 entry for the changes in module Makefiles,yar2006-02-191-0/+9
| | | | | | | mainly to stick to the conventional MFC procedure. Requested by: Thomas E. Zander <riggs at rrr dot de> MFC after: 3 days
* Record the change in vnone_create_vobject() argument size,yar2006-02-011-0/+4
| | | | | which broke kernel ABI to filesystem modules on i386, where sizeof(size_t) != sizeof(off_t).
* Retroactively add a note about the device names in /dev for si(4) changing.jhb2006-01-311-0/+4
|
* - Fix typopav2006-01-181-1/+1
| | | | Reported by: neologism/#freenode
* Note that the size of /boot has blown oout to 140 MBytes unless thejulian2006-01-181-0/+10
| | | | right options are used. Tell how to avoid this.
* Note that libc's malloc implementation has been replaced.jasone2006-01-131-0/+5
| | | | Approved by: markm (mentor)
* Yesterday netgraph ABI has been changed.glebius2006-01-131-0/+5
|
* Note shrinkage of lock_object and the subsequent widespread kernel ABIjhb2006-01-061-0/+6
| | | | breakage.
* Say some words about the removed PQ_* kernel options.netchild2005-12-311-0/+5
|
* Note the device filename changes due to sys/dev/rp/rp.c rev 1.70.obrien2005-12-191-0/+4
|
* note shuffle of commonly used programs in tools/tools/athsam2005-12-111-0/+6
|
* Add a paragraph to the COMMON ITEMS section that describes whydougb2005-12-071-0/+7
| | | | | | | upgrading to the latest code in one branch before trying a major version upgrade is a good idea. Fleshing out of my thoughts provided by: kris
* - Mention also the COMPAT_FREEBSD5 option along with COMPAT_FREEBSD4.glebius2005-12-061-2/+4
| | | | | | | - Notice that 20050227 entry is also applicable to packages, not only to world. In collaboration with: osa, phk
* Add an entry explaining the changes which add local scriptsdougb2005-12-031-0/+10
| | | | to the base rcorder.
* Document removal of nodev mount option.rodrigc2005-11-291-0/+5
| | | | Requested by: gleb
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-291-0/+4
| | | | | thus removing a few XXXes. Document the ABI breakage in UPDATING.
* Record renaming rc.d/ppp-user to rc.d/ppp.yar2005-10-291-0/+5
|
* Note that kern.polling.enable is deprecated.glebius2005-10-011-0/+4
|
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-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)
* Be a little more obvious about the steps to build a kernel.obrien2005-09-091-2/+4
|
* Add delete-old and delete-old-libs targets:netchild2005-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)
* mention getaddrinfo(3) ABI breakage on 64 bit arch.ume2005-07-221-0/+7
|
* Note RELENG_6 branch and minor related tweaks.kensmith2005-07-111-2/+5
| | | | Approved by: re (implicit)
* Add an entry about absolute PAM module paths, backdated to when thedes2005-07-011-0/+8
| | | | | | | change happened. Submitted by: rwatson Approved by: re (scottl)
* - Remove the pccard_ifconfig variable in favor of a newbrooks2005-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)
* Mention hwpmc(4) ABI/API changes in the 20050609 entry.jkoshy2005-06-101-0/+4
| | | | Discussed with: imp
* Mention interface API changes.brooks2005-06-101-0/+5
|
* Mention the change to kinfo_proc, and the need for a complete buildworld.gad2005-06-091-0/+5
|
* Mention the import of the OpenBSD dhclient, particularly the requirementbrooks2005-06-071-0/+7
| | | | | | of running devd and the loss of DNS update functionality. Reminded by: sobomax
* 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
|
OpenPOWER on IntegriCloud