summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Update release note: awk 20030314.bmah2003-03-172-4/+4
| | | | MFC: FILE 3.41.
* In rev 1.603 I should have changed it to mdconfig rather than remove it.obrien2003-03-171-0/+2
| | | | | | | I don't recall now, but for some reason I didn't think it was needed. Also place the mdconfig right before the chroot call, to make it stand out this needs to be done in the standard environment, as we've tried doing it in the chroot environment before.
* Unbreak iso.1.ru2003-03-171-3/+3
|
* Use positive logic rather than harder-to-read negative logic.obrien2003-03-171-21/+21
|
* Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don'tobrien2003-03-161-7/+10
| | | | like this. Also make it easier to issue the distfile fetching on command.
* Add PORTREADMES_FLAGS which can really speed up the build on SMP machinesobrien2003-03-161-1/+3
| | | | when set to -j<3*#CPU's>
* Merge the following from the English version:rushani2003-03-161-3/+34
| | | | 1.27 -> 1.31 errata/article.sgml
* Merge the following from the English version:rushani2003-03-161-8/+15
| | | | 1.135 -> 1.136 hardware/common/dev.sgml
* Remove an extraneous closing paren and fix a minor grammar nit.keramida2003-03-162-4/+4
| | | | Reviewed by: bmah
* New release notes: DRM module update, MAJOR_AUTO device numbers,bmah2003-03-142-0/+44
| | | | Kerberos IV de-orbit.
* New release notes: RFC 3042 (limited transmit), RFC 3390 (increasedbmah2003-03-142-0/+32
| | | | | | initial TCP window sizes). Submitted by: hsu
* Correction to SA-03:03 note.bmah2003-03-142-6/+6
| | | | Submitted by: silby
* New release notes: GNOME 2.2, KDE 3.1, XFree86 4.3.0.bmah2003-03-132-0/+18
| | | | | | (This isn't a precedent for documenting every little change to all of our 8000+ ports, but these three are important to a lot of people, and we have some special support for them in sysinstall.)
* Don't return with a value in a void function.dwmalone2003-03-131-4/+4
| | | | Pass a time_t rather than a long to time.
* New release note: IP fragment reassembly improvement.bmah2003-03-092-2/+12
| | | | Modified release note: Fix punctuation glitch in bzip2 note.
* KerberosIV de-orbit burn continues. Disconnect from "make release".markm2003-03-084-22/+2
|
* o Run make readmes (ports) from within CHROOTDIR to avoid pollutionmarcel2003-03-081-12/+13
| | | | | | | | | | and/or breakages due to /etc/make.conf on the host. Move it after make world and put it in an if-block so that we can include the commands in the script even if we're not going to make the readmes. o When building docproj, make sure we propagate the setting of the FTP_PASSIVE_MODE environment variable. Not propagating the envvar may cause fetch failures. This increases the number of cases for which one does not have to prefetch the packages.
* New release note: Default kern.module_path no longer includesbmah2003-03-082-0/+24
| | | | | | | | /modules. (Mostly based on submission...any errors are my fault.) Submitted by: sheldonh
* New release notes: aac(4) is Giant-free, mac_portacl, mksnap_ffs(8),bmah2003-03-082-8/+50
| | | | | | | de-pkg-comment. Modified release notes: HTT (needs HTT kernel option), ping -M (supports timestamp requests).
* New release notes: TCP compressed TIME_WAIT state [1], XNS support gone.bmah2003-03-072-0/+18
| | | | Submitted by: hsu [1]
* SA:03-04 note was a poor cut-n-paste from the SA. Do it right thisbmah2003-03-031-4/+4
| | | | time.
* New errata item: SA-03:04.bmah2003-03-031-0/+8
|
* New release note: SA-03:04.bmah2003-03-032-0/+14
|
* Updated release notes: sendmail-8.12.8 (+MFC), tcpdump-3.7.2 (+MFC).bmah2003-03-032-6/+8
| | | | MFC noted: ISC DHCP 3.0.1RC11.
* Add another index checking script to ensure the sanctity of themurray2003-03-031-0/+192
| | | | | | | package set. More robust than others already in the tree, but a bit crufty as this was mostly written in the Walnut Creek CDROM days. Sponsored by: FreeBSD Mall, Inc.
* Update maintainer. Thanks to Jordan for getting this started, but hemurray2003-03-031-1/+1
| | | | hasn't been the maintainer for at least a year.
* New release note: NETNCP/nwfs working.bmah2003-03-012-2/+12
| | | | Updated release note: ipfw(4) uid rules working.
* Updates for the status of ipfw(4) bugs [1] and NETWARE/ncp [2].bmah2003-03-011-3/+6
| | | | Submitted by: maxim [1], tjr [2].
* Updated release notes: add nooption/nomakeoption to nodevice, FILEbmah2003-03-012-6/+12
| | | | | | 3.41. MFC noted: IPFilter 3.4.31.
* If we are told to update the sources in "make rerelease", we alsoru2003-02-261-3/+7
| | | | | | | | | | probably want to re-buildworld. If we are not going to rebuild (make rerelease -DRELEASENOUPDATE and the file ${CHROOTDIR}/tmp/.world_done exists), do not touch ${CHROOTDIR}/usr/src/sys/conf/newvers.sh, as the only effect that is has is upsetting release.2. Hey, have you ever seen this "touch: not found" during rerelease? :-)
* MFi386: Don't remove UFS_ACL support.nyan2003-02-261-2/+0
|
* Stay consistent with dofs_md().ru2003-02-261-1/+1
|
* New errata: SA-03:02, SA-03:03.bmah2003-02-241-0/+18
|
* Fix whitespace bogon introduced in previous commit...no contentbmah2003-02-242-2/+4
| | | | changes.
* New release notes: SA-03:02, SA-03:03.bmah2003-02-242-2/+28
|
* At least we don't need the whole <bsd.prog.mk> glue.ru2003-02-231-1/+1
| | | | | (I did test build the original change, but apparently forgot to include it to LOCAL_PATCHES. It happens.)
* mk file needed for 'make obj' done by $CHROOTDIR/mkjwd2003-02-231-0/+2
|
* Add a paragraph on HyperThreading support.bmah2003-02-231-0/+9
|
* IPFilter has both kernel and userland components, but traditionallybmah2003-02-232-8/+6
| | | | | we've listed updates to it in the kernel section. Be consistent and move its item from userland/contributed to kernel/contributed.
* Fix some minor typos.bmah2003-02-232-6/+6
|
* New release notes: /dev/tty fix, fstat(2) bugfix, kqueue(2)bmah2003-02-232-2/+78
| | | | | | | | | | bugfix, xl(4) bugfix, ipfw(4) skipto/log fix, non-blocking RPC fix, mly(4) fix, smbfs bugfixes, adduser(8) passwords with special characters, sem_open(3) multiple open fix. All of these items are bugfixes listed in errata/article.sgml rev. 1.27. It seemed to me that if they were important enough to list in the errata, they were important enough for the release notes.
* Add a variety of new devices culled from recent (?) commits, affectingbmah2003-02-212-16/+28
| | | | the ata(4), asr(4), aac(4), trm(4), and vr(4) drivers.
* New release notes: i386 HTT (+MFC) [1], privileged port sysctls,bmah2003-02-212-4/+72
| | | | | | | | ata(4) has more SiS support, cd(4) update, rand(3) bugfix [2], srandom(3) better seeding [2], sysinstall(8) can install XFree86 components again. Clues provided by: jhb [1], kris [2]
* Fixed synopsis.ru2003-02-211-7/+5
| | | | | Mention that md(4) should be active (from release(7)). Yet, this has nothing to do with bsd.prog.mk.
* Merge the following from the English version:hrs2003-02-211-3/+46
| | | | 1.496 -> 1.500 relnotes/common/new.sgml
* Push UFS_ACL back for i386. We have 11kbytes of free space on kern.flp.matusita2003-02-212-2/+0
| | | | | | | | | | | | If we have no UFS_ACL kernel, users who already uses UFS1/2 attributes get confused since no access control is performed for an update install. Still, pc98 and alpha doesn't have UFS_ACL since I don't know about them. Nyan-san, if kern.flp on tatsu has enough spaces (4k or more spaces), please back UFS_ACL for pc98 also. Data collected from: 5.0-CURRENT-20030221-JPSNAP on snapshots.jp.FreeBSD.org
* Modified release notes: OpenSSL-0.9.7a.bmah2003-02-202-4/+4
| | | | While here, fix a minor markup bogon.
* Fix pathnames: BIN should be BASE for FreeBSD 5.0 and later.bmah2003-02-201-2/+2
| | | | Submitted by: obraun
* Move trm(4) to the drivers floppy.cognet2003-02-201-0/+1
| | | | This should have been done a long time ago.
* Pushing back aacp driver to kern.flp kernel. It can be removed iffmatusita2003-02-192-2/+0
| | | | | | | | aac is not compiled into a kernel. After this change, kgziped kernel got about 320 bytes; it still fits a floppy. Pointy hat to: matusita
OpenPOWER on IntegriCloud