History log of /freebsd-10.0-release/usr.sbin/crunch/examples/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


246256 02-Feb-2013 pfg

crunch: Sync some NetBSD changes.

crunchide:
Apr 11, 2009: fix some -Wsign-compare issues.
Sep 20, 1999: Free the right thing.

crunchgen:
Apr 14, 2009: Fix some WARNS=4 issues (-Wshadow -Wcast-qual)
Oct 30, 2004: Add (unsigned char) cast to ctype functions
Feb 5, 2001: fix nested extern.

examples:
Aug 30, 2007: NetBSD 36867 - trsp references are deprecated

Obtained from: NetBSD
MFC after: 1 week


241606 16-Oct-2012 attilio

Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
GIANT from VFS.

This is not targeted for MFC.


241298 06-Oct-2012 marcel

Add support for bmake. This includes:
1. Don't do upgrade_checks when using bmake. As long as we have WITH_BMAKE,
there's a bootstrap complication in ths respect. Avoid it. Make the
necessary changes to have upgrade_checks work wth bmake anyway.
2. Remove the use of -E. It's not needed in our build because we use ?= for
the respective variables, which means that we'll take the environment
value (if any) anyway.
3. Properly declare phony targets as phony as bmake is a lot smarter (and
thus agressive) about build avoidance.
4. Make sure CLEANFILES is complete and use it on .NOPATH. bmake is a lot
smarter about build avoidance and should not find files we generate in
the source tree. We should not have files in the repository we want to
generate, but this is an easier way to cross this hurdle.
5. Have behavior under bmake the same as it is under make with respect to
halting when sub-commands fail. Add "set -e" to compound commands so
that bmake is informed when sub-commands fail.
6. Make sure crunchgen uses the same make as the rest of the build. This
is important when the make utility isn't called make (but bmake for
example).
7. While here, add support for using MAKEOBJDIR to set the object tree
location. It's the second alternative bmake looks for when determining
the actual object directory (= .OBJDIR).

Submitted by: Simon Gerraty <sjg@juniper.net>
Submitted by: John Van Horne <jvanhorne@juniper.net>


201214 29-Dec-2009 trasz

Remove extra space introduced by the previous commit.

Submitted by: rwatson


201211 29-Dec-2009 trasz

Remove pppd and SLIP-related stuff.


164492 22-Nov-2006 rodrigc

Remove reference to mount_fdescfs.

Reminded by: ru


162794 29-Sep-2006 bms

Push removal of mrouted down to the rest of the tree.


139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


77578 01-Jun-2001 ru

mount_msdos(8) -> mount_msdosfs(8).


77132 24-May-2001 ru

mount_fdesc -> mount_fdescfs
mount_portal -> mount_portalfs


70427 28-Dec-2000 des

Retire kernfs (userland part).


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


30120 05-Oct-1997 joerg

Add a new special called `keep' to the list of special options. It
provides for a means to specify an argument for crunchide's -k option.
(This is required by ntpdate.)

Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


6980 10-Mar-1995 rgrimes

Need /usr/src/sbin/i386 in srcdirs to get fdisk.


5305 31-Dec-1994 jkh

Fix:
>Number: 86
>Category: misc
>Synopsis: fixit.conf missing srcdir
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: core (FreeBSD core team)

From John Capo.
Submitted by: jcapo


3898 26-Oct-1994 jkh

From: Michael Reifenberger <root@rz-wb.fh-sw.de>

Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.

[Note: I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by: mr


3356 04-Oct-1994 ache

-lcompat removed from libs


2618 09-Sep-1994 rgrimes

Correct the .conf files now that halt is gone and reboot is used in it's
place.

Removed mount_pcfs until we have a replacement.

Removed fdisk until it is ported and/or replaced.

Now have to include many more libraries due to /bin/sh changes.


1772 24-Jun-1994 jkh

Add proper links so that - and -sh are catered for.


1758 19-Jun-1994 jkh

Remove bogus -lcrypt line.


1751 16-Jun-1994 jkh

John Capo's changes to make the fixit floppy image work; I didn't even
bother looking at this file before! :)


1738 15-Jun-1994 jkh

Whoops, missed the .cache files - those can be tossed too.


1737 15-Jun-1994 jkh

Nuke all the intermediate files.


1725 15-Jun-1994 jkh

1. Clean the intermediate files when building the default fixit floppy
(demonstration) target.
2. Add the kcopy and filesystem floppy configuration files from Rod.


1723 15-Jun-1994 jkh

This commit was generated by cvs2svn to compensate for changes in r1722,
which included commits to RCS files with non-trunk default branches.