aboutsummaryrefslogtreecommitdiff
path: root/release/i386
Commit message (Collapse)AuthorAgeFilesLines
* Make a bootable CD on pc98.Yoshihiro Takahashi2006-05-161-1/+4
| | | | Notes: svn path=/head/; revision=158650
* Revamp base system packaging of kernels to enable up/smp selectionSam Leffler2006-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. Notes: svn path=/head/; revision=156436
* Remove usbd(8) and all references to it. It is no longer necessaryIan Dowse2005-12-151-1/+0
| | | | | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry Notes: svn path=/head/; revision=153430
* The current version of mkisofs is warning us that the -P option willKen Smith2005-01-301-1/+1
| | | | | | | | | | | be changing with the next version, and we should be using -publisher instead. Also warned by: trhodes MFC after: 1 week Notes: svn path=/head/; revision=141066
* Don't allow ISO images to be made that try to use boot.flp to boot as theJohn Baldwin2004-12-011-5/+2
| | | | | | | | | | boot.flp in 5.3 and later is not self-contained and thus not suitable for CD booting. /boot/cdboot is now the only way to boot the install CDs. MFC after: 2 weeks Notes: svn path=/head/; revision=138275
* Keep each prog on its own line so that diffs between variousRuslan Ermilov2004-10-012-14/+56
| | | | | | | *_crunch.conf files are easier to read. Notes: svn path=/head/; revision=136018
* Take away unused libraries.Ruslan Ermilov2004-10-012-2/+2
| | | | Notes: svn path=/head/; revision=136017
* Add a publisher variable with the URL for the FreeBSD Project, and putMurray Stokely2004-07-151-1/+3
| | | | | | | | | this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh Notes: svn path=/head/; revision=132203
* Set BATCH=yes to avoid bumping into interactivity in the port builds.Kris Kennaway2004-07-121-1/+1
| | | | | | | XXX /usr/ports is still hardcoded, should be ${PORTSDIR} Notes: svn path=/head/; revision=132022
* mkisofs(8) is now installed by sysutils/cdrtools.Marius Strobl2004-06-021-4/+4
| | | | | | | This will be instantly MFC'ed. Notes: svn path=/head/; revision=130016
* Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs.Makoto Matsushita2004-02-191-1/+1
| | | | | | | | | See also src/sbin/mount/Makefile rev 1.14. Noticed by: snapshots.jp.FreeBSD.org Notes: svn path=/head/; revision=125983
* Clean up after revision 1.55.Ruslan Ermilov2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=125140
* *BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*John Baldwin2004-01-262-148/+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. Notes: svn path=/head/; revision=125053
* Put the em and vx drivers back into the kernel so that the mfsroot stopsScott Long2003-12-221-2/+0
| | | | | | | | overflowing. We are one again on the brink of the floppies having major overflow problems. Notes: svn path=/head/; revision=123726
* Move mly, plip, and slip back into the kernel so floppy 3 can fit again. I'mScott Long2003-11-251-3/+0
| | | | | | | | | not sure why it exploded in the last 10 days, though I suspect nfsclient.ko. Approved by: re (rwatson) Notes: svn path=/head/; revision=122983
* Move cd9660 module from 3rd floppy to 2nd to unbreak release.Jun Kuriyama2003-11-121-1/+1
| | | | Notes: svn path=/head/; revision=122539
* Remove "device acpi" from BOOTMFS kernel for boot floppy to unbreak theJun Kuriyama2003-11-061-0/+1
| | | | | | | release build. Notes: svn path=/head/; revision=122166
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=120492
* Unbreak "make release" by moving bfe and re driver into 2nd floppy.Jun Kuriyama2003-09-121-0/+2
| | | | Notes: svn path=/head/; revision=120001
* Move the mlx driver back into the kernel so that the drivers floppy doesn'tScott Long2003-07-251-1/+0
| | | | | | | overflow. Notes: svn path=/head/; revision=117983
* Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only)Ruslan Ermilov2003-07-231-3/+5
| | | | | | | | | | | | that causes the bootable ISO images to be created using the floppy emulation (the old method) as opposed to the new "cdboot" method. Only copy boot.flp to the 2nd CD-ROM if this variable is defined. Reviewed by: murray Notes: svn path=/head/; revision=117939
* Keep entries sorted by floppy, type, and name.Ruslan Ermilov2003-06-011-8/+9
| | | | Notes: svn path=/head/; revision=115635
* Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, andScott Long2003-05-181-0/+2
| | | | | | | | | alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb Notes: svn path=/head/; revision=115126
* disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.Ruslan Ermilov2003-05-171-2/+3
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=115106
* Move the em driver from flopp3 to floppy 2 to make room for the ips driver.Scott Long2003-05-121-1/+1
| | | | Notes: svn path=/head/; revision=114929
* The ips ServeRAID driver can go on the driver floppy.Scott Long2003-05-111-0/+1
| | | | Notes: svn path=/head/; revision=114906
* Revert rev 1.78 of dokern.sh. The ncv, stg, and nsp drivers aren'tScott Long2003-05-051-3/+0
| | | | | | | | specific to pc98, and it looks like space on the kernel floppy isn't as tight as it was. Notes: svn path=/head/; revision=114684
* pc98 has it's own release subdir, so it's safe to remove the stg, ncv, andScott Long2003-05-021-0/+3
| | | | | | | | | nsp drivers from the i386 floppies. Suggested by: bmah Notes: svn path=/head/; revision=114542
* add FireWire drivers.Hidetoshi Shimokawa2003-04-221-0/+4
| | | | Notes: svn path=/head/; revision=113844
* Removed mount_devfs from progs since there is no "mount_devfs"Ruslan Ermilov2003-04-211-1/+1
| | | | | | | | source directory (it's spelled mount_std nowadays), so it was a no-op anyway, and DEVFS is now the default. Notes: svn path=/head/; revision=113815
* Move Bill Paul's new axe driver module to floppy disk 3 on i386 andMurray Stokely2003-04-211-0/+1
| | | | | | | alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64. Notes: svn path=/head/; revision=113776
* Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flpJohn Hay2003-04-171-0/+4
| | | | | | | fit again. Notes: svn path=/head/; revision=113589
* NO_COMPAT_FREEBSD4 is no more.John Hay2003-04-171-1/+0
| | | | Notes: svn path=/head/; revision=113588
* Go for the auto-tuned `maxusers'. This at least fixesRuslan Ermilov2003-03-221-4/+0
| | | | | | | | | the ``panic: timeout table full'' on Alphas. Tested by: wilko Notes: svn path=/head/; revision=112499
* wlan module depends on rc4 module, so provide one.Ruslan Ermilov2003-03-211-0/+1
| | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=112474
* Push UFS_ACL back for i386. We have 11kbytes of free space on kern.flp.Makoto Matsushita2003-02-211-1/+0
| | | | | | | | | | | | | | | If we have no UFS_ACL kernel, users who already uses UFS1/2 attributes get confused since no access control is performed for an update install. Still, pc98 and alpha doesn't have UFS_ACL since I don't know about them. Nyan-san, if kern.flp on tatsu has enough spaces (4k or more spaces), please back UFS_ACL for pc98 also. Data collected from: 5.0-CURRENT-20030221-JPSNAP on snapshots.jp.FreeBSD.org Notes: svn path=/head/; revision=111219
* Move trm(4) to the drivers floppy.Olivier Houchard2003-02-201-0/+1
| | | | | | | This should have been done a long time ago. Notes: svn path=/head/; revision=111160
* Pushing back aacp driver to kern.flp kernel. It can be removed iffMakoto Matsushita2003-02-191-1/+0
| | | | | | | | | | | aac is not compiled into a kernel. After this change, kgziped kernel got about 320 bytes; it still fits a floppy. Pointy hat to: matusita Notes: svn path=/head/; revision=111114
* Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING.Makoto Matsushita2003-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aacp is a passthrough driver for aac, but it seems that aac kernel module has a feature provided by aacp; so it can be removed safely. _KPOSIX_PRIORITY_SCHEDULING provides P1003.1B realtime extension. However, in an installation phase, it seems that it helps a little for us, so we can remove this option from a kernel for floppy installation. I know _KPOSIX_PRIORITY_SCHEDULING option is defined in other architecture. However, I don't touch them at this time; I can't test it. Anyway here's result. Before diet: -rwxr-xr-x 1 matusita matusita 4849883 Feb 18 11:22 kernel -rwxr-xr-x 1 matusita matusita 1727143 Feb 18 11:47 kernel.kgz After diet: -rwxr-xr-x 1 matusita matusita 4840949 Feb 18 09:48 kernel -rwxr-xr-x 1 matusita matusita 1723911 Feb 18 11:47 kernel.kgz We've got extra 3232 bytes (using 5-current as of Feb/18/2003). In cooperation with: jwd (test ISO installation image) Boot tested on: several PCs around myself Installation tested on: VMware Workstation e.x.p build-4099 Notes: svn path=/head/; revision=111079
* Moved 802.11 (device wlan) consumers to the third floppy as well.Ruslan Ermilov2003-02-051-2/+2
| | | | | | | Shouldn't these modules have the dependency on "wlan" module? Notes: svn path=/head/; revision=110374
* Unbreak i386 snapshots by moving the 802.11 support (device wlan)Ruslan Ermilov2003-01-271-0/+1
| | | | | | | out from BOOTMFS to the drivers floppy. Notes: svn path=/head/; revision=109942
* tunefs now requires -lufs.Ruslan Ermilov2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109726
* Put the if_bge driver on the second floppyScott Long2002-12-281-0/+1
| | | | Notes: svn path=/head/; revision=108343
* Move the agp driver to the third floppy to un-spill the mfsroot.Scott Long2002-12-181-1/+1
| | | | Notes: svn path=/head/; revision=108043
* Move awi to mfsroot floppy. There is no space for 802.11 drivers onMurray Stokely2002-12-061-0/+1
| | | | | | | | | the boot floppy. Approved by: re Notes: svn path=/head/; revision=107657
* Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead ofJohn Baldwin2002-11-122-3/+3
| | | | | | | just removing them from BOOTMFS using dokern.sh. Notes: svn path=/head/; revision=106821
* Sort by floppy, type, driver name.Ruslan Ermilov2002-11-111-19/+23
| | | | Notes: svn path=/head/; revision=106772
* Removed redundant entries (these are handled by drivers.conf).Ruslan Ermilov2002-11-111-2/+0
| | | | Notes: svn path=/head/; revision=106771
* Don't attempt to strip obsolete, non-existing, or commented outRuslan Ermilov2002-11-111-5/+0
| | | | | | | options and devices. Notes: svn path=/head/; revision=106768
* Tabulate, sort.Ruslan Ermilov2002-11-111-28/+29
| | | | Notes: svn path=/head/; revision=106763