summaryrefslogtreecommitdiffstats
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Go for the auto-tuned `maxusers'. This at least fixesru2003-03-221-4/+0
| | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko
* tunefs now requires -lufs.ru2003-01-231-1/+1
|
* Copy EISA and PCI ahc(4) modules as well.ru2002-11-141-0/+2
|
* Sort by floppy, type, driver name.ru2002-11-111-18/+21
|
* Don't attempt to strip obsolete, non-existing, or commented outru2002-11-111-17/+0
| | | | options and devices.
* There's no longer a P1003_1B option.ru2002-11-111-1/+0
|
* Tabulate, sort.ru2002-11-111-54/+54
|
* Handle the removal of CD9660 and NFSCLIENT options in drivers.conf.ru2002-11-112-5/+2
| | | | Removed duplicate entry from drivers.conf.
* Removed more redundant lines: amr, mlx, pcn, ahc and mpt are handledru2002-11-111-5/+0
| | | | by drivers.conf already.
* Remove redundant lines.mjacob2002-11-091-6/+8
| | | | | | | Add to floppy3 if_tun && if_gif (ppp && something related to IPv6) Add in mpt && ahc now that they are modules. Unknown as to whether they work yet or not.
* Remove lines that are redundant.mjacob2002-11-091-14/+0
|
* Make changes such that the kernel will now fit on floppy #1.mjacob2002-11-082-11/+33
| | | | | | | | | | | | | | | | | | | | | | This involves moving all networking drivers to floppy 2, all RAID nfsclient && cd9660 to floppy 3 (and adding ispfw). COMPAT_FREEBSD4 had to come back, maxusers is down to 2. AHC is out until somebody can make it a module for alpha. TurboLaser is out because it rarely has a floppy and probably no longer works *anyway*. There's probably some cleanup that can be done because I was told that things in drivers.conf don't have to be removed via dokern.sh, but because I formally tested the release build with this version and don't want to spend another half day on it, it's going in. I'm sure we'll have to do some further changes prior to release. NB: Not tested end to end yet because I've been told that sysinstall doesn't yet work.
* Fixes to unbreak Alpha releases:ru2002-11-052-2/+8
| | | | | | | | | | | | | | | | | | | | Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose. Removed the now no-op commands to copy ${RD}/trees/base/dev bits to ${RD}/mfsfd/dev, now that DEVFS is the default. Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS kernel. Moved miibus network module to the drivers floppy. isp(4) and mpt(4) now have corresponding modules, move them to the third floppy as well. Caution! With these changes, mfsroot.flp has only 11K left, and kern.flp has even less -- 5K.
* Comment out 'mpt' for the time being. This driver doesn't have a modulejhb2002-10-311-1/+1
| | | | either.
* There is no 'isp' module to move off to the 3rd floppy, so comment out thejhb2002-10-311-1/+1
| | | | entry for now.
* Move SCSI drivers to third floppy disk (drivers.flp) to give "makemurray2002-10-281-0/+5
| | | | | | | | release" a chance of finishing on the Alpha platform. The actual split between drivers on disks 2 and 3 should be optimized so that most users don't need the third disk, but for now, I'm just trying to get it working.
* Update comment to note that the third floppy (for modules) has beenmurray2002-10-211-1/+3
| | | | | implemented. Add a note reminding developers to update drivers.conf.5 if they add new functionality here.
* Add mount_devfs so we can remove MAKEDEV from the fixit floppy. Thesesam2002-10-171-1/+1
| | | | | | two changes make stuff fit in a floppy image again. Note: tested only for i386, but (blindly) applied to all machines
* Add the PCN module.obrien2002-09-051-1/+1
|
* MFi386: Remove AH[CD]_REG_PRETTY_PRINT from boot floppies.murray2002-09-021-0/+2
|
* Update a comment to accurately describe the usage of the fourth fieldmurray2002-05-011-1/+1
| | | | of this file.
* Add a driver configuration file for the Alpha platform, and specify thatmurray2002-03-301-0/+46
| | | | | the network drivers should be taken out of the boot kernel, and added to the /stand/modules directory of mfsroot.flp.
* Providing long filename support on the Macintosh requires over 30murray2002-01-241-1/+1
| | | | | | | megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints.
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
| | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days
* Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,matusita2001-12-021-3/+1
| | | | | | | which should be done with src/release/i386/boot_crunch.conf rev 1.51 and src/usr.sbin/sysinstall/install.c rev 1.311. Spotted by: nyan (via ReichaNet)
* Add fsck tool for UFS to /stand tools (again).matusita2001-11-191-1/+3
| | | | | | | | | | | | 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)
* 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.
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tjhb2001-11-151-1/+1
| | | | | use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix.
* The new libedit from a while back depends on ncurses, so put -ledit beforejhb2001-11-141-1/+1
| | | | | | -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
|
* Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bitobrien2001-10-151-2/+0
| | | | more room on the install floppies now that modules can be on a 3rd floppy.
* + Use `ee' in lue of `vi' as it is smaller.obrien2001-10-151-7/+5
| | | | | | | + Remove 'sleep' (not sure why it is so important in fix-it mode). + Remove ability to mount MSDOSFS as that is not a typical filesystem on an alpha; and thus does not really add to the fix-it mix. + Sync style with i386.
* Also try to build `setcdboot' first, and only `pkg_add -r' if you cannot.obrien2001-09-051-4/+8
| | | | Submmitted by: dirk
* Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.obrien2001-09-031-4/+8
|
* Fix my backwards logic.obrien2001-09-031-2/+2
| | | | Submitted by: dirk
* + do not hard code where a port may be installed toobrien2001-08-201-3/+14
| | | | | | | | | + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction Approved by: jkh
* Add scripts and Makefile support for building ISO images automaticallyjkh2001-07-231-0/+51
| | | | | | | as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS points to them. This probably need a bit more work to get fully useful, but it at least covers the basics for now.
* Fix the install kernel on a 1.44MB floppy again.obrien2001-07-211-0/+13
| | | | | | | | | | | | | | I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. If the removal of any of this support causes heartburn, please let me know.
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-114/+0
|
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeobrien2001-07-211-7/+6
| | | | | | | | | only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + The Alpha install does not support SLIP, PCCARD or USB installs; so we do not need the associated userland utils. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8).
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+1
|
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-0/+15
| | | | | | by default while SMPng is still being developed. Submitted by: jhb
* Apply rev 1.48 (only dike out the `ncr' driver, not every line with theobrien2001-04-151-1/+1
| | | | [sub]string "ncr" in it) to the Alpha also.
* *sigh*... when trying to dike out the `ncr' driver, I was getting the `sym'obrien2001-04-141-1/+1
| | | | | | driver too because it had "ncr" in its comment. Submitted by: joerg
* NOBLOCKRANDOM doesn't exist anymore as a kernel option.jhb2001-04-101-1/+0
|
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-081-1/+2
|
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-071-17/+18
|
* Synch this with i386 version again. This fits nicely on alphas.ru2001-04-031-29/+14
| | | | Reviewed by: beast
* Cleanup: sort by directory/program, remove unused libraries.ru2001-04-031-16/+20
|
* Moved -DRELEASE_CRUNCH into crunchgen(1) config files.ru2001-03-312-0/+4
|
OpenPOWER on IntegriCloud