summaryrefslogtreecommitdiffstats
path: root/release/amd64
Commit message (Collapse)AuthorAgeFilesLines
* Removed the ch, sa and ses devices from 'SMALL' boot floppy image.nyan2002-05-231-0/+3
|
* Back out previous commit - I didn't realize that ifconfig(8) dealtjkh2002-05-161-1/+1
| | | | | | properly with 802.11 configuration now. Noted by: jhb
* Add wicontrol to boot floppy until such time as this support is partjkh2002-05-131-1/+1
| | | | | of ifconfig. PR: misc/21886
* Switch to using cdboot for booting i386 CD's by default.jhb2002-04-111-1/+1
| | | | Approved by: murray
* - Sort some entries.nyan2002-03-031-67/+62
| | | | | | - Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy. - Use the pattern '<tab><device name><tab>' instead of '<device name>' to avoid an unexpected matching.
* 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.
* Include camcontrol(8) (in its minimalistic form) into the boot floppy.joerg2002-01-171-2/+2
| | | | | | | | This change should/could be merged into other arch's release build areas (PC98, Alpha), but since i cannot test a "make release" there, i won't do this myself. MFC after: 1 week
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+2
| | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days
* Sysinstall cleanups for installation:matusita2001-12-021-3/+1
| | | | | | | | | 1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh
* 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)
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tjhb2001-11-151-1/+0
| | | | | 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
* src/sbin/i386 does not exist anymore. Tripped over by make release.jhay2001-11-051-1/+1
|
* Restore MSDOSFS support to the install kernel.obrien2001-10-031-1/+3
| | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
* Try eliminating some more things from the -current installationjkh2001-09-301-2/+8
| | | | kernel in an attempt to get release builds working again.
* 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-1/+1
| | | | Submitted by: dirk
* + do not hard code where a port may be installed toobrien2001-08-201-3/+4
| | | | | | | | | + 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
* Added the txp driver into the list for SMALL kernel.kato2001-07-241-0/+1
|
* 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.
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-61/+0
|
* + Build with `lint' defined to cut out some of the `rcsid's (binaries' codeobrien2001-07-211-3/+2
| | | | | | | only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + 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
|
* Cleanup: sort by directory/program, remove unused libraries.ru2001-04-032-46/+34
|
* Remove grep from the fixit floppy. This should free enough space to getjhay2001-04-011-1/+1
| | | | the snaps going again.
* Moved -DRELEASE_CRUNCH into crunchgen(1) config files.ru2001-03-311-1/+3
| | | | Record libtelnet.a death.
* Moved -DRELEASE_CRUNCH into crunchgen(1) config files.ru2001-03-311-0/+2
|
* Add tunefs to the mfsroot floppyjkh2001-03-101-0/+1
|
* SMALL floppy image require miibus device.nyan2001-03-061-1/+0
|
* Add fsck_4.2bsd to boot crunch target. This returns the ability tojkh2001-02-251-1/+1
| | | | actually fsck (and upgrade) a box from boot media again.
* Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull itjhb2001-01-171-1/+1
| | | | from /usr/src/release.
* The Alpha MFSROOT image runth over.obrien2000-11-271-0/+7
| | | | | | | | | | | | | | Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00 Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le' based Alphas are diked out now too), POSIX P1003_1B real-time extentions, and last but not least "NOBLOCKRANDOM" since the random device is removed. This lets us fit [barely!]: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted /dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt *** Filesystem is 1440 K, 21 left *** 80000 bytes/inode, 24 left Created /R/stage/floppies/kern.flp
* Sync with sys/i386/conf/GENERIC rev 1.291.obrien2000-11-151-0/+3
| | | | | | Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed. `pmtimer' also removed from the Alpha kernel incase it ever winds up there. (could it ever?)
* Don't put pcm device on boot floppies (yet - it would be kinda nice to bejkh2000-11-141-0/+3
| | | | able to play a little Joe Satriani during installs :-)
* Do not include uscanner in the generated kernel config. Also, removen_hibma2000-10-251-0/+6
| | | | | | ugen, uhid, ulpt from small as well. Suggested by: obrien
* We were trying to dike out `apm0', but of course devices do not haveobrien2000-10-241-3/+3
| | | | | unit numbers in GENERIC any more. So `apm' was acutally being compiled in.
* Dike out more for the i386 release build: NCR SCSI card; anchient WDCobrien2000-10-241-0/+7
| | | | | | | | | | SCSI card (should it ever find its way into GENERIC); LPT (we don't need to print during install time); the parallel 'geek' port; generic USB driver (thus some attached USB devices will not be detected and thus the user may wonder what is going on, we couldn't do anything with the device if only ugen attached to it anyway and we are getting very, very low on available space; USB "Human Interface Devices" as we don't do anything with them during installation; and USB printers (same argument as LPT).
* Remove random from boot floppy on advice of Mark Murrayjkh2000-10-171-0/+3
|
* I don't think we'll ever take any input (or send output) to aobrien2000-10-151-0/+3
| | | | Diamond Rio 500 MP3 player during an installation.
* Move maxusers around to reduce the diff from RELENG_4 version.obrien2000-09-291-3/+3
|
* MFS: do not include MSDSOFS support for the Alphaobrien2000-09-291-0/+1
|
* The 'pci' device is not needed for SMALL floppy, but the 'pcic' device isnyan2000-09-231-1/+1
| | | | needed.
* Added the pcn device into the list for SMALL kernel.kato2000-09-231-0/+1
|
* - Make both 1.2MB and 1.44MB floppy images for PC-98.nyan2000-08-121-0/+52
| | | | - Rename BIGBOOT to FDSIZE for the floppy image size.
OpenPOWER on IntegriCloud