Home | History | Annotate | only in /src/usr.sbin/sunlabel
History log of /src/usr.sbin/sunlabel
RevisionDateAuthorComments
 1.7 03-Feb-2010  roy Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@
 1.6 12-Nov-2003  matt O_* live in <sys/fcntl.h> not <sys/file.h>
Don't use TERMCAP if HOSTPROG.
 1.5 18-May-2003  lukem Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
 1.4 14-May-2003  dbj remove dependencies on ${LIBC} ${LIBM} and ${LIBTERMCAP} static libraries
from host tool targets. Commits fix from PR toolchain/21495
 1.3 13-Mar-2003  thorpej We don't actually need libutil when building as a hostprog.
 1.2 15-Jan-2002  wiz branches: 1.2.2;
Add sunlabel(8).
 1.1 10-Jan-2002  mrg makefile for sunlabel.
 1.2.2.1 23-Jul-2004  tron Apply patch (request by dbj in ticket 1723):
Fix building the netbsd-1-6 branch under Darwin/MacOS.
 1.9 03-Jul-2017  wiz Remove workaround for ancient HTML generation code.
 1.8 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.7 20-Jul-2013  wiz Use Mt for email addresses.
 1.6 30-Apr-2008  martin branches: 1.6.4; 1.6.26; 1.6.32;
Convert TNF licenses to new 2 clause variant
 1.5 25-Feb-2003  wiz branches: 1.5.30;
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.4 21-Dec-2002  lukem - make "device" non optional and remove "-d device", and actually make
it work with "device"...
- tweak the docco a bit
 1.3 08-Feb-2002  ross branches: 1.3.2;
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.2 15-Jan-2002  wiz Update re getopt()ing of sunlabel.
 1.1 15-Jan-2002  wiz Add sunlabel(8).
 1.3.2.1 26-Dec-2002  tron Pull up revision 1.4 (requested by lukem in ticket #1042):
- make "device" non optional and remove "-d device", and actually make
it work with "device"...
- tweak the docco a bit
 1.5.30.1 18-May-2008  yamt sync with head.
 1.6.32.1 23-Jul-2013  riastradh sync with HEAD
 1.6.26.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.4.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.26 11-Aug-2023  mrg avoid uninitialised variable warnings (likely incorrect ones.)

cry wolved by GCC 12.
 1.25 04-May-2017  sevan Drop main() prototype.
 1.24 19-Oct-2013  christos branches: 1.24.16;
fix unused variable warnings.
 1.23 18-Apr-2009  lukem branches: 1.23.6; 1.23.12;
Fix WARNS=4 issues (-Wextra -Wsign-compare)
 1.22 28-Apr-2008  martin branches: 1.22.8;
Remove clause 3 and 4 from TNF licenses
 1.21 18-Dec-2007  dogcow branches: 1.21.4;
The blunt instrument approach to dealing with optional compiler sugar:
arbitrarily use the formerly-unused variable. Everybody's happy.
 1.20 17-Dec-2007  apb Change O_NDELAY to the POSIX standard O_NONBLOCK. This should fix
a compile error when building as a host tool.
 1.19 17-Dec-2007  apb This is a host tool; include nbtool_config.h
 1.18 15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.17 24-Dec-2005  perry branches: 1.17.10;
__inline__ -> inline
__const__ -> const
 1.16 30-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.15 05-Jan-2004  jmmv Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
 1.14 16-Nov-2003  jmc Don't use L_SET as it's not portable and this is a host tool
 1.13 12-Nov-2003  kleink <sys/fcntl.h> -> <fcntl.h> in previous. Also, remove inclusion of
<sys/file.h>, which seems to be the intention of the previous change.
 1.12 12-Nov-2003  matt O_* live in <sys/fcntl.h> not <sys/file.h>
Don't use TERMCAP if HOSTPROG.
 1.11 13-Jul-2003  itojun use bounded string op
 1.10 05-Feb-2003  augustss Make this compile on non-NetBSD machines.
 1.9 27-Jan-2003  uwe When built as a host tool, don't search /dev as we only use sunlabel
on the disk image. This ifdefs out a call to getrawpartition() so we
don't have to provide a compatibility replacement for it.
 1.8 21-Dec-2002  lukem - make "device" non optional and remove "-d device", and actually make
it work with "device"...
- tweak the docco a bit
 1.7 21-Dec-2002  lukem improve help display
minor KNF
 1.6 20-Jul-2002  grant sweep of errx/warnx, remove unnecessary trailing \n
 1.5 16-May-2002  wiz branches: 1.5.2;
Remove superfluous #endif. bin/16840 by der Mouse.
 1.4 11-Feb-2002  mrg s/Der Mouse/der Mouse/.
reinstate the S_COMMAND #ifdefs.
 1.3 10-Jan-2002  christos - KNF... Add NetBSD copyright, pass lint, getopt, modernize, blah.
 1.2 10-Jan-2002  mrg - add a -h option
- kill warnings
- use getmaxpartitions()

XXX: consider renaming options to more standard names and use getopt(3).
 1.1 09-Jan-2002  mrg branches: 1.1.1;
Initial revision
 1.1.1.1 09-Jan-2002  mrg der Mouse's sunlabel
 1.5.2.4 16-Jun-2004  jmc Pull in some fixes from trunk so this compiles on non-NetBSD hosts. Found
during fixes for PR#24481
 1.5.2.3 26-Dec-2002  tron Pull up revision 1.8 (requested by lukem in ticket #1042):
- make "device" non optional and remove "-d device", and actually make
it work with "device"...
- tweak the docco a bit
 1.5.2.2 26-Dec-2002  tron Pull up revision 1.7 (requested by lukem in ticket #1042):
improve help display
minor KNF
 1.5.2.1 26-Dec-2002  tron Pull up revision 1.6 (requested by lukem in ticket #1042):
sweep of errx/warnx, remove unnecessary trailing \n
 1.17.10.1 09-Jan-2008  matt sync with HEAD
 1.21.4.1 18-May-2008  yamt sync with head.
 1.22.8.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.23.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.23.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.24.16.1 11-May-2017  pgoyette Sync with HEAD
 1.2 10-Jan-2002  christos - KNF... Add NetBSD copyright, pass lint, getopt, modernize, blah.
 1.1 10-Jan-2002  mrg branches: 1.1.1;
Initial revision
 1.1.1.1 10-Jan-2002  mrg der Mouse's sunlabel.doc

RSS XML Feed