| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=91939
|
| |
|
|
|
|
|
|
| |
from the PicoBSD kernel files as they're not relevant any more to
-current.
Notes:
svn path=/head/; revision=83719
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make sure hints are statically compiled into the kernel,
because the bootloader is not available in picobsd and so the
hints file cannot be found at run time.
(This is kind of inconvenient if you have to handle non PnP devices,
but fortunately these days non-PnP ISA cards are disappearing...)
Notes:
svn path=/head/; revision=78543
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75843
|
| |
|
|
|
|
|
| |
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
Notes:
svn path=/head/; revision=75126
|
| |
|
|
|
|
|
| |
These files might need further work before producing a compilable kernel.
Notes:
svn path=/head/; revision=71904
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70270
|
| |
|
|
|
|
|
| |
knows what to do with them.
Notes:
svn path=/head/; revision=68752
|
| |
|
|
|
|
|
| |
PR: misc/15875
Notes:
svn path=/head/; revision=68447
|
| |
|
|
|
|
|
|
|
| |
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options. Tools not policy. Move these global settings out into each
picobsd distribution.
Notes:
svn path=/head/; revision=68273
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Peter's new format, and I'd added hints files for each.
The build process uses the PICOBSD.hints file as well as the config,
and additionally builds with -DNO_MODULES. The build process
probably needs to be converted to use the 'buildkernel' method
instead of running config itself.
The kernels now compile. I've not been able to test the crunch
process however because it used the vn driver and there are no
/dev/vn device nodes under devfs yet. Maybe someone else could
give it a go.
Notes:
svn path=/head/; revision=67175
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=63776
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63263
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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>
Notes:
svn path=/head/; revision=59627
|
| |
|
|
|
|
|
|
| |
PR: 17383
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes:
svn path=/head/; revision=58128
|
| |
|
|
|
|
|
| |
Approved-by: jordan
Notes:
svn path=/head/; revision=57082
|
| |
|
|
|
|
|
| |
Approved-by: jordan
Notes:
svn path=/head/; revision=57058
|
| |
|
|
|
|
|
|
|
|
| |
- to account for recent changes in MFS:
add pseudo-device md
replace MFS_ROOT with MD_ROOT
- replace deprecated "disk" with "device"
Notes:
svn path=/head/; revision=53857
|
|
|
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.
Documentation following shortly.
Notes:
svn path=/head/; revision=52004
|