Go to file
dyoung 6f3106eba2 Let the operator use the DISKLABELSECTOR and DISKLABELOFFSET
environment variables to override the sector number, and the
bytes-offset in the sector, where disklabel(8) writes a disklabel.

If disklabel(8) was compiled as a host tool, then the defaults
still come from the port's LABELOFFSET and LABELSECTOR #defines.
Otherwise, the defaults still come from the sysctls, kern.labelsector
and kern.labeloffset.

This change helps me create a bootable CompactFlash image with both
a Master Boot Record (MBR) and a BSD disklabel for the RouterBOARD
153.  The RB 153 is an evbmips board with a CompactFlash slot.  It
searches the MBR on a CompactFlash card for a partition containing
an ELF kernel.  When disklabel(8) is built for evbmips, it will
ordinarily overwrite an MBR with the BSD disklabel.
2007-06-05 21:48:46 +00:00
bin Apply SODA Nuriyuki's patch for multibyte support. 2007-06-05 17:48:19 +00:00
common handle fortify, ansify. 2007-06-04 18:19:26 +00:00
crypto From Joy Latten <latten@austin.ibm.com> 2007-05-31 19:54:54 +00:00
dist s/iplattach/ipfattach/ and s/ipldetach/ipfdetach/ 2007-06-04 12:38:58 +00:00
distrib add following encoding suuport of iconvdata: 2007-06-02 06:09:08 +00:00
doc Improve previous entry a little bit. 2007-06-03 19:45:21 +00:00
etc Add /usr/pkg/{,s}bin to the default path for the default class for login.conf. 2007-06-01 19:01:51 +00:00
games Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
gnu Fix gcc codegen bug that manifests during generation of stack 2007-06-03 21:02:44 +00:00
include - Misc cleanups to make the code more readable. 2007-06-03 17:41:19 +00:00
lib Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions 2007-06-03 17:39:26 +00:00
libexec Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
regress If HAS_SSP == "no", don't descend into the ssp subdirectory, because 2007-06-02 11:09:22 +00:00
rescue libssp is no more 2007-05-30 14:25:32 +00:00
sbin Let the operator use the DISKLABELSECTOR and DISKLABELOFFSET 2007-06-05 21:48:46 +00:00
share make getopt() actually accept -t also 2007-06-05 12:20:35 +00:00
sys improve post-ubc file overwrite performance in common cases. 2007-06-05 12:31:30 +00:00
tools Remove non-shared hooks for VAX. 2007-03-31 05:55:43 +00:00
usr.bin Add RCSID's to help files and centralize the function to cat the help files. 2007-06-05 17:50:22 +00:00
usr.sbin PR/36440: Martin Husemann: rpcbind complains about non-errors. 2007-06-04 18:00:51 +00:00
x11 build sunffb and xf8_32wid on sparc 2007-04-22 23:42:38 +00:00
BUILDING Document recent changes to "make iso-image". 2007-04-13 19:43:38 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Add a note about the way absolute symlinks inside the emulated root are now 2007-04-30 20:50:20 +00:00
build.sh Fix some problems with the change from revision 1.167: 2007-04-14 10:50:48 +00:00