| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This does not occur with normal release builds but can happen when reusing
these release parts for other purposes.
|
|
|
|
|
|
|
| |
Normal release builds are not affected by this but it can happen if using
these release bits against a work tree.
Sponsored by: ADARA Networks
|
|
|
|
| |
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is set by specifying '-a <arch>'. (Only supported for i386 on amd64
and powerpc on powerpc64 currently).
- Change how textproc/docproj is installed:
o Attempt to install from pkg(8);
o Fall back to pkg_add(1) if pkg(8) installation is not
successful;
o Fall back to installing from ports as last resort.
- Ensure the script is run by root[1].
- Get OSVERSION from param.h[1].
Provided by: glebius [1]
Reviewed by: nwhitehorn, kensmith
Approved by: kensmith
MFC After: 2 weeks
X-Needs-MFC: r240586, r240587, r240588
|
|
|
|
|
|
|
| |
Remove CVS_* variables in comments.
MFC after: 1 week
X-MFC-With: r240586
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use svn for ports and doc trees
- When installing a binary textproc/docproj package,
switch pkg_add(1) to pkg(8) [1]
Reviewed by: nwhitehorn
Approved by: nwhitehorn
Enhanced by: glebius [1]
MFC After: 1 week
X-MFC-To: 9-only
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: gjb (myself)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:
int gettimeofday(struct timeval *restrict tp, void *restrict tzp);
Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.
While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also note that loader.conf support is incomplete.
|
|
|
|
|
|
|
| |
checkout.
PR: bin/165868
MFC after: 5 days
|
|
|
|
|
|
|
|
| |
- Add ${IMAGE} for the supported image files. This fixes the install target
on FreeBSD/pc98.
- Use "mkdir -p" instead of "-mkdir" consistently.
Reviewed by: nwhitehorn
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
to show Japanese.
- Add cons25w to terminal lists.
Reviewed by: nwhitehorn
MFC after: 1 week
|
|
|
|
|
|
| |
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.
MFC after: 1 week
|
|
|
|
| |
Now, back to convalescing.
|
|
|
|
|
|
| |
161047 isn't actually fixed.
PR: bin/161047
|
| |
|
|
|
|
|
|
|
|
| |
installer on a VTY with no kernel messages (VTY 2), show the installer
log in real time on VTY 3, and spawn a shell on VTY 4.
PR: bin/161047, bin/161048
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
description of snd_emu10kx(4).
Reviewed by: simon
MFC after: 1 week
|
|
|
|
| |
Suggested by: jilles
|
|
|
|
|
|
|
|
| |
kernels specified by KERNCONF are built and packed into release.
The first one is packed into kernel.txz, all others to
kernel.CONFIG.txz.
The first one is installed on bootables in /boot.
|
|
|
|
| |
can override this. While here move 'mkdir' down below 'set -e'.
|
|
|
|
|
|
|
| |
via -r.
- To ease adding new features, roll out a getopt loop here.
Reviewed by: nwhitehorn
|
|
|
|
|
|
| |
While here, add the 2012 copyright.
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
The fix involved adding a proper build of ld-elf.so.1 ,
and also replacing ldd with objdump (suggested by Garrett Cooper)
to build the list of shared libraries needed by the binaries
and libraries on the target.
|
|
|
|
|
|
|
| |
improve support for multi-arch and cross-arch builds, by adding
a suffix to the kernel config file and build_directory.
(cross builds not clean yet, a cross-built kernel boots
but fails when starting /sbin/init)
|
|
|
|
|
|
| |
Requested by: jilles (content)
Reviewed by: gjb (doc)
Approved by: jilles
|
|
|
|
|
|
|
|
| |
- ZFS is now up to version 28
- sysinstall(8) is not supported in -CURRENT
Reviewed by: pgj
Approved by: jilles
|
|
|
|
|
|
|
|
| |
machines.
- Mention that V480 with broken centerplanes have a chance of working with
the WAR in the upcoming 8.3-RELEASE and 9.0-RELEASE.
MFC after: 3 days
|
|
|
|
| |
as of r227006.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
things and generating checksums.
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
were fixes.
Thanks to: gjb, manolis
Pointy hat ++: brueffer
MFC after: 3 days
|
|
|
|
|
|
|
| |
- mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl
for hardware note generation
- mps.4 also breaks the build, but I haven't yet identified why
|
|
|
|
| |
MFC after: 3 days
|