summaryrefslogtreecommitdiffstats
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Don't need to add bpf anymore.jkh1999-09-141-3/+0
|
* Brutally rip more stuff out of the fixit image so that we can startjkh1999-09-141-4/+3
| | | | build 4.0-stapshots again. It's still overflowing. :(
* Remove duplicated bits from boot floppy (where they're already available) injkh1999-09-091-3/+3
| | | | an effort to get this back down to size.
* Bump maxusers in installation kernel down to something more low-memoryjkh1999-09-081-0/+4
| | | | friendly.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Rename bpfilter to bpf.des1999-07-061-1/+1
|
* Removed unused boot_crunch.confhosokawa1999-06-291-0/+0
|
* Add bits of PAO that are non-controversial.markm1999-06-171-17/+0
| | | | Submitted by: Tatsumi HOSOKAWA
* Various edits to shrink fixit and enable dhcp-clientjkh1999-06-092-3/+6
|
* Add dhclient to mfsroot floppy - changes to sysinstall to follow.jkh1999-05-011-1/+2
|
* MF3: SYSVMSG addition, fluff with release notes.jkh1999-02-141-0/+1
|
* Don't strip out stuff from boot.flp now that it's twice the size.jkh1999-01-311-51/+9
|
* Nuke pnp0 from boot.flpjkh1999-01-281-0/+1
|
* 1. Adjust fs sizes to get floppies back under control.jkh1999-01-261-4/+13
| | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
* NO_LKM is deprecatedjkh1999-01-261-1/+0
|
* swap support is actually pretty important; put it backjkh1999-01-221-1/+0
| | | | CVS: ----------------------------------------------------------------------
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-161-0/+2
|
* Shuffle the exclusion list for boot.flp in an effort to get sizesjkh1998-12-061-3/+2
| | | | down again.
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-121-6/+6
|
* Boy, two typos in one day. Time to go back to bed.jkh1998-11-121-1/+1
|
* Elimintate gratuitous backslashjkh1998-11-121-1/+1
|
* Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some*jkh1998-11-111-1/+0
| | | | way to install 3.0.x.
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-111-0/+49
| | | | | | a bit less legacy hardware support, that all still remaining a supported option with kern.flp (and a two-floppy install). This will be documented in the release notes, I promise.
* Try #2 with minigzip. Now that John Hay has made it behave more properlyjkh1998-09-291-4/+5
| | | | like gzip, we should be able to use it here.
* Remove support for floppy tape installs. I'm sorry, we're outtajkh1998-09-261-2/+2
| | | | | space, and it's either this or the DOS installs. I think that the DOS installs are somehow more important. :)
* Revert my change to use minigzip. Apparently, this thing is too "mini"jkh1998-09-221-5/+4
| | | | | | | to actually work in this application. Urk. This probably explains the problems people have been having with installing -snap. My bad. Will fix and upload a new beta snap to ftp.freebsd.org. Noted by: jhay
* Try using minigzip instead of gzip; can't hurt!jkh1998-09-191-4/+5
|
* Remove defunct scsi command from fixit floppy.jkh1998-09-191-3/+3
| | | | | Once I see how much room is available, I may add camcontrol in its place.
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-3/+3
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* Add -lzjkh1997-12-251-2/+2
|
* Sigh - add libz to libs. Brian just keeps adding stuff to ppp. :)jkh1997-12-041-2/+2
|
* There appears to be no way around linking with DES for thejkh1997-09-301-2/+2
| | | | | | | moment - the compile-time options are useless since the object files are being used from ppp to build the crunched image, and the ppp objects include DES at this stage since they were last built that way to make the secure distribution. Hmmmm!
* Remove -ldes again; Brian's latest fix should deal with it.jkh1997-09-281-2/+2
|
* Add (ick) -ldes to the boot floppy so that ppp can link again.jkh1997-09-271-2/+2
| | | | | Not sure what this does to exportability but it's probably not good.
* Add -lm since "ping" now requires the math library for itsjkh1997-07-291-2/+2
| | | | furlong-per-fortnight calculations of ping time.
* Add -lalias for ppp now.jkh1997-05-241-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Whoops, add -lftpiojkh1996-12-111-2/+2
|
* Several improvements to the `fixit' configuration:joerg1996-11-091-3/+4
| | | | | | | | | | | . Don't gzip the crunched binary by now; it just fits, and execution is a lot faster this way (it's truly demand-paged again). . Add more(1), ft(8), protocols(5), a stripped down services(5). . Improve the .profile, and make sysinstall actually use it again. Still no go for a 4 MB configuration though. :-(
* Merge from the 2.2 branch: call our `vi' by its right name.joerg1996-11-091-5/+4
| | | | Detected by: jkh
* Add -lcrypt for new ppp changes.jkh1996-10-071-2/+2
|
* link chgrp to chown, don't list it as a binaryjkh1996-07-311-2/+3
|
* Add chgrp to fixit, closes PR#1342jkh1996-07-291-2/+2
|
* ppp now requires -lmdphk1996-02-081-2/+2
|
* Sheesh. I've added -lipx to the wrong crunch config file.joerg1996-01-032-4/+4
| | | | While i've been here, added the ``-s labels'' flag to vnconfig.
* Hopefully the last bogons that prevented me from running a successfuljoerg1995-12-311-2/+2
| | | | | | | | | | `make release': . the `doc' distribution was missing, so the FAQ and handbook files couldn't be installed (Q: why did the psd etc. files install, only that the dirs had the wrong ownership?) . the crunched binaries do need now -lipx
* Update the -current sources from the 2.1 branch.peter1995-12-072-15/+9
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
|
* Add mount_nfs so that we can do NFS installs.jkh1995-05-301-1/+2
|
OpenPOWER on IntegriCloud