summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Reword pciconf(8) -v release to be a little more useful (now that Ibmah2001-11-292-8/+14
| | | | understand what it does), move it to the userland section, and note MFC.
* New release notes: ciss driver, sbni driver.bmah2001-11-294-0/+62
| | | | (Hardware list updated accordingly.)
* Bring release note on /dev/net into line with reality.bmah2001-11-292-4/+4
|
* Implement a more efficient way to assign addresses: read /etc/hostsluigi2001-11-291-24/+42
| | | | | | only once into an array of shell variables, and then scan the array to find entries matching the MAC address. Associative arrays would really be handy here...
* Alphabetize the "Disks and Storage" section of the release notes. Nobmah2001-11-282-94/+92
| | | | content changes.
* Update release notes: ACPI imported version.bmah2001-11-282-2/+2
|
* New release note: TCP syncache.bmah2001-11-262-0/+18
|
* New release note: sh(1) now implements test as a built-in command, alsobmah2001-11-262-0/+14
| | | | | | no longer has printf as a built-in. Submitted by: knu
* Lose the line listing CD-{R,RW} drives. Listing these few devices isbmah2001-11-262-4/+0
| | | | | | | not particularly helpful, since there are many drives that work with FreeBSD. Submitted by: wilko
* First alpha cleanup-patch to try to reduce the amount of hardwarebmah2001-11-262-168/+196
| | | | | | | | | | that shows up on non-i386 hardware lists "by default" (because no set of hardware platforms was explicitly listed). Reviewed by: -alpha Contributions from: Rolf Neugebauer <neugebar@dcs.gla.ac.uk>, wilko, jhb
* Add attribution for lomac(4) feature.bmah2001-11-262-2/+4
| | | | Requested by: rwatson
* Set a BOOTABLE variable to "-b" if MACHINE is not pc98, and use it fornyan2001-11-251-6/+9
| | | | | | mkisoimages.sh instead of "-b" directly. MFC after: 1 week
* Whoops... left some junk in previous commit.luigi2001-11-241-4/+0
|
* Let "make" use the .mk files from the correct source tree insteadluigi2001-11-241-6/+24
| | | | | | | | of the default ones (which could be incorrect when doing cross builds). Also, try to be backward compatible when compiling wmk (the goal being able to use the most recent "picobsd" script on a wide range of source trees).
* PC98 boxes cannot boot from CD-ROM.nyan2001-11-241-0/+2
|
* Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.nyan2001-11-231-3/+3
| | | | The previous commit is not completely.
* Use a separate drivers.conf between i386 and pc98.nyan2001-11-222-2/+59
|
* Switch to using a standard /boot directory including the GENERIC kerneljhb2001-11-221-10/+9
| | | | | | | | | on CD's 1 and 2. Create a simple /boot/loader.conf on each CD that loads /boot/mfsroot.gz as a mfs_root image. The mfsroot moved from /mfsroot.gz to /boot/mfsroot.gz so that all of the boot stuff is in /boot. This allows a full kernel to be used when installing from CD on all architectures that support CD booting. Note that on x86, this requires using /boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp.
* New release note: lomac(4).bmah2001-11-212-0/+12
|
* New release notes: debugging info in modules built with debuggingbmah2001-11-212-0/+18
| | | | kernel (based on info from gad), timed(8) works on alpha.
* Increase the size of a mfsroot floppy for pc98 to 4320.nyan2001-11-211-2/+2
|
* Bump the mfsroot up from 2880 to 3200 for Alpha so it fits again. Usejhb2001-11-201-2/+2
| | | | | a label of auto instead of the fixed size minimum2 so that the bump in size actually has an effect.
* - Remove the -T from the 4.x newfs as well.jhb2001-11-201-5/+2
| | | | | | | | - Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't generate that warning and it breaks 'disklabel mdX auto'. - Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so we can use disklabel auto for mfsroot filesizes that aren't a standard size in /etc/disktab.
* The -T argument to newfs is only needed if teh disk isn't already labeled.jhb2001-11-201-1/+1
| | | | Since we run disklabel before newfs, this doesn't apply in this case.
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releasejoe2001-11-201-1/+1
| | | | | which is likely to be removed shortly, after repo-copying it from there.
* Use modules-depend instead of kernel-depend for doing the depend stagejhb2001-11-191-1/+1
| | | | in doMODULES.
* Split the mfsroot out from the kernel for the 2.88 boot floppy and thejhb2001-11-191-21/+11
| | | | | | | | | Alpha CD. This makes it easier to customize ISO's locally by being able to replace either the mfsroot or the kernel w/o having to do both. It also allows us to switch to using the full GENERIC kernel when booting from CD on the Alpha and on x86 when using cdboot. We don't do this yet, however. Tested on: x86, alpha
* Cull picobsd/custom. It's bit rotted beyond all recognition.joe2001-11-1954-2489/+0
| | | | Approved by: freebsd-small
* Add fsck tool for UFS to /stand tools (again).matusita2001-11-194-4/+12
| | | | | | | | | | | | Actually src/release/i386/boot_crunch.conf rev 1.45 does this change, but unfortunately there is no src/sbin/fsck_4.2bsd directory, but src/sbin/fsck_ffs. This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to 'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an ability of fsck_ffs also, there is no need to MFC at least now. Tested only for: i386 (but I believe this doesn't break for other archs)
* Remove config.sgml from dependencies. Forgot this in my last commit.bmah2001-11-173-3/+0
|
* No UserConfig under -CURRENT (at least so I've been led to believe)bmah2001-11-173-774/+0
| | | | so take out the text that discusses it.
* Add a comment that the chroot area cannot reside on a "nodev"-mountedbmah2001-11-171-0/+4
| | | | | | | filesystem. PR: 12712 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
* New release notes: timezone database update, Linux emulation updatebmah2001-11-172-14/+16
| | | | for linux_base-7 port.
* Axe SMP support, the ses device, and the atapifd device from the kern.flpjhb2001-11-161-0/+3
| | | | | | boot kernel so it fits again. This actually gives us quite a bit of breathing room, so some more ethernet drivers might be turned on now in a later commit.
* Use the md device not olny a version of the system is 5 but 5 and over.nyan2001-11-161-3/+3
| | | | | Requested by: matusita MFC after: 1 day
* New release notes: IPFilter supports IPv6, ipfs(8).bmah2001-11-162-6/+32
| | | | Reminded by: devet@devet.org (Arjan de Vet)
* New release notes: Jitter in load average computation, newsyslog(8)bmah2001-11-152-4/+18
| | | | | | support for bzip2(1). MFCs noted: gx(4), edquota(8) -f.
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tjhb2001-11-154-4/+1
| | | | | use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix.
* Use the vn driver on a stable system.nyan2001-11-151-3/+70
|
* The new libedit from a while back depends on ncurses, so put -ledit beforejhb2001-11-144-4/+4
| | | | | | -lncurses so the fixit crunch binary links. Tested on: alpha
* Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/jhb2001-11-141-1/+1
|
* Catch up on old release notes: fxp(4) dynamic standby mode workaround,bmah2001-11-072-2/+22
| | | | | | keyinfo(1) in C. MFC noted: fxp(4) interrupt coalescing/packet bundling.
* Fixes:olgeni2001-11-062-4/+4
| | | | | * least -> list * recommendations -> recommended
* Fixes:olgeni2001-11-061-8/+8
| | | | | | | | | | * acceptible -> acceptable * partiton -> partition * bootdisk -> boot disk * harddisk -> hard disk * it's -> its * bandwith -> bandwidth * website -> web site
* Typo: compatability -> compatibilityolgeni2001-11-061-2/+2
|
* Fixes:olgeni2001-11-061-3/+3
| | | | | | * compatability -> compatibility * El Torrito -> El Torito * repectively -> respectively
* website -> web siteolgeni2001-11-061-1/+1
|
* Fix typo:olgeni2001-11-061-1/+1
| | | | * compatability -> compatibility
* Fix typos:olgeni2001-11-062-8/+8
| | | | | | | * initialise -> initialize * maintenence -> maintenance * manufacured -> manufactured * accomodate -> accommodate
* Fix typos:olgeni2001-11-061-2/+2
| | | | | * intially -> initially * accomodate -> accommodate
OpenPOWER on IntegriCloud