summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-3/+5
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Remove NO_SENDMAIL leaked from the days when building non-cryptoru2006-03-171-1/+0
| | | | stuff for release was evil.
* First pass at trimming package set down. Disc2 is still too bigkensmith2006-03-171-5/+0
| | | | | even with this but we're still deciding exactly what to do about that.
* The ltmdm port is marked as NO_PACKAGE now.kensmith2006-03-161-2/+1
|
* fix handling of default kernelssam2006-03-111-6/+8
| | | | Reviewed by: ru
* Disable an SMP detection on pc98.nyan2006-03-101-1/+1
|
* Fix this to what I've actually submitted.ru2006-03-091-1/+1
|
* handle KERNELS as beforesam2006-03-091-3/+2
| | | | Submitted by: ru, andrew
* kernel install script (missed in previous commit)sam2006-03-081-0/+43
|
* Revamp base system packaging of kernels to enable up/smp selectionsam2006-03-085-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | at runtime and to support distributing additional kernels: o remove kernel from the base tarball o add new kernel tarballs o build + package both SMP and GENERIC kernels when an <arch>/conf/SMP config file is present o add sysinstall support for multiple kernels o update sysinstall to probe for the number of cpus on a system and auto-select smp/up kernel accordingly o add a post-kernels install hook to fixup /boot/kernel o add -ldevinfo to boot crunch for sysinstall's cpu probing logic Notes: 1. On HEAD this code is not currently used because GENERIC kernels include SMP. This work is mainly intended for RELENG_6 where the GENERIC kernel is UP. If HEAD changes to match then just enable WITH_SMP in sysinstall/Makefile. 2. The cpu probing support is done with acpi and MPTable; this means some systems will require work for auto-detection to work. 3. The handling of /boot/kernel may need to be revisited; for now we rename one kernel at the last moment (SMP if installed, otherwise GENERIC). There are other, possibly better, approaches. Lots of help from ru, emaste, scottl, and jhb.
* Correct a couple of typos.delphij2006-03-071-2/+2
| | | | Obtained from: The FreeBSD Simplified Chinese Project
* Bring the zh_CN.GB2312 translation for -HEAD up-to-date with the Englishdelphij2006-03-0511-1392/+479
| | | | | | Revisions. Obtained from: The FreeBSD Simplified Chinese Project CVS
* Remove OpenSSH and sendmail update notes; these updates were alreadybmah2006-02-262-12/+0
| | | | present in 6.0-RELEASE and shouldn't be noted here.
* Remove &release.prev.historic;.hrs2006-02-263-5/+5
|
* Update version numbers in &release.*;.hrs2006-02-233-11/+7
|
* New release notes: GNOME 2.12.3, KDE 3.5.1, Perl 5.8.8, X.org 6.9.0.bmah2006-02-212-4/+44
| | | | MFCs noted: OpenSSH 4.2p1, sendmail 8.13.4.
* Add semicolons on the end of some "&merged;" entity usages.bmah2006-02-202-14/+14
| | | | | | Fortunately this was fairly harmless. Rusty SGML: bmah
* Enable automatic hardware notes generation for myri10ge(4).brueffer2006-02-203-0/+5
|
* Pick some low-hanging release notes fruit from cvs imports.bmah2006-02-092-8/+18
| | | | | | | | New release notes: BIND 9.3.2 (+MFC), IPFilter 4.1.10, tzdata2005r (+MFC). Deleted release notes: libpcap and tcpdump updates (these updates were actually a part of 6.0-RELEASE and therefore aren't "new" anymore).
* Fix a bug which puts an incorrect checksum of CHECKSUM.MD5hrs2006-02-081-9/+12
| | | | | | | into the CHECKSUM.MD5 file itself. Approved by: re (scottl) MFC after: 3 days
* Review and update the processor/chipset specific support. Replace themarcel2006-02-071-57/+14
| | | | dead links to the Itanium and Itanium 2 pages on the Intel site.
* o Review and update the support for devices on ia64.marcel2006-02-072-36/+28
| | | | | | | | o Add uart(4). o Remove sab(4) and zs(4) (sparc64 only), as their functionality has been takien over by uart(4). MFC after: 3 days
* Add uart(4).marcel2006-02-071-0/+1
| | | | MFC after: 3 days
* Add some new release notes for 2006 security advisories:bmah2006-02-052-2/+76
| | | | | | | | SA-06:{01,02,03,04,05,06,07}. (SA-06:08 does not appear to apply to CURRENT.) Bump copyright date while here.
* Autogenerate hardware notes for the ce(4) driver.brueffer2006-02-043-0/+5
|
* tweaks to let this configuratio build and run under, e.g., qemu:luigi2006-01-312-2/+4
| | | | | | | | | | - add -lgeom - use bsdlabel instead of disklabel - increase image size to 2.88M (plenty of free space left) note, this is not really a bridge because the old-style bridging code is not in 7.0 anymore, so the kernel config file should be changed.
* unbreak the build script.luigi2006-01-311-169/+103
| | | | | Instead of using vnconfig/mdconfig it relies on the makefs port to build the image (UFS1) without need for root permissions.
* Enable splitting up the MFSROOT floppy on amd64, the contents now overflowkensmith2006-01-301-0/+1
| | | | one floppy's worth of space.
* Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for themarcel2006-01-291-1/+1
| | | | | | | | livecd != disc1 case (i.e. ia64). The line was appended to the non-existing cdrom.inf file, which was created only later. Move the line to after the file is created. MFC after: 1 day
* - Fix the www build by removing obsolete references to &hwlist.sound;brd2006-01-263-6/+0
| | | | | Approved by: ceri@ Pointy Hat to: joel@
* Remove sound since the sound(4) manual page no longer have ajoel2006-01-253-5/+0
| | | | | | HARDWARE section. Reviewed by: brueffer
* Enable boot floppies for amd64. I just copied the needed variables overjhb2006-01-041-0/+6
| | | | | | | | from i386. Tested by: Markus Trippelsdorf markus at trippelsdorf dot de Approved by: scottl MFC after: 1 week
* Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.nyan2006-01-021-1/+11
| | | | | | PR: misc/83287 Submitted by: Gabor Kovesdan MFC after: 1 week
* Request boot floppy after loading mfsroot floppy because beastie.4th existsnyan2006-01-021-0/+3
| | | | | | | in boot floppy. Submitted by: Nobuyuki Koganemaru < n-kogane at syd dot odn dot ne dot jp > MFC after: 1 week
* ti(4) also works on sparc64 now.simon2005-12-281-1/+1
|
* bge(4) is working on sparc64 now.brueffer2005-12-221-1/+1
|
* Remove one more reference to usbd.conf.iedowse2005-12-151-1/+0
|
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-156-6/+0
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* Spelling fixes and minor nit.wilko2005-12-141-3/+3
| | | | | PR: doc/9035 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
* Remove the ports version of bsdiff - it is now in the base system.obrien2005-12-071-1/+0
|
* Remove the ports version of portsnap - it is now in the base system.obrien2005-12-071-1/+0
|
* Clarify that si(4) doesn't support the newer SX+ cards from Specialix/Perlejhb2005-12-012-4/+6
| | | | | | currently. MFC after: 3 days
* Autogenerate hardware notes for snd_atiixp(4).brueffer2005-11-283-0/+5
|
* Apply arch= selection to the qandatoc mode. This fixeshrs2005-11-281-0/+43
| | | | | | link generation with no actual target. Reported by: Tim Witthoeft (tim.witthoeft at gmail.com)
* em(4) works on all archs now, so this can be removed.brueffer2005-11-091-1/+0
|
* Be cross-arch friendly.ru2005-11-031-1/+1
|
* It had been noticed disc2 was overflowing earlier but committing thekensmith2005-11-031-6/+1
| | | | | | | | fix slipped through a crack. Remove the apache and php packages under the assumption someone installing a Web server has network access and doesn't *need* the packages on disc2. This will be insta-MFCed...
* Small changes in the AlphaStation 200 and PC14 area. PC164 SRM doeswilko2005-11-021-3/+3
| | | | | | not work with 53C896 SCSI chips. Submitted by: Owen Mann <owen@mann.org>
* New release notes:hrs2005-10-312-6/+114
| | | | | | | | | | | | | | | | | | | | hw.pci.do_powerstate change, FreeBSD/ia64 SMP support, a kernel config for MAC added, tnt4882(4) driver added, agp(4) now supports ATI IGP chipsets, re(4): D-Link DGE-528(T) Gigabit Ethernet card support, aac(4): Adaptec 2610SA SATA-RAID controller support, ata(4): ITE IT8211F, PDC40718, and PDC40719 support, hptmv(4) update: amd64 and PAE support, gpt(8) GPT partition label support, kenv(1) and sysctl(8) -q flag added, libedit updated, rpcgen(1) now generate ANSI C code instead of K&R style, and OpenSSH 4.0p1->4.2p1. Update release notes: Fix an entry about ifconfig_<ifn> NOAUTO keyword.
* Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change.obrien2005-10-271-16/+1
|
OpenPOWER on IntegriCloud