aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
Commit message (Collapse)AuthorAgeFilesLines
* amd64 will not provide floppies.Ruslan Ermilov2003-07-232-77/+0
| | | | Notes: svn path=/head/; revision=117914
* For amd64, delete the IA32 option for the boot kernel since it needsPeter Wemm2003-06-261-0/+1
| | | | | | | SYSV*, which is also removed. Notes: svn path=/head/; revision=116854
* 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
* 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
* 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
* 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
* 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
* 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
* tunefs now requires -lufs.Ruslan Ermilov2003-01-231-1/+1
| | | | Notes: svn path=/head/; revision=109726
* Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead ofJohn Baldwin2002-11-121-3/+0
| | | | | | | just removing them from BOOTMFS using dokern.sh. Notes: svn path=/head/; revision=106821
* 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
* Add NO_COMPAT_FREEBSD4.Peter Wemm2002-10-271-0/+1
| | | | | | | Submitted by: Sergey Mokryshev <mokr@mokr.net> Notes: svn path=/head/; revision=106015
* - Remove the UFS_ACL option from the boot floppies.Yoshihiro Takahashi2002-10-201-0/+1
| | | | | | | - Remove duplicate entries. Notes: svn path=/head/; revision=105526
* Since NEWCARD is the default pccard subsystem, pccard[cd] is noMakoto Matsushita2002-10-191-1/+1
| | | | | | | | | | longer needed. Note that pc98 uses OLDCARD so this is only for i386 (thanks nyan-san). OKed by: imp Notes: svn path=/head/; revision=105449
* Add mount_devfs so we can remove MAKEDEV from the fixit floppy. TheseSam Leffler2002-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 Notes: svn path=/head/; revision=105344
* Strip splash, tun, and COMPAT_FREEBSD4 from the config used to buildSam Leffler2002-10-171-0/+3
| | | | | | | | | the BOOTMFS kernel. These help reduce the kernel size so things fit in a floppy image. There are more low-hanging fruit to be had here if things fail to fit again. Notes: svn path=/head/; revision=105342
* Remove unused code.Yoshihiro Takahashi2002-09-101-75/+0
| | | | Notes: svn path=/head/; revision=103185
* Back out last commit where I moved pcn(4) off of the modules floppy backDavid E. O'Brien2002-09-081-0/+2
| | | | | | | | | | | into the install kernel. Unfortunately pcn(4) also needs mii(4) so that would also have to added to install kernel, which will bloat it up so that it doesn't fit on the floppy any more. Turns out we grew a lnc(4) module since I last looked. So handle it as a kld loadable module during install rather than have it statically compiled into the kernel. Notes: svn path=/head/; revision=103107
* Statically compile pcn(4) into the install kernel vs. using as module.David E. O'Brien2002-09-051-1/+0
| | | | | | | | | | lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) was moved out of the install kernel so that the module would be used. This however causes bad installs if one has an AMD PCnet/FAST NIC. Notes: svn path=/head/; revision=102972
* Remove the AH[CD]_REG_PRETTY_PRINT options from the boot floppies.Murray Stokely2002-09-021-0/+4
| | | | | | | Discussed with: gibbs Notes: svn path=/head/; revision=102833
* Pc98 does not have the agp device.Yoshihiro Takahashi2002-08-111-1/+0
| | | | Notes: svn path=/head/; revision=101678
* Add a third floppy to releases. It will only be built if there is aJohn Hay2002-08-091-0/+3
| | | | | | | | | | | | | | release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru Notes: svn path=/head/; revision=101563
* Add device agp to GENERIC, filter it out of floppy buildsEric Anholt2002-08-041-0/+2
| | | | | | | Approved by: des (mentor) Notes: svn path=/head/; revision=101324
* Removed the ch, sa and ses devices from 'SMALL' boot floppy image.Yoshihiro Takahashi2002-05-231-0/+3
| | | | Notes: svn path=/head/; revision=97167
* Back out previous commit - I didn't realize that ifconfig(8) dealtJordan K. Hubbard2002-05-161-1/+1
| | | | | | | | | properly with 802.11 configuration now. Noted by: jhb Notes: svn path=/head/; revision=96713
* Add wicontrol to boot floppy until such time as this support is partJordan K. Hubbard2002-05-131-1/+1
| | | | | | | | of ifconfig. PR: misc/21886 Notes: svn path=/head/; revision=96543
* Switch to using cdboot for booting i386 CD's by default.John Baldwin2002-04-111-1/+1
| | | | | | | Approved by: murray Notes: svn path=/head/; revision=94440
* - Sort some entries.Yoshihiro Takahashi2002-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. Notes: svn path=/head/; revision=91582
* Providing long filename support on the Macintosh requires over 30Murray Stokely2002-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. Notes: svn path=/head/; revision=89729
* Include camcontrol(8) (in its minimalistic form) into the boot floppy.Joerg Wunsch2002-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 Notes: svn path=/head/; revision=89472
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+2
| | | | | | | | | Suggested by: silby Reviewed by: dillon MFC after: 5 days Notes: svn path=/head/; revision=87894
* Sysinstall cleanups for installation:Makoto Matsushita2001-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 Notes: svn path=/head/; revision=87185
* Add fsck tool for UFS to /stand tools (again).Makoto Matsushita2001-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) Notes: svn path=/head/; revision=86605
* NFS_NOSERVER doesn't do anything anymore and is about to get axed so don'tJohn Baldwin2001-11-151-1/+0
| | | | | | | | use it. Instead, remove NFSSERVER. This was already done on i386, but the alpha still needed the fix. Notes: svn path=/head/; revision=86405
* The new libedit from a while back depends on ncurses, so put -ledit beforeJohn Baldwin2001-11-141-1/+1
| | | | | | | | | -lncurses so the fixit crunch binary links. Tested on: alpha Notes: svn path=/head/; revision=86362
* src/sbin/i386 does not exist anymore. Tripped over by make release.John Hay2001-11-051-1/+1
| | | | Notes: svn path=/head/; revision=86102
* Restore MSDOSFS support to the install kernel.David E. O'Brien2001-10-031-1/+3
| | | | | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh Notes: svn path=/head/; revision=84396
* Try eliminating some more things from the -current installationJordan K. Hubbard2001-09-301-2/+8
| | | | | | | kernel in an attempt to get release builds working again. Notes: svn path=/head/; revision=84155
* Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.David E. O'Brien2001-09-031-4/+8
| | | | Notes: svn path=/head/; revision=82888
* Fix my backwards logic.David E. O'Brien2001-09-031-1/+1
| | | | | | | Submitted by: dirk Notes: svn path=/head/; revision=82885
* + do not hard code where a port may be installed toDavid E. O'Brien2001-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 Notes: svn path=/head/; revision=81997
* Added the txp driver into the list for SMALL kernel.KATO Takenori2001-07-241-0/+1
| | | | Notes: svn path=/head/; revision=80272
* Add scripts and Makefile support for building ISO images automaticallyJordan K. Hubbard2001-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. Notes: svn path=/head/; revision=80183
* Unconditionalize these now that they live in ARCH-specific directories.David E. O'Brien2001-07-211-61/+0
| | | | Notes: svn path=/head/; revision=80098