summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+2
| | | | | | 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)
* Use a separate drivers.conf between i386 and pc98.nyan2001-11-221-0/+57
|
* 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
* Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.nyan2001-11-061-1/+3
| | | | Add special entry for the fdisk command.
* 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.
* Added the txp driver into the list for SMALL kernel.kato2001-07-241-0/+1
|
* Correct typo.nyan2001-07-221-1/+1
|
* I think this is OK for PC98, someone please check.obrien2001-07-211-3/+2
| | | | | | | | | As was done to i386/boot_crunch.conf: + Build with `lint' defined to cut out some of the `rcsid's (binaries' code 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).
* Unconditionalize these now that they live in ARCH-specific directories.obrien2001-07-211-61/+0
|
* 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.
* * Add back DEVRANDOM for all arch's until we deal better with theobrien2000-07-281-2/+1
| | | | | | installation of random sensative packages. * Remove the `ncr' driver in the Alpha case -- the `sym' driver works with every known Alpha.
* Add FreeBSD Id to make this easier to track.obrien2000-07-161-0/+2
|
* Squeeze the BOOTMFS kernel image some more. The Alpha kernel was simplyobrien2000-07-161-0/+23
| | | | | | | | over flowing its britches. So remove all ppbus bits except those for PLIP (untested), and all USB bits as SRM does not know what USB is. Also remove /dev/random as I don't think we need it just for whacking bits onto a disk. Approved by: JKH
* IPv6 support.ume2000-07-142-2/+5
| | | | | | | | | | | IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
* - Removed machine dependent directory and command fromnyan2000-06-292-1/+39
| | | | | | | | src/release/{boot,fixit}_crunch.conf. - Added machine specific fixit_crunch.conf for PC/AT and PC-98 to src/release/$MACHINE. - Use config file in src/release/$MACHINE if exist. If it does not exist, use in src/release.
* Add options NETGRAPH_ETHERbrian2000-06-281-0/+1
|
* Make sure SOFTUPDATES doesn't wind up on boot floppy and bloat itjkh2000-06-221-0/+2
| | | | up.
* Hopefully wave the unbreak-release magic wand at dokern.sh. Use GENERIC'speter2000-06-141-2/+2
| | | | hints strings with BOOTMFS.
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardnyan2000-06-051-0/+22
| | | | | | | | | | | | | | boot.flp and plain boot.flp. - Clean up crunchgen related routine. - Add PC-98 support. TODO: o Documentation o Fix some messages for PC-98 o Decrease the size of fixit.flp to 1.2MB o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html) No response from jkh
OpenPOWER on IntegriCloud