summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch
Commit message (Collapse)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-232-6/+6
|
* Use /bin/pwd instead of a potentially shell builtin that doessos1998-01-221-3/+1
| | | | | | not return the "real" path. This makes it possible to have the .o files put in the /usr/obj hierachy instead of in the /usr/src one.
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-1/+8
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* Add a new special called `keep' to the list of special options. Itjoerg1997-10-053-4/+33
| | | | | | | 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)
* Use err(3).charnier1997-09-154-74/+53
|
* spelling corrections.wosch1997-09-131-2/+2
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* fix misspellingjmg1997-08-301-1/+1
| | | | | | Submitted-by: Josh Gilliam Closes PR:4423
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* 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.
* Initialize memory obtained by malloc().joerg1996-11-161-2/+8
| | | | Detected by: phkmalloc -AJ
* Enhance crunchgens understanding of our new /usr/obj/`pwd` strategy.phk1996-08-041-6/+15
|
* Make crunchgen match the new obj/ convention.phk1996-07-151-1/+1
|
* Removed -g from CFLAGS.bde1996-06-231-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-107/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Remove trailing whitespace.rgrimes1995-05-303-31/+31
|
* Added a crunched_here(char *path) function so crunched programs can find outphk1995-05-211-0/+15
| | | | who they share bed and breakfast with.
* Need /usr/src/sbin/i386 in srcdirs to get fdisk.rgrimes1995-03-101-1/+2
|
* Add a '-l' option, which lists the argv[0]'s we will respond to. This willphk1995-02-252-3/+16
| | | | simplify the src/release Makefile quite a bit.
* 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
* Add the automatically generated crunched_skel.c file to the CLEANFILES.ats1994-11-281-0/+1
|
* 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
|
* Make sure mkskel.sh bails out if it finds trouble. Use "sh -e" to run it.phk1994-10-031-1/+1
|
* 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
|
* Just talked with James - there's another, better way to go about this.jkh1994-06-241-2/+0
| | | | | | Back out my earlier change. Note that this is just for the 1.1.5R floppies; the 1.1.5A ones still have the work-around method (which works fine and doesn't hurt anything, it's just kludge!).
* This is a kludge. Unless I make a link from sh to - (which would leave a filejkh1994-06-241-0/+2
| | | | | | called `-' lying around on the users system forever) login shells will fail. Just special-case the handling of `-' for now until/unless I find a more palatable solution.
* 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-1516-0/+2086
James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies.
OpenPOWER on IntegriCloud