History log of /dflybsd-src/usr.bin/crunch/crunchgen/crunched_main.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 97fa55c4 12-Jun-2018 Aaron LI <aly@aaronly.me>

crunchgen(1): Improve the skeleton program

* Sort the name of crunched tools (for easier finding available tools).

* Do not print the name of itself in usage.

* Remove the unused crunched_here() f

crunchgen(1): Improve the skeleton program

* Sort the name of crunched tools (for easier finding available tools).

* Do not print the name of itself in usage.

* Remove the unused crunched_here() function.

* Style updates (taken-from: NetBSD)

show more ...


# b5302a4e 25-Sep-2016 zrj <rimvydas.jasinskas@gmail.com>

crunchgen(1): Fix few spurious warnings.

Just add prototypes to help compiler detecting real bugs and not
pollute build logs with false positives.

Note: made crunch_help() static, seems to be fine.


# 1d56e9e9 16-Dec-2015 Sascha Wildner <saw@online.de>

mountd/crunchgen: Remove some unused variables.


# 7cab6a0d 01-Apr-2014 Matthew Dillon <dillon@apollo.backplane.com>

crunch - Remove FBSDID

* buildworld bootstrap doesn't seem to be using the world's
sys/cdefs.h, and the installed sys/cdefs.h might not have
the FBSDID hack.

* Remove the FBSDID stuff from crun

crunch - Remove FBSDID

* buildworld bootstrap doesn't seem to be using the world's
sys/cdefs.h, and the installed sys/cdefs.h might not have
the FBSDID hack.

* Remove the FBSDID stuff from crunch to fix buildworld. Wish I had
never invented FBSDID.

show more ...


# 6fc6ffe8 30-Mar-2014 François Tigeot <ftigeot@wolfpond.org>

Update crunched binaries tools from FreeBSD

* Fix amd64/x86_64 confusion

* Remove a.out support


# fc7e83fa 30-Mar-2014 François Tigeot <ftigeot@wolfpond.org>

Revert "Remove crunchgen(8)."

This reverts commit 97c14704c37c914dbd89b22465a421ffde7fe89d.

Conflicts:
Makefile.inc1
Makefile_upgrade.inc
sbin/ifconfig/Makefile
usr.bin/vi/Makefile
usr.sbin/pp

Revert "Remove crunchgen(8)."

This reverts commit 97c14704c37c914dbd89b22465a421ffde7fe89d.

Conflicts:
Makefile.inc1
Makefile_upgrade.inc
sbin/ifconfig/Makefile
usr.bin/vi/Makefile
usr.sbin/ppp/bundle.c
usr.sbin/pppd/Makefile
usr.sbin/tcpdump/Makefile

show more ...


# 97c14704 12-Jul-2009 Sascha Wildner <saw@online.de>

Remove crunchgen(8).


# 33b2b06d 10-May-2009 Sascha Wildner <saw@online.de>

crunchgen and friends install to /usr/bin, so move here.