summaryrefslogtreecommitdiffstats
path: root/release/alpha
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Shrink the boot floppy by removing all extraneous stuff. Also increasejkh1995-05-291-5/+3
| | | | | | number of inodes. Fix various bugs reported by Poul. Implement VTY switching.
* 1. Remove slattach from the root_crunch floppy and stick it on the bootjkh1995-05-271-2/+2
| | | | | | | | floppy (for slip install). 2. Try to work around a bodge in the ftp extraction loop where FtpEOF() was being called more than once. Also fix a problem where the URL was getting smashed in the environment by copying it to a temporary area before we jump up and down on it.
* Add ping to the boot floppy; it's too useful for problem diagnosis tojkh1995-05-271-2/+2
| | | | leave off.
* Move ppp back to root floppy; we need it to load the cpio floppy,jkh1995-05-261-3/+3
| | | | potentially.
* Rename boot.flp to root.flpjkh1995-05-251-3/+4
|
* Whoops! Forgot libkvm.jkh1995-05-231-2/+2
|
* Remove some extraneous junk from the boot floppy. Put ifconfig and routejkh1995-05-231-2/+2
| | | | on there.
* 1. Remove the scripts from the boot floppy - we don't need them anymorejkh1995-05-211-2/+2
| | | | | | | | and it saves us a fair bit of space. 2. Remove adduser and tzsetup as well - they're not needed. 3. Move ft from the boot floppy to the cpio floppy.
* Add the ft program to the boot floppy.jkh1995-05-211-2/+2
|
* Put find on the boot floppy. Don't ask.jkh1995-05-191-2/+2
|
* Sheesh! What was I thinking. ppp should go on the cpio floppy, notjkh1995-05-181-2/+2
| | | | the boot floppy!
* Add ppp to the boot floppy.jkh1995-05-181-3/+2
|
* Add ls to the boot floppy - folks will be lost without it!jkh1995-05-111-2/+2
|
* Use the proper libs for sh.jkh1995-05-111-2/+2
|
* Put a shell on the boot floppy.jkh1995-05-111-5/+3
|
* Remove ncftp from cpio - we don't need it any more.jkh1995-05-101-3/+3
| | | | Adjust boot floppy to (hopefully) include libdisk in the crunch.
* Get sysinstall from /usr/src/release not /usr/src/sbin.jkh1995-05-091-3/+3
|
* A major cleanup. Move more over to a "pull" model than a "push" model,phk1995-04-201-2/+4
| | | | | | this will eventually allow us to add meaningfull dependencies. Add mount_{msdos,nfs,cd9660} and chroot to the fixit.flp.
* Add bad144 to fixit floppy.phk1995-04-121-2/+2
| | | | | | Remove kernel compile directories. Put all *[sw]d* devices on floppies Make more inodes on floppies as function of the above.
* Added a fixit floppy to the rules.phk1995-03-131-0/+45
|
* New and better "make release" rules.phk1995-02-251-0/+18
OpenPOWER on IntegriCloud