summaryrefslogtreecommitdiffstats
path: root/release/pc98
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* The best way to remove IPv6 things is to remove lines with the patterngreen2000-02-271-6/+2
| | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh
* Elide INET6 related options for boot floppies.jkh2000-02-261-0/+6
|
* s/pass0/pass/ so the passthrough device is removed from BOOTMFS.peter2000-01-251-2/+2
|
* kernel space savings allow reactivation of NFS installs.jkh2000-01-031-1/+0
|
* Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppyjkh1999-12-251-3/+26
| | | | | so that we can get it back onto 1.44MB boot media again. This does not affect the i386 class build.
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETbrian1999-11-201-0/+3
| | | | to the release kernel.
* Don't need to add bpf anymore.jkh1999-09-141-3/+0
|
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-081-0/+4
| | | | friendly.
OpenPOWER on IntegriCloud