| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
build process in too many cases. Adding mtree to bootstrap-tools
to solve this breaks the upgrade path because mtree needs a
libc that has strtofflags and fflagstostr.
|
|
|
|
|
|
| |
PR: 20002
Submitted by: James Johnson <bonk1138@msn.com>
Approved by: patrick (from freebsd-small mailing list)
|
|
|
|
|
|
|
|
| |
the building of the crunched binary.
I'll add examples when I add the post-include mechanism, since the
crunch.mk environment stomps on the pre-included crunch.inc's variables
at the moment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
objects, to simplify working with PicoBSD.
Add the ability to put make instructions in crunch.inc to pass to the
build process.
Now explicitly make the objects in our own object tree, since we want to
build the objects with our own defines, and allow this to occur in a
common object tree for all PicoBSD builds, if required. This is
controlled by the COMM_OBJ variable, for those who don't want this -
setting it to /usr/obj again will just pick up the objects from your
last make buildworld, as before.
|
|
|
|
|
|
|
| |
hints simply from GENERIC.hints.
Added a bunch of comments about usb devices, new network cards, and
IPv6.
|
|
|
|
|
| |
symlinks from '/sbin' to 'sbin', so following the links make sense when
not on the disk itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for read-only src tree.
While I'm there:
1) Use kgzip, not kzip, since kzip certainly doesn't make bootable
kernels anymore. loader still isn't built separately, let alone without
forth support. This needs to be fixed.
2) Expand the mount/vnconfig examples to be the defacto way of making
sure the filesystems are mounted, unmounted, or not configured. This
needs more work.
3) quieten the build substantially, so errors are more prominent
4) Start of '-j' ability. Current style isn't quite in the correct
dependency format for this, but obvious mistakes (changing directories
in main shell) are fixed.
Approved by: grog, dwhite, luigi (no objections to me doing a makeover)
|
| |
|
|
|
|
|
| |
Not shure ever it needed for MFS, but just to keep old behaviour exact, can be
removed later
|
|
|
|
|
|
|
|
| |
rc and login.conf files from the /etc directory on the floppy.
This prevents the overwrite yes/no prompt from occuring in gzip.
(some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force)
is not an option. minigzip has a different meaning for the -f flag.}
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first
unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.
Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment. The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK. I will be adressing these in the
near future (unless someone beats me to it :-) ).
PR: misc/17737
Submitted by: Omachonu Ogali <oogali@intranova.net>
|
|
|
|
| |
in sdl_data is not 0-terminated
|
|
|
|
|
| |
PR: 17383
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-By: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-by: jordan
|
| |
|
|
|
|
| |
Approved-By: jordan
|
|
|
|
|
|
|
| |
and if you decide to "update" your system you better know a bit
of english!
Approved-By: jordan
|
|
|
|
|
|
| |
Makefile, update crunch.conf
Approved-By: jordan
|
|
|
|
|
|
|
| |
(this is a convenient place to put Make variables until we add a -D
option to crunchgen).
Approved-By: jordan
|
|
|
|
|
|
| |
for almost all images, so let's have a centralized copy.
Approved-By: jordan
|
|
|
|
| |
Approved-by: jordan
|
|
|
|
| |
Approved-By: jordan
|
|
|
|
|
|
|
|
|
| |
structure.
These changes have been discussed with Greg Lehey and posted on
freebsd-small (most things in the PicoBSD tree were already broken
so things can only improve!)
Approved-By: jordan
|
|
|
|
|
|
| |
proposed changes to freebsd-small for discussion prior to commit.
Reviewed by: freebsd-small
|