summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likedelphij2010-05-261-2/+2
| | | | the current ordering :(
* libarchive now needs libcrypto and liblzma.delphij2010-05-251-2/+2
|
* Remove slattach from the install mfsroot since it doesn't exist anymorejhb2010-01-261-1/+0
| | | | | | to quiet a warning from crunchgen. MFC after: 1 week
* Remove libulog from the bootstrap again.ed2010-01-212-2/+2
| | | | | | libulog now only provides functions that are used by various packages from the ports tree, namely the libutempter ones. There is no reason to link it into the crunch/fixit binaries anymore.
* Don't forget to link the fixits against -lulog.ed2009-12-062-2/+2
| | | | | | reboot(8) now depends on it. Reported by: nyan
* Add libjail to the boot_crunch binaries (for ifconfig).jamie2009-06-291-1/+1
| | | | | | PR: 136071 Submitted by: Scot Hetzel Approved by: re (kensmith), bz (mentor)
* - Add libbsdxml and libsbuf required by bsdlabel.nyan2008-09-252-7/+2
| | | | | - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit to avoid disk full.
* Recent work on the gnu cpio seems to have introduced some bugs, itkensmith2008-08-201-3/+2
| | | | | | | | | | | | complains about "Malformed numbers" while unpacking the dists and what winds up on the disk isn't correct. Use this as an opportunity to switch over to bsdcpio since at this point we don't even build and install the gnu cpio by default. Note sysinstall needed to be tweaked a bit (dropping tape block size setting) because it seems bsdcpio doesn't do anything with block sizes, at least as far as reading from archives goes. That wasn't really a problem since installations from tape have been broken for a while and the rest of sysinstall's tape support code will be removed shortly.
* Replace the ee with the ed to resolve disk overflow.nyan2008-05-131-2/+1
|
* Add the ed and remove the vi.nyan2008-05-111-3/+1
| | | | This fixes a disk-full error.
* libbsdxml is now required by ifconfig(8).thompsa2008-04-221-1/+1
| | | | Submitted by: Florian Smeets
* In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that itkensmith2008-01-221-0/+2
| | | | | | | | | | | | | | | | can't find fsck_4.2bsd because there was no fstab file saying what filesystem type it is looking at so it got the filesystem type from the disk's label. When that fails admins who haven't been in this situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because ufs is the type used in fstab files on working systems but that also fails complaining it can't find fsck_ufs. This just sets it up so /stand in the MFS image (/sbin is a symlink to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to fsck_ffs which is what is present in /sbin on installed systems. Prodded by: obrien MFC after: 1 day
* Remove the restore and chroot command to avoid disk-full error.nyan2007-05-222-6/+0
|
* Remove the telnet command because of filesystem full.nyan2006-05-291-1/+0
|
* Disable an SMP detection on pc98.nyan2006-03-101-1/+1
|
* Revamp base system packaging of kernels to enable up/smp selectionsam2006-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Switch from OLDCARD to NEWCARD on pc98.nyan2005-09-271-3/+1
|
* Keep each prog on its own line so that diffs between variousru2004-10-013-20/+88
| | | | *_crunch.conf files are easier to read.
* Take away unused libraries.ru2004-10-013-3/+3
|
* Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs.matusita2004-02-192-2/+2
| | | | | | See also src/sbin/mount/Makefile rev 1.14. Noticed by: snapshots.jp.FreeBSD.org
* Put slattach(8) onto the MFS root file system now that we alwaysru2004-01-281-1/+1
| | | | use the GENERIC kernel for installs which has the sl(4) support.
* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*jhb2004-01-263-222/+0
| | | | | | | *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Death to the stripped down BOOTMFS kernel for boot floppies and all the cruft that goes along with it.
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-262-2/+2
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* MFi386: sort.ru2003-08-021-50/+50
| | | | OK'ed by: nyan
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.ru2003-07-281-4/+0
|
* Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.nyan2003-06-071-2/+0
|
* Keep entries sorted by floppy, type, and name.ru2003-06-011-8/+10
|
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andscottl2003-05-181-0/+2
| | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.ru2003-05-172-4/+6
| | | | | | | | Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
* Removed mount_devfs from progs since there is no "mount_devfs"ru2003-04-212-2/+2
| | | | | source directory (it's spelled mount_std nowadays), so it was a no-op anyway, and DEVFS is now the default.
* axe is commented out in GENERIC on pc98, so this wasn't needed.murray2003-04-211-1/+0
| | | | Pointed out by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andmurray2003-04-211-0/+1
| | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64.
* NO_COMPAT_FREEBSD4 is no more.jhay2003-04-171-1/+0
|
* Removed redundant lines.ru2003-04-011-3/+0
| | | | Noticed by: obrien
* Go for the auto-tuned `maxusers'. This at least fixesru2003-03-221-5/+0
| | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko
* wlan module depends on rc4 module, so provide one.ru2003-03-211-1/+3
| | | | Reviewed by: imp
* MFi386: Don't remove UFS_ACL support.nyan2003-02-261-2/+0
|
* Move the nfsclient support into mfsroot floppy.nyan2003-01-301-1/+1
|
* Remove the atapifd and atapist support from boot floppies.nyan2003-01-301-0/+4
|
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)ru2003-01-271-0/+1
| | | | out from BOOTMFS to the drivers floppy.
* tunefs now requires -lufs.ru2003-01-231-1/+1
|
* Add ATA_NOPCI option for small kern.flp floppy.nyan2002-12-051-0/+2
| | | | Approved by: re (murray)
* Don't move NFSCLIENT.nyan2002-11-181-1/+1
|
* Make a small (1.2M) fixit floppy image for pc98.nyan2002-11-051-0/+25
|
* Don't move the NFSCLIENT support into mfsroot-small.flp.nyan2002-11-021-1/+1
|
* Disable COMPAT_FREEBSD4.nyan2002-10-311-0/+3
|
* 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.
* Remove the slattach command from the mfsroot floppies.nyan2002-10-201-1/+1
|
* - Remove the UFS_ACL option from the boot floppies.nyan2002-10-201-3/+2
| | | | - Remove duplicate entries.
* 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
OpenPOWER on IntegriCloud