summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/examples
Commit message (Collapse)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* crunch: Sync some NetBSD changes.pfg2013-02-021-1/+1
| | | | | | | | | | | | | | | | | 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
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-1/+1
| | | | | | GIANT from VFS. This is not targeted for MFC.
* Add support for bmake. This includes:marcel2012-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Remove extra space introduced by the previous commit.trasz2009-12-291-1/+1
| | | | Submitted by: rwatson
* Remove pppd and SLIP-related stuff.trasz2009-12-291-2/+2
|
* Remove reference to mount_fdescfs.rodrigc2006-11-221-2/+2
| | | | Reminded by: ru
* Push removal of mrouted down to the rest of the tree.bms2006-09-291-1/+1
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+6
| | | | | 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.
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+1
|
* mount_fdesc -> mount_fdescfsru2001-05-241-2/+2
| | | | mount_portal -> mount_portalfs
* Retire kernfs (userland part).des2000-12-281-1/+4
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add a new special called `keep' to the list of special options. Itjoerg1997-10-051-0/+9
| | | | | | | 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)
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | 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.
* Need /usr/src/sbin/i386 in srcdirs to get fdisk.rgrimes1995-03-101-1/+2
|
* Fix:jkh1994-12-311-0/+1
| | | | | | | | | | | | | >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
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-10-261-4/+7
| | | | | | | | | | 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
* -lcompat removed from libsache1994-10-041-2/+2
|
* Correct the .conf files now that halt is gone and reboot is used in it'srgrimes1994-09-092-6/+13
| | | | | | | | | | 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.
* Add proper links so that - and -sh are catered for.jkh1994-06-242-2/+13
|
* Remove bogus -lcrypt line.jkh1994-06-191-2/+2
|
* John Capo's changes to make the fixit floppy image work; I didn't evenjkh1994-06-161-2/+2
| | | | bother looking at this file before! :)
* Whoops, missed the .cache files - those can be tossed too.jkh1994-06-151-1/+1
|
* Nuke all the intermediate files.jkh1994-06-151-1/+1
|
* 1. Clean the intermediate files when building the default fixit floppyjkh1994-06-153-1/+34
| | | | | (demonstration) target. 2. Add the kcopy and filesystem floppy configuration files from Rod.
* This is the new crunch utility for making distribution floppies fromjkh1994-06-153-0/+219
James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies.
OpenPOWER on IntegriCloud