summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* New release note: syncache/accept_filter bugfix.bmah2002-05-072-0/+10
|
* Bring in a slightly older version of usr/bin/passwd which does notluigi2002-05-052-0/+359
| | | | | require libpam and all the libraries that libpam brings in. We have no room for those on picobsd images.
* Fix broken entityue2002-05-052-2/+2
| | | | Approved by: re@
* em(4) updates.bmah2002-05-032-2/+6
|
* New release notes: PCI_ENABLE_IO_MODES (+MFC), drm drivers,bmah2002-05-032-8/+58
| | | | | | | | | | | 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.
* Update a comment to accurately describe the usage of the fourth fieldmurray2002-05-013-3/+3
| | | | of this file.
* Add support for kernel options to be removed from the BOOTMFS kernelmurray2002-05-011-1/+6
| | | | and loaded as modules, not just kernel devices.
* Add the System V shared memory modules to the mfsroot. Thismurray2002-05-011-0/+3
| | | | | | | functionality is required for the linux module, which is required by many third party packages. Merged from: 5.0-DP1 / Perforce
* New release notes: bsd-airtools integration (+ MFC), reboot(8) -k (+bmah2002-04-302-6/+56
| | | | | | | | | | 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.
* Milestone #2 in cross-arch make releases. They now work!ru2002-04-301-51/+60
| | | | | | | | | 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'.
* boot2 does not exist on some platforms.ru2002-04-301-4/+8
|
* bin-install.sh has been repo-copied to base-install.sh.ru2002-04-301-16/+0
|
* Some components of the crunched binaries may use build-toolsru2002-04-291-11/+14
| | | | | | 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.
* Add DFE-530TX+ to rl(4) list.bmah2002-04-282-2/+2
| | | | Submitted by: Karl Heller <kheller2@mac.com>
* New release notes: isdn4bsd Q.931 subaddressing.bmah2002-04-282-4/+18
| | | | | | Updated release notes: IPFilter 3.4.27 (+ MFC), isdn4bsd 1.0.2. Fix up some confusion about ifpi(4) and ifpi2(4).
* Add devices supported by aue(4), cue(4), kue(4), an(4), wi(4)bmah2002-04-282-44/+242
| | | | | | | | | | | | 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
* Introduce CVSCMDARGS make variable to set command-line options for cvs.matusita2002-04-271-13/+15
| | | | | | | | | 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)
* Catch up ata(4) controllers, fix a typo (s/Cyrex/Cyrix).bmah2002-04-262-8/+26
|
* New release notes: at(1) -r/-t, ls(1) -h, pwd(1) -L, split(1) -a,bmah2002-04-262-2/+46
| | | | | | sysctl(8) -d, unexpand(1) -t. MFC noted: tftp(1)/tftpd(8) IPv6 support.
* If we are making a "release", we can obviously use -DNOCLEAN buildworld,ru2002-04-261-5/+0
| | | | to save some time, because ${CHROOTDIR}/usr/obj does not even exist.
* Milestone #1 in cross-arch make releases.ru2002-04-264-117/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* New release notes: kenv(2), kenv(1) can set/delete kernel environmentbmah2002-04-262-2/+22
| | | | | | variables, mv(1) -n. MFCs noted: last(1) -y.
* Add script to install the compat4x distribution, just like othermatusita2002-04-261-0/+11
| | | | | | | compat*-install.sh scripts. PR: 37485 MFC after: 5 days
* Removed some cruft.ru2002-04-261-1/+1
|
* New release notes: xe can be built as a module, ng_eiface, many newbmah2002-04-252-8/+92
| | | | | | PAM modules noted. While here, fix a markup bogon in a recent patch(1) note.
* New release notes: se driver, ofw driver, ispppcontrol(8) removed,bmah2002-04-252-14/+78
| | | | | | | 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.
* New release notes: expr(1) and EXPR_COMPAT, m4(4) OpenBSD import andbmah2002-04-242-0/+80
| | | | | -s, bin->base distribution renaming, cdboot used for i386 ISOs by default, XFree86 4.2.0 support in sysinstall.
* Build the catpages distribution in a more natural way.ru2002-04-242-8/+8
|
* The chrooted environment isn't nearly pristine, so resetru2002-04-241-0/+1
| | | | MAKEOBJDIRPREFIX to the canonical /usr/obj while there.
* Whitespace.bmah2002-04-242-2/+2
|
* New release note: wi(4) hostap.bmah2002-04-242-6/+18
| | | | | | | 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)
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-239-43/+43
| | | | | | | 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
* Do not spam initial ${CHROOTDIR} world with Texinfo and HTML docs.ru2002-04-231-2/+3
| | | | | | 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.
* New release notes: SA-02:22, SA-02:23.bmah2002-04-232-8/+36
| | | | | Updated release notes: Device polling for rl(4), updated URL for SA-02:18, smbfs userland 1.4.4.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-223-3/+3
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* MFbed: translation updatesue2002-04-213-398/+398
|
* MFen 1.318-1.327ue2002-04-211-25/+104
|
* Use newly-added USB manpage entity references where appropriate.bmah2002-04-214-14/+14
|
* Un-do note of MFC of inetd change.bmah2002-04-212-2/+2
|
* New release note: mergemaster(8) -p/-C.bmah2002-04-212-2/+24
| | | | MFC noted: inetd(8) off by default.
* New release notes: UserConfig gone (release note long overdue!), kget(8)bmah2002-04-204-0/+72
| | | | | gone, UDF support added, inetd(8) not run by default, inbound SMTP not enabled by default.
* New release notes: my driver.bmah2002-04-194-8/+38
| | | | MFCs noted: viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
* Record libtelnet.a death.ru2002-04-195-5/+5
|
* Whitespace fix after the restructuring, no content changesue2002-04-181-327/+331
|
* Restructure the Sparc installation instructions toue2002-04-181-70/+55
| | | | | | | | | | | | | | - 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
* New release note: SA-02:21.bmah2002-04-172-0/+14
|
* New release note: SA-02:20.bmah2002-04-172-0/+16
|
* Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria.bmah2002-04-162-6/+8
|
* The new Compaq DS20L is a direct derivative of the CS20 so we supportwilko2002-04-141-2/+4
| | | | | | | | | | 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 )
* MFbed: translation updatesue2002-04-127-142/+256
| | | | | | | | | | 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
OpenPOWER on IntegriCloud