| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
part of
c4b, CAPI for BSD). This is a preparation to add CAPI for BSD to the source tree.
Approved by: hm (mentor)
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
| |
OpenBSD. This driver seems to give a small performance increase, and
should lead to better maintainability in the future.
The nForce Ethernet-specific hack in sys/i386/xbox/xbox.c is still
required, judging from dev/nfe/if_nfe.c. The condition it hacks will
almost certainly only occur on XBOX-es anyway, so it is best left there.
Approved by: imp (mentor)
|
|
|
|
|
|
|
| |
sysctlbyname() changes, so the new adjkerntz binary should be
used while in single-user mode.
Reviewed by: ceri, maxim
|
| |
|
| |
|
|
|
|
|
|
| |
the overhaul of puc(4). On sparc64 people may end up without serial
console if they upgrade without adding scc(4) to their kernel
configuration file.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
mainly to stick to the conventional MFC procedure.
Requested by: Thomas E. Zander <riggs at rrr dot de>
MFC after: 3 days
|
|
|
|
|
| |
which broke kernel ABI to filesystem modules on i386, where
sizeof(size_t) != sizeof(off_t).
|
| |
|
|
|
|
| |
Reported by: neologism/#freenode
|
|
|
|
| |
right options are used. Tell how to avoid this.
|
|
|
|
| |
Approved by: markm (mentor)
|
| |
|
|
|
|
| |
breakage.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- 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.
|
| |
|