| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: jkh
|
|
|
|
|
|
|
| |
the commit logs - I just found the reason for the self-pointing symlink, as
documented in revision 1.517 by phk, who committed the change over a year
ago. Accordingly, put the feature back and drop all plans to MFC the previous
"fix".
|
|
|
|
|
|
| |
asking what it's for and I can't answer since I can't see any conceivable
use for it. Unless someone corrects that impression, I'll also MFC this
change in a few days.
|
|
|
|
|
|
| |
commands to build sysinstall manually during release.
- Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help
rather than ${.CURDIR}/sysinstall/help.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
one-way hash functions for authentication purposes. There is no more
"set the libcrypt->libXXXcrypt" nightmare.
- Undo the libmd.so hack, use -D to hide the md5c.c internals.
- Remove the symlink hacks in release/Makefile
- the algorthm is set by set_crypt_format() as before. If this is
not called, it tries to heuristically figure out the hash format, and
if all else fails, it uses the optional auth.conf entry to chose the
overall default hash.
- Since source has non-hidden crypto in it there may be some issues with
having the source it in some countries, so preserve the "secure/*"
division. You can still build a des-free libcrypt library if you want
to badly enough. This should not be a problem in the US or exporting
from the US as freebsd.org had notified BXA some time ago. That makes
this stuff re-exportable by anyone.
- For consistancy, the default in absence of any other clues is md5. This
is to try and minimize POLA across buildworld where folk may suddenly
be activating des-crypt()-hash support. Since the des hash may not
always be present, it seemed sensible to make the stronger md5 algorithm
the default.
All things being equal, no functionality is lost.
Reviewed-by: jkh
(flame-proof suit on)
|
|
|
|
|
|
|
|
|
| |
The distribute target is basicly the same as an install. For
perl, this means that miniperl is needed. Since miniperl is
only present in the object directory, we need to make sure
the path is set correctly. To do this, we have make release
use a new distribworld target that sets the path before doing
a make distribute.
|
|
|
|
|
|
| |
DOCRELEASETAG in the appropriate places instead.
Submitted by: asami
|
| |
|
|
|
|
| |
filesystem.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so
that the copy of MAKEDEV on the fixit floppy is usable, since mknod and
expr live in /mnt2/stand when the fixit floppy is running.
Get rid of the sed invokation in release/Makefile that attempts to
delete the PATH setting stuff from MAKEDEV on the fixit floppy. This
hasn't worked since a long ago change to MAKEDEV caused the sed
expression to no longer match.
PR: misc/21241
|
|
|
|
| |
This does not affect the kernel that vn is linked statically.
|
|
|
|
| |
Requested by: jkh@FreeBSD.org
|
|
|
|
|
|
| |
Ensure vn.ko is loaded.
Submitted by: obrien@FreeBSD.org
|
|
|
|
|
|
| |
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
|
|
|
|
|
|
|
|
| |
be isolated out for the 2 floppy install.
5.0-20001026-SNAP cdrom now boots correctly.
Reviewed by: Mike Smith <msmith@FreeBSD.org>
|
|
|
|
|
|
|
| |
This saves us 8KB.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Reviewed by: jhb
|
|
|
|
|
|
|
|
|
|
| |
mimics that of tcpdump in that for normal builds, sendmail will only be
built once. For 'make release', it is built once for the bin dist and
once for the crypto dist. This method also removes the need for two separate
Makefiles (which could become out of sync).
Suggested by: bde
Assisted by: kris
|
|
|
|
|
| |
existing since sendmail was moved to contrib. Also, we now provide the cf
subdirectory in /usr/share/sendmail/cf/.
|
|
|
|
| |
runs. So perform a copy that take that into account.
|
|
|
|
|
|
|
|
|
|
|
| |
/boot/GENERIC/kernel
/boot/kernel/kernel
/boot/kernel/*.ko
and removes:
/kernel.GENERIC
from the bin dist.
Approved by: jkh
|
|
|
|
| |
- Don't try to build modules when compiling a kernel during release.
|
|
|
|
|
| |
live in ``/boot/kernel/''. So tweak the release build to match previous
assumptions and expectations.
|
| |
|
| |
|
| |
|
|
|
|
| |
rerelease when a release dies very late.
|
| |
|
|
|
|
| |
- Rename BIGBOOT to FDSIZE for the floppy image size.
|
|
|
|
| |
Pointy-hat to: jhb
|
|
|
|
| |
and install dhclient-script in stand/.
|
|
|
|
| |
Submitted by: kris
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
kernel config file.
- Add WORLD_FLAGS and KERNEL_FLAGS so you can build world and kernel with
extra make options such as -jX to speed up release builds.
- When building kernels, allow their hints to tag along, and use this to
install hints onto the boot floppy. Since the boot floppy doesn't load
loader.4th, we have to change device.hints to strip comments and change
each line to an explicit set command.
|
|
|
|
| |
you can just ``grep >>> release.log'' and get all the highlights.
|
| |
|
| |
|
|
|
|
| |
print an error message and die immediately rather than an hour later.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- Small cleanups to kernel installs.
- Don't install kernel.config and loader.config on the boot floppy since
they haven't been used in quite some time.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 19474
Submitted by: Bruce A. Mah <bmah@cisco.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
a note of it in the release Makefile.
|
|
|
|
|
| |
1, the -P flag is used on the boot floppies. If not, don't. The new
default is to not use it.
|
|
|
|
| |
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
|
|
| |
Add usbd.conf to /etc on the install floppy.
|
|
|
|
|
|
|
| |
variable all together.
PR: misc/14104
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|