| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Notice that 20050227 entry is also applicable to packages, not only
to world.
In collaboration with: osa, phk
|
|
|
|
| |
to the base rcorder.
|
|
|
|
| |
Requested by: gleb
|
|
|
|
|
| |
thus removing a few XXXes.
Document the ABI breakage in UPDATING.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Approved by: re (implicit)
|
|
|
|
|
|
|
| |
change happened.
Submitted by: rwatson
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Discussed with: imp
|
| |
|
| |
|
|
|
|
|
|
| |
of running devd and the loss of DNS update functionality.
Reminded by: sobomax
|
|
|
|
| |
Approved by: mlaier (mentor)
|
| |
|
|
|
|
| |
Submitted by: Jiawei Ye <leafy7382 _at_ gmail.com>
|
| |
|
|
|
|
| |
Discussed with: imp
|
|
|
|
|
| |
Approved by: mentor (joerg)
Discussed with: imp
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
just in case.
|
| |
|
| |
|
| |
|
|
|
|
| |
(one must upgrade to 5.3 before first jumping to current).
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
separate partition. (Take advantage of "make distribute"
installing /boot/device.hints.)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: misc/77151
Submitted by: Anton Karpov
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
read the COMMON ITEMS section of this file for proper upgrade
instructions.
|
|
|
|
| |
Requested by: silby
|
| |
|
|
|
|
|
|
| |
'hint.sio.0.flags="0x10"' on Alpha.
Also move the sio name changes to chronological change order.
|
| |
|
| |
|
| |
|
| |
|