memmem(3): empty little string matches the beginning of the big string
[freebsd.git] / release /
2015-05-26 gjbUse SVNREVISION and BUILDDATE if passed into the make(1)
2015-05-26 gjbReindent after r283575.
2015-05-26 gjbRemove duplicate exists() sanity check.
2015-05-26 gjbSet STAGE_TARGETS only if RELEASEDIR exists.
2015-05-26 gjbRemove a continuation on error, since the relevant...
2015-05-23 gjbUse mkimg(1) to create the i386 memstick images, similar to
2015-05-22 gjbFix staging virtual machine images for ftp propagation.
2015-05-22 gjbFix a number of logic and/or naming problems in Makefil...
2015-05-21 gjbFix make(1) syntax error for non-embedded targets.
2015-05-21 gjbIf TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,
2015-05-21 gjbRemove the arm/armv6 bits from Makefile.mirrors, which...
2015-05-21 gjbInclude xz(1)-compressed images when not a snapshot...
2015-05-21 gjbcd(1) to .CURDIR before calling stat(1) to fix the...
2015-05-21 gjbInclude the TARGET in the EC2 AMI name.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-12 gjbAvoid polluting the filesystem when not necessary.
2015-05-12 gjbAfter the last influx of commits, and a REALLY BIG...
2015-05-12 gjbFix more paths to the actual files.
2015-05-12 gjbFix more path variables.
2015-05-12 gjbProvide the correct path to the checksum file.
2015-05-12 gjbAlso symlink the CHECKSUM.{SHA256,MD5} files.
2015-05-12 gjbAlso copy CHECKSUM.{SHA256,MD5} files.
2015-05-12 gjbFix a few incorrect variables and/or hard-coded paths.
2015-05-12 gjbSigh. Fix more syntax errors introduced by the last...
2015-05-12 gjbFix a make(1) syntax error.
2015-05-12 gjbTemporarily 'rm -rf $FTPDIR' during additional testing.
2015-05-12 gjbAlways use the 'make install' directory as the source...
2015-05-11 gjbAdd a new file, Makefile.mirrors, which is intended...
2015-05-11 gjbFix virtual machine disk format creating by passing...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-08 gjbUse the IMX6 kernel configuration for the WANDBOARD...
2015-05-08 gjbStrip the KERNEL from the mount paths, working around...
2015-05-08 gjbFix path to the u-boot.imx file, which is relative...
2015-05-08 gjbTouch '/firstboot' so the growfs rc(8) script runs.
2015-05-08 gjbFix the starting block of the partition.
2015-05-08 gjbInitial support for building the PANDABOARD image.
2015-05-08 gjbAdd a file missed in the previous commit.
2015-05-08 gjbCopy arm/WANDBOARD-QUAD.conf to arm/WANDBOARD-{SOLO...
2015-05-08 gjbFix FAT partition size.
2015-05-08 gjbSigh. Really fix CHECKSUM file creation.
2015-05-08 gjbFix CHECKSUM file creation.
2015-05-08 gjbInitial support for building WANDBOARD-QUAD images.
2015-05-08 gjbInitial commit to support building RPI2 images, based...
2015-05-08 gjbDo not include '/R' in the path when generating checksu...
2015-05-08 gjbMove the finished image build to the '/R' directory...
2015-05-08 gjbFix the name of the final image.
2015-05-08 gjbRename KERNEL.img -> OSRELEASE-KERNEL.img when complete.
2015-05-08 gjbDo not create the uenv.txt file for RPI-B. It is not...
2015-05-08 gjbFix path to /boot/msdos for the target image.
2015-05-07 gjbCopy the rpi.dtb file to the FAT partition, preventing the
2015-05-07 gjbReorder / and /boot/msdos mount to avoid the following...
2015-05-07 gjbCreate the /boot/msdos directory so the FAT partition...
2015-05-07 gjbRemove the ZEDBOARD configuration file, as it does not
2015-05-07 gjbSpell 'u-boot.img' correctly.
2015-05-07 gjbRemove the arm/ROADMAP file.
2015-05-07 gjbRemove arm/Makefile.{KERNEL} files, as this project
2015-05-07 gjbFix creating directories within DESTDIR.
2015-05-07 gjbFix a copy/paste mistake.
2015-05-07 gjbAdd entries to uenv.txt.
2015-05-07 gjbEnable the growfs rc(8) script.
2015-05-07 gjbSet NODOC=1 to avoid building the reldoc target.
2015-05-07 gjbAdd initial native suppor for RPI-B:
2015-05-07 gjbRemove FDT_DIR definition, which is no longer needed.
2015-05-07 gjbReduce the number of files copied onto the FAT partition.
2015-05-07 gjbIn arm_install_uboot(), mount both FAT and UFS partitions
2015-05-07 gjbSet UBLDR_LOADADDR for the BEAGLEBONE image.
2015-05-07 gjbDo not rename u-boot.img file when copying to the FAT...
2015-05-07 gjbFix paths.
2015-05-07 gjbIn arm_create_disk(), chroot(8) to the build environment
2015-05-07 gjbFix file/directory paths.
2015-05-07 gjbIn release.sh, create the /dev directory within the...
2015-05-06 gjbUse the correct variable for the tools/TARGET.conf...
2015-05-06 gjbAdd tools/arm.subr to contain common subroutines used for
2015-05-06 gjbEvaluage chroot_build_release_cmd based on the TARGET...
2015-05-06 gjbbuildenv_setup(), if overridden in the configuration...
2015-05-06 gjbRemove Crochet invocation.
2015-05-06 gjbRemove crochet configuration files and tools/arm/ direc...
2015-05-06 gjbUpdate the arm/*.conf configuration files to only set
2015-05-06 gjbIn extra_chroot_setup(), use 'uname -U' to determine...
2015-05-06 gjbAdd a return to chroot_build_target().
2015-05-06 gjbWrap long lines in comments after previous commits...
2015-05-06 gjbEnsure resolv.conf exists on the build host before...
2015-05-06 gjbMove where the configuration file is sourced if '-c'
2015-05-06 gjbMove the trap after env_check(), since CHROOTDIR may be
2015-05-06 gjbShorten long lines.
2015-05-06 gjbMove PATH and export to the same line.
2015-05-06 gjbAdd documentation for newly-added functions.
2015-05-06 gjbAdd the following functions to release.sh to organize...
2015-05-06 gjbMFH: r282315-r282534
2015-05-05 gjbFix building BEAGLEBONE images with Crochet using the
2015-05-05 gjbRemove buildenv_setup(), and set EMBEDDEDPORTS to the
2015-05-05 gjbAdd initial support for building RPI2 images.
2015-05-05 gjbDocument r281617, wc(1) race when receiving SIGINFO...
2015-05-05 gjbFix a FDP style nit. Wrap the lines as a result.
2015-05-05 gjbDocument r281802, support added for building FreeBSD...
2015-05-05 gjbUpdate the svn revision marker.
2015-05-05 gjbDocument r282434, openresolv updated to version 3.7.0.
2015-05-05 gjbDocument r282274, xen(4) PV domU kernel support removed.
2015-05-05 gjbDocument r282213, kern.racct.enable tunable and RACCT_D...
next