| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
require libpam and all the libraries that libpam brings in.
We have no room for those on picobsd images.
|
|
|
|
| |
Approved by: re@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
csplit(1), mk_cmds(1) removal (+MFC), sysinstall(8) multi-volume
support (+MFC).
Modified release notes: m4 20020426, OpenPAM Cinnamon.
Other MFCs noted: CPU_ATHLON_SSE_HACK.
Un-MFC-ed: Emphemeral port range change.
|
|
|
|
| |
of this file.
|
|
|
|
| |
and loaded as modules, not just kernel devices.
|
|
|
|
|
|
|
| |
functionality is required for the linux module, which is required by
many third party packages.
Merged from: 5.0-DP1 / Perforce
|
|
|
|
|
|
|
|
|
|
| |
MFC), sysinstall(8) doesn't mount procfs(5) on new installs,
XFREE86_VERSION=4 default (+MFC), cross-version and cross-arch
releases.
Updated release notes: Heimdal Kerberos 0.4e (+ MFC).
MFCs noted: wi(4) hostap.
|
|
|
|
|
|
|
|
|
| |
You need to set TARGET_ARCH and possibly TARGET, the same
way you normally do it for a cross build(7).
Renamed `distribworld' to a more natutal `distributeworld'.
Put pwd_mkdb(8) under ${INSTALLTMP}; for `distributeworld'.
|
| |
|
| |
|
|
|
|
|
|
| |
that are to be run on the building host. (Currently, bin/sh
and usr.sbin/sysinstall use them.) Make sure we build them
in the correct environment, like we do it in the buildworld.
|
|
|
|
| |
Submitted by: Karl Heller <kheller2@mac.com>
|
|
|
|
|
|
| |
Updated release notes: IPFilter 3.4.27 (+ MFC), isdn4bsd 1.0.2.
Fix up some confusion about ifpi(4) and ifpi2(4).
|
|
|
|
|
|
|
|
|
|
|
|
| |
drivers. Minor fix for ray(4).
Based on:
src/etc/defaults/pccard.conf 1.236
src/sys/dev/usb/if_aue.c 1.57
src/sys/dev/usb/if_cue.c 1.28
src/sys/dev/usb/if_kue.c 1.40
src/sys/dev/usb/usbdevs 1.88
|
|
|
|
|
|
|
|
|
| |
You may want set '-D data-spec' to this variable.
PR: 31218
Submitted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 5 days
(if re@ permits)
|
| |
|
|
|
|
|
|
| |
sysctl(8) -d, unexpand(1) -t.
MFC noted: tftp(1)/tftpd(8) IPv6 support.
|
|
|
|
| |
to save some time, because ${CHROOTDIR}/usr/obj does not even exist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.
Eliminate the need in the second installworld. For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.
Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).
Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).
In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.
Moved the creation of the "crypto" dist from release.5 to
release.2.
In release.3 and doMFSKERN, build kernels in the "world"
environment. KERNELS now means "additional" kernels, GENERIC is
always built.
Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.
Inline createBOOTMFS target.
Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules. GC doMODULES as such.
Assorted fixes:
Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".
Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.
gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.
release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists. Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories. This will be fixed
soon.
Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage. Most of the userland makefiles did not test it for "YES"
anyway.
XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists? (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)
Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.
Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
|
|
|
|
|
|
| |
variables, mv(1) -n.
MFCs noted: last(1) -y.
|
|
|
|
|
|
|
| |
compat*-install.sh scripts.
PR: 37485
MFC after: 5 days
|
| |
|
|
|
|
|
|
| |
PAM modules noted.
While here, fix a markup bogon in a recent patch(1) note.
|
|
|
|
|
|
|
| |
fold(1) -b/-s, killall(1) -z, lpd(8) -s, patch(1) -i, pr(1) -f/-b,
renice(1) -n, tftp(1)/tftpd(8) IPv6 support.
Updated release notes: FICL 3.02, IPFilter 3.4.26.
|
|
|
|
|
| |
-s, bin->base distribution renaming, cdboot used for i386 ISOs by
default, XFree86 4.2.0 support in sysinstall.
|
| |
|
|
|
|
| |
MAKEOBJDIRPREFIX to the canonical /usr/obj while there.
|
| |
|
|
|
|
|
|
|
| |
Modified release note: Edited RFC 1948 note to reflect post-syncache reality.
Submitted by: Thomas Skibo <skibo@pacbell.net> (for hostap),
silby (for RFC 1948)
|
|
|
|
|
|
|
| |
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
|
|
|
|
|
|
| |
For rerelease, run "make -DNOCLEAN world" instead of simple and
insufficient in some cases "make all install". This is especially
true for cross-arch "make release"s which we don't (yet) support.
|
|
|
|
|
| |
Updated release notes: Device polling for rl(4), updated URL for
SA-02:18, smbfs userland 1.4.4.
|
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
MFC noted: inetd(8) off by default.
|
|
|
|
|
| |
gone, UDF support added, inetd(8) not run by default, inbound SMTP not
enabled by default.
|
|
|
|
| |
MFCs noted: viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- get rid of the 4th level headings
- seperate the actions required to prepare the installation (getting
the CD, settings up the various daemons, ...) from the actual
installation
Translation teams: This patch moves some paragraphs around and changes
a lot of <sectX> headers, but does not contain any content changes in
the strict sense of the word (i.e. I did not rewrite paragraphs yet).
There were no changes to the indentation, either.
Reviewed by: bmah, -sparc, -doc
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
it with FreeBSD/alpha.
Pictures of DS20L will be available soon at
http://people.freebsd.org/~wilko/Alpha-gallery/
Along with pictures of a ES80 'Marvel' EV7 box (which we don't support
yet :-P )
|
|
|
|
|
|
|
|
|
|
| |
errata/article.sgml: internal fixes
hardware/alpha/proc-alpha.sgml: MFen 1.39, entity fixes
hardware/common/dev.sgml: MFen 1.77-1.80
hardware/sparc64/proc-sparc64.sgml: MFen 1.4
installation/common/install.sgml: MFen 1.13-1.14
readme/article.sgml: MFen 1.17, formatting fixes
relnotes/common/new.sgml: MFen 1.303-1.317
|