History log of /freebsd-10-stable/contrib/byacc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
277086 12-Jan-2015 jkim

MFC: r274460, r274475

Increase MAXTABLE to the maxmimum possible value and regen test cases.

272957 11-Oct-2014 rodrigc

Merge: r272769

Import byacc 20141006

PR: 193499

272955 11-Oct-2014 rodrigc

Merge: 272655

Import byacc 20141005 from vendor


CHANGES
MANIFEST
VERSION
aclocal.m4
btyaccpar.c
closure.c
config.sub
configure
defs.h
lalr.c
main.c
output.c
package/byacc.spec
package/debian/changelog
package/mingw-byacc.spec
package/pkgsrc/Makefile
reader.c
test/btyacc/btyacc_calc1.tab.c
test/btyacc/btyacc_demo.tab.c
test/btyacc/btyacc_demo2.error
test/btyacc/btyacc_demo2.output
test/btyacc/btyacc_demo2.tab.c
test/btyacc/btyacc_demo2.tab.h
test/btyacc/btyacc_destroy1.error
test/btyacc/btyacc_destroy1.output
test/btyacc/btyacc_destroy1.tab.c
test/btyacc/btyacc_destroy1.tab.h
test/btyacc/btyacc_destroy2.error
test/btyacc/btyacc_destroy2.output
test/btyacc/btyacc_destroy2.tab.c
test/btyacc/btyacc_destroy2.tab.h
test/btyacc/btyacc_destroy3.error
test/btyacc/btyacc_destroy3.output
test/btyacc/btyacc_destroy3.tab.c
test/btyacc/btyacc_destroy3.tab.h
test/btyacc/calc.tab.c
test/btyacc/calc1.tab.c
test/btyacc/calc2.tab.c
test/btyacc/calc3.tab.c
test/btyacc/code_calc.code.c
test/btyacc/code_calc.tab.c
test/btyacc/code_error.code.c
test/btyacc/code_error.tab.c
test/btyacc/empty.tab.c
test/btyacc/err_inherit1.tab.c
test/btyacc/err_inherit2.tab.c
test/btyacc/err_inherit3.tab.c
test/btyacc/err_inherit4.tab.c
test/btyacc/err_inherit5.tab.c
test/btyacc/err_syntax1.tab.c
test/btyacc/err_syntax10.tab.c
test/btyacc/err_syntax11.tab.c
test/btyacc/err_syntax12.tab.c
test/btyacc/err_syntax13.tab.c
test/btyacc/err_syntax14.tab.c
test/btyacc/err_syntax15.tab.c
test/btyacc/err_syntax16.tab.c
test/btyacc/err_syntax17.tab.c
test/btyacc/err_syntax18.tab.c
test/btyacc/err_syntax19.tab.c
test/btyacc/err_syntax2.tab.c
test/btyacc/err_syntax20.tab.c
test/btyacc/err_syntax21.tab.c
test/btyacc/err_syntax22.tab.c
test/btyacc/err_syntax23.tab.c
test/btyacc/err_syntax24.tab.c
test/btyacc/err_syntax25.tab.c
test/btyacc/err_syntax26.tab.c
test/btyacc/err_syntax27.tab.c
test/btyacc/err_syntax3.tab.c
test/btyacc/err_syntax4.tab.c
test/btyacc/err_syntax5.tab.c
test/btyacc/err_syntax6.tab.c
test/btyacc/err_syntax7.tab.c
test/btyacc/err_syntax7a.tab.c
test/btyacc/err_syntax7b.tab.c
test/btyacc/err_syntax8.tab.c
test/btyacc/err_syntax8a.tab.c
test/btyacc/err_syntax9.tab.c
test/btyacc/error.tab.c
test/btyacc/grammar.tab.c
test/btyacc/inherit0.tab.c
test/btyacc/inherit1.tab.c
test/btyacc/inherit2.tab.c
test/btyacc/ok_syntax1.tab.c
test/btyacc/pure_calc.tab.c
test/btyacc/pure_error.tab.c
test/btyacc/quote_calc-s.tab.c
test/btyacc/quote_calc.tab.c
test/btyacc/quote_calc2-s.tab.c
test/btyacc/quote_calc2.tab.c
test/btyacc/quote_calc3-s.tab.c
test/btyacc/quote_calc3.tab.c
test/btyacc/quote_calc4-s.tab.c
test/btyacc/quote_calc4.tab.c
test/btyacc/rename_debug.c
test/btyacc/varsyntax_calc1.tab.c
test/btyacc_destroy1.y
test/btyacc_destroy2.y
test/btyacc_destroy3.y
test/yacc/calc2.tab.c
test/yacc/calc3.tab.c
test/yacc/ok_syntax1.tab.c
yacc.1
272954 11-Oct-2014 rodrigc

Merge: r272649
use calloc in get_line() when allocating line to ensure it is fully initialized,
fixes a later uninitialized value in copy_param() (FreeBSD #193499).

PR: 193499
Submitted by: Thomas E. Dickey <tom@invisible-island.net>

272953 11-Oct-2014 rodrigc

Merge: r268811

Update to byacc 20140715

PR: 191020
Submitted by: gcooper (yaneurabeya@gmail.com)


CHANGES
MANIFEST
NOTES-btyacc-Changes
NOTES-btyacc-Disposition
VERSION
aclocal.m4
main.c
package/byacc.spec
package/debian/changelog
package/mingw-byacc.spec
package/pkgsrc/Makefile
test/btyacc/big_b.output
test/btyacc/big_l.output
test/btyacc/err_inherit1.error
test/btyacc/err_inherit2.error
test/btyacc/err_inherit3.error
test/btyacc/err_inherit4.error
test/btyacc/err_inherit5.error
test/btyacc/err_syntax1.error
test/btyacc/err_syntax10.error
test/btyacc/err_syntax11.error
test/btyacc/err_syntax12.error
test/btyacc/err_syntax13.error
test/btyacc/err_syntax14.error
test/btyacc/err_syntax15.error
test/btyacc/err_syntax16.error
test/btyacc/err_syntax17.error
test/btyacc/err_syntax18.error
test/btyacc/err_syntax19.error
test/btyacc/err_syntax2.error
test/btyacc/err_syntax21.error
test/btyacc/err_syntax22.error
test/btyacc/err_syntax23.error
test/btyacc/err_syntax24.error
test/btyacc/err_syntax25.error
test/btyacc/err_syntax26.error
test/btyacc/err_syntax27.error
test/btyacc/err_syntax3.error
test/btyacc/err_syntax4.error
test/btyacc/err_syntax5.error
test/btyacc/err_syntax6.error
test/btyacc/err_syntax7.error
test/btyacc/err_syntax7a.error
test/btyacc/err_syntax7b.error
test/btyacc/err_syntax8.error
test/btyacc/err_syntax8a.error
test/btyacc/err_syntax9.error
test/btyacc/help.output
test/btyacc/no_b_opt.output
test/btyacc/no_output2.output
test/btyacc/no_p_opt.output
test/btyacc/nostdin.output
test/run_test.sh
test/yacc/big_b.output
test/yacc/big_l.output
test/yacc/err_syntax1.error
test/yacc/err_syntax10.error
test/yacc/err_syntax11.error
test/yacc/err_syntax12.error
test/yacc/err_syntax13.error
test/yacc/err_syntax14.error
test/yacc/err_syntax15.error
test/yacc/err_syntax16.error
test/yacc/err_syntax17.error
test/yacc/err_syntax18.error
test/yacc/err_syntax19.error
test/yacc/err_syntax2.error
test/yacc/err_syntax21.error
test/yacc/err_syntax22.error
test/yacc/err_syntax23.error
test/yacc/err_syntax24.error
test/yacc/err_syntax25.error
test/yacc/err_syntax26.error
test/yacc/err_syntax27.error
test/yacc/err_syntax3.error
test/yacc/err_syntax4.error
test/yacc/err_syntax5.error
test/yacc/err_syntax6.error
test/yacc/err_syntax7.error
test/yacc/err_syntax7a.error
test/yacc/err_syntax7b.error
test/yacc/err_syntax8.error
test/yacc/err_syntax8a.error
test/yacc/err_syntax9.error
test/yacc/help.output
test/yacc/no_b_opt.output
test/yacc/no_output2.output
test/yacc/no_p_opt.output
test/yacc/nostdin.output
/freebsd-10-stable/usr.bin/yacc/tests/Makefile
/freebsd-10-stable/usr.bin/yacc/tests/calc.y
/freebsd-10-stable/usr.bin/yacc/tests/calc1.y
/freebsd-10-stable/usr.bin/yacc/tests/calc2.y
/freebsd-10-stable/usr.bin/yacc/tests/calc3.y
/freebsd-10-stable/usr.bin/yacc/tests/code_calc.y
/freebsd-10-stable/usr.bin/yacc/tests/code_error.y
/freebsd-10-stable/usr.bin/yacc/tests/error.y
/freebsd-10-stable/usr.bin/yacc/tests/ftp.y
/freebsd-10-stable/usr.bin/yacc/tests/grammar.y
/freebsd-10-stable/usr.bin/yacc/tests/legacy_test.sh
/freebsd-10-stable/usr.bin/yacc/tests/pure_calc.y
/freebsd-10-stable/usr.bin/yacc/tests/pure_error.y
/freebsd-10-stable/usr.bin/yacc/tests/quote_calc.y
/freebsd-10-stable/usr.bin/yacc/tests/quote_calc2.y
/freebsd-10-stable/usr.bin/yacc/tests/quote_calc3.y
/freebsd-10-stable/usr.bin/yacc/tests/quote_calc4.y
/freebsd-10-stable/usr.bin/yacc/tests/regress.00.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.01.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.02.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.03.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.04.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.05.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.06.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.07.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.08.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.09.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.10.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.11.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.12.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.13.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.14.out
/freebsd-10-stable/usr.bin/yacc/tests/regress.sh
/freebsd-10-stable/usr.bin/yacc/tests/undefined.y
/freebsd-10-stable/usr.bin/yacc/tests/yacc_tests.sh
268899 20-Jul-2014 bapt

MFC: r257315, r260445, r264803

Update byacc to 20140422


CHANGES
MANIFEST
NOTES-btyacc-Changes
NOTES-btyacc-Disposition
README.BTYACC
VERSION
aclocal.m4
btyaccpar.c
btyaccpar.skel
closure.c
config.guess
config.sub
config_h.in
configure
configure.in
defs.h
descrip.mms
error.c
graph.c
lalr.c
lr0.c
main.c
makefile.in
mkpar.c
mstring.c
output.c
package/byacc.spec
package/debian/changelog
package/mingw-byacc.spec
package/pkgsrc/Makefile
reader.c
skel2c
skeleton.c
symtab.c
test/btyacc
test/btyacc_calc1.y
test/btyacc_demo.y
test/calc.output
test/calc.tab.c
test/calc.tab.h
test/calc1.output
test/calc1.tab.c
test/calc1.tab.h
test/calc2.output
test/calc2.tab.c
test/calc2.tab.h
test/calc2.y
test/calc3.output
test/calc3.tab.c
test/calc3.tab.h
test/calc3.y
test/code_calc.code.c
test/code_calc.output
test/code_calc.tab.c
test/code_calc.tab.h
test/code_debug.y
test/code_error.code.c
test/code_error.output
test/code_error.tab.c
test/code_error.tab.h
test/empty.y
test/err_inherit1.y
test/err_inherit2.y
test/err_inherit3.y
test/err_inherit4.y
test/err_inherit5.y
test/err_syntax1.y
test/err_syntax10.y
test/err_syntax11.y
test/err_syntax12.y
test/err_syntax13.y
test/err_syntax14.y
test/err_syntax15.y
test/err_syntax16.y
test/err_syntax17.y
test/err_syntax18.y
test/err_syntax19.y
test/err_syntax2.y
test/err_syntax20.y
test/err_syntax21.y
test/err_syntax22.y
test/err_syntax23.y
test/err_syntax24.y
test/err_syntax25.y
test/err_syntax26.y
test/err_syntax27.y
test/err_syntax3.y
test/err_syntax4.y
test/err_syntax5.y
test/err_syntax6.y
test/err_syntax7.y
test/err_syntax7a.y
test/err_syntax7b.y
test/err_syntax8.y
test/err_syntax8a.y
test/err_syntax9.y
test/error.output
test/error.tab.c
test/error.tab.h
test/ftp.output
test/ftp.tab.c
test/ftp.tab.h
test/ftp.y
test/grammar.output
test/grammar.tab.c
test/grammar.tab.h
test/inherit0.y
test/inherit1.y
test/inherit2.y
test/ok_syntax1.y
test/pure_calc.output
test/pure_calc.tab.c
test/pure_calc.tab.h
test/pure_error.output
test/pure_error.tab.c
test/pure_error.tab.h
test/quote_calc-s.output
test/quote_calc-s.tab.c
test/quote_calc-s.tab.h
test/quote_calc.output
test/quote_calc.tab.c
test/quote_calc.tab.h
test/quote_calc2-s.output
test/quote_calc2-s.tab.c
test/quote_calc2-s.tab.h
test/quote_calc2.output
test/quote_calc2.tab.c
test/quote_calc2.tab.h
test/quote_calc3-s.output
test/quote_calc3-s.tab.c
test/quote_calc3-s.tab.h
test/quote_calc3.output
test/quote_calc3.tab.c
test/quote_calc3.tab.h
test/quote_calc4-s.output
test/quote_calc4-s.tab.c
test/quote_calc4-s.tab.h
test/quote_calc4.output
test/quote_calc4.tab.c
test/quote_calc4.tab.h
test/run_lint.sh
test/run_make.sh
test/run_test.sh
test/varsyntax_calc1.y
test/yacc
verbose.c
vmsbuild.com
yacc.1
yaccpar.c
yaccpar.skel
/freebsd-10-stable/usr.bin/yacc/Makefile
264373 12-Apr-2014 bapt

MFC: r263948

Convert an unused banner from skeleton.c into a comment.
It is added to every generated files and fix build at certain warning level with clang 3.4

Submitted by: Thomas Dickey <dickey@his.com> (byacc upstream)
Spotted by: glebius

259073 07-Dec-2013 peter

Hoist all the mergeinfo up to the root in preparation for enforcing merges
to the root only. All MFC's were rerecorded to the root.

Going forward, if an MFC includes mergeinfo, it will need to be made to
the root and committed from the root. Merges with --ignore-ancestry
or diff | patch can go anywhere.

The mergeinfo in HEAD is in a bad state from years of neglect and manual
tampering and this was branched into 10.x. This confuses the coalescing
code and prevents it from doing its job.

Approved by: re (gjb, implicit)


/freebsd-10-stable/MAINTAINERS
/freebsd-10-stable/Makefile.inc1
/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/bin/df
/freebsd-10-stable/bin/freebsd-version
/freebsd-10-stable/cddl
/freebsd-10-stable/cddl/contrib/opensolaris
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs
/freebsd-10-stable/contrib/apr
/freebsd-10-stable/contrib/apr-util
/freebsd-10-stable/contrib/atf
/freebsd-10-stable/contrib/binutils
/freebsd-10-stable/contrib/bmake
/freebsd-10-stable/contrib/byacc
/freebsd-10-stable/contrib/bzip2
/freebsd-10-stable/contrib/com_err
/freebsd-10-stable/contrib/compiler-rt
/freebsd-10-stable/contrib/dialog
/freebsd-10-stable/contrib/dtc
/freebsd-10-stable/contrib/ee
/freebsd-10-stable/contrib/expat
/freebsd-10-stable/contrib/file
/freebsd-10-stable/contrib/gcc
/freebsd-10-stable/contrib/gdb
/freebsd-10-stable/contrib/gdtoa
/freebsd-10-stable/contrib/groff
/freebsd-10-stable/contrib/ipfilter
/freebsd-10-stable/contrib/ipfilter/ml_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlfk_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlh_rule.c
/freebsd-10-stable/contrib/ipfilter/mli_ipl.c
/freebsd-10-stable/contrib/ipfilter/mln_ipl.c
/freebsd-10-stable/contrib/ipfilter/mls_ipl.c
/freebsd-10-stable/contrib/ldns
/freebsd-10-stable/contrib/less
/freebsd-10-stable/contrib/libarchive
/freebsd-10-stable/contrib/libarchive/cpio
/freebsd-10-stable/contrib/libarchive/libarchive
/freebsd-10-stable/contrib/libarchive/libarchive_fe
/freebsd-10-stable/contrib/libarchive/tar
/freebsd-10-stable/contrib/libc++
/freebsd-10-stable/contrib/libc-vis
/freebsd-10-stable/contrib/libcxxrt
/freebsd-10-stable/contrib/libexecinfo
/freebsd-10-stable/contrib/libpcap
/freebsd-10-stable/contrib/libstdc++
/freebsd-10-stable/contrib/llvm
/freebsd-10-stable/contrib/llvm/tools/clang
/freebsd-10-stable/contrib/mtree
/freebsd-10-stable/contrib/ncurses
/freebsd-10-stable/contrib/netcat
/freebsd-10-stable/contrib/ntp
/freebsd-10-stable/contrib/nvi
/freebsd-10-stable/contrib/one-true-awk
/freebsd-10-stable/contrib/openbsm
/freebsd-10-stable/contrib/openpam
/freebsd-10-stable/contrib/openresolv
/freebsd-10-stable/contrib/pf
/freebsd-10-stable/contrib/sendmail
/freebsd-10-stable/contrib/serf
/freebsd-10-stable/contrib/smbfs
/freebsd-10-stable/contrib/subversion
/freebsd-10-stable/contrib/tcpdump
/freebsd-10-stable/contrib/tcsh
/freebsd-10-stable/contrib/tnftp
/freebsd-10-stable/contrib/top
/freebsd-10-stable/contrib/top/install-sh
/freebsd-10-stable/contrib/tzcode/stdtime
/freebsd-10-stable/contrib/tzcode/zic
/freebsd-10-stable/contrib/tzdata
/freebsd-10-stable/contrib/unbound
/freebsd-10-stable/contrib/wpa
/freebsd-10-stable/contrib/xz
/freebsd-10-stable/crypto/heimdal
/freebsd-10-stable/crypto/openssh
/freebsd-10-stable/crypto/openssl
/freebsd-10-stable/etc
/freebsd-10-stable/etc/rc.d
/freebsd-10-stable/gnu/lib
/freebsd-10-stable/gnu/usr.bin/binutils
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools
/freebsd-10-stable/gnu/usr.bin/gdb
/freebsd-10-stable/include
/freebsd-10-stable/lib
/freebsd-10-stable/lib/libc
/freebsd-10-stable/lib/libc/stdtime
/freebsd-10-stable/lib/libc_nonshared
/freebsd-10-stable/lib/libfetch
/freebsd-10-stable/lib/libiconv_modules
/freebsd-10-stable/lib/libsmb
/freebsd-10-stable/lib/libthr
/freebsd-10-stable/lib/libutil
/freebsd-10-stable/lib/libvmmapi
/freebsd-10-stable/lib/libyaml
/freebsd-10-stable/lib/libz
/freebsd-10-stable/release
/freebsd-10-stable/release/doc
/freebsd-10-stable/sbin
/freebsd-10-stable/sbin/camcontrol
/freebsd-10-stable/sbin/dumpon
/freebsd-10-stable/sbin/hastd
/freebsd-10-stable/sbin/ifconfig
/freebsd-10-stable/sbin/ipfw
/freebsd-10-stable/sbin/nvmecontrol
/freebsd-10-stable/share
/freebsd-10-stable/share/examples/bhyve
/freebsd-10-stable/share/i18n/csmapper/JIS
/freebsd-10-stable/share/i18n/esdb/EUC
/freebsd-10-stable/share/man
/freebsd-10-stable/share/man/man4
/freebsd-10-stable/share/man/man4/bhyve.4
/freebsd-10-stable/share/man/man5
/freebsd-10-stable/share/man/man7
/freebsd-10-stable/share/man/man8
/freebsd-10-stable/share/misc
/freebsd-10-stable/share/mk
/freebsd-10-stable/share/mk/bsd.arch.inc.mk
/freebsd-10-stable/share/syscons
/freebsd-10-stable/share/zoneinfo
/freebsd-10-stable/sys
/freebsd-10-stable/sys/amd64/include/vmm.h
/freebsd-10-stable/sys/amd64/include/vmm_dev.h
/freebsd-10-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-10-stable/sys/amd64/include/xen
/freebsd-10-stable/sys/amd64/vmm
/freebsd-10-stable/sys/boot
/freebsd-10-stable/sys/boot/i386/efi
/freebsd-10-stable/sys/boot/ia64/efi
/freebsd-10-stable/sys/boot/ia64/ski
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp
/freebsd-10-stable/sys/boot/powerpc/ofw
/freebsd-10-stable/sys/cddl/contrib/opensolaris
/freebsd-10-stable/sys/conf
/freebsd-10-stable/sys/contrib/dev/acpica
/freebsd-10-stable/sys/contrib/dev/acpica/changes.txt
/freebsd-10-stable/sys/contrib/dev/acpica/common
/freebsd-10-stable/sys/contrib/dev/acpica/compiler
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher
/freebsd-10-stable/sys/contrib/dev/acpica/components/events
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities
/freebsd-10-stable/sys/contrib/dev/acpica/include
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific
/freebsd-10-stable/sys/contrib/ipfilter
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c
/freebsd-10-stable/sys/contrib/libfdt
/freebsd-10-stable/sys/contrib/octeon-sdk
/freebsd-10-stable/sys/contrib/x86emu
/freebsd-10-stable/sys/dev/bvm
/freebsd-10-stable/sys/dev/fdt/fdt_ic_if.m
/freebsd-10-stable/sys/dev/hyperv
/freebsd-10-stable/sys/modules/hyperv
/freebsd-10-stable/sys/modules/vmm
/freebsd-10-stable/sys/x86/include/acpica_machdep.h
/freebsd-10-stable/tools
/freebsd-10-stable/tools/build
/freebsd-10-stable/tools/build/options
/freebsd-10-stable/tools/tools/atsectl
/freebsd-10-stable/usr.bin/calendar
/freebsd-10-stable/usr.bin/csup
/freebsd-10-stable/usr.bin/iscsictl
/freebsd-10-stable/usr.bin/procstat
/freebsd-10-stable/usr.sbin
/freebsd-10-stable/usr.sbin/bhyve
/freebsd-10-stable/usr.sbin/bhyvectl
/freebsd-10-stable/usr.sbin/bhyveload
/freebsd-10-stable/usr.sbin/bsdconfig
/freebsd-10-stable/usr.sbin/bsdinstall
/freebsd-10-stable/usr.sbin/ctladm
/freebsd-10-stable/usr.sbin/ctld
/freebsd-10-stable/usr.sbin/freebsd-update
/freebsd-10-stable/usr.sbin/jail
/freebsd-10-stable/usr.sbin/mergemaster
/freebsd-10-stable/usr.sbin/mount_smbfs
/freebsd-10-stable/usr.sbin/ndiscvt
/freebsd-10-stable/usr.sbin/pkg
/freebsd-10-stable/usr.sbin/rtadvctl
/freebsd-10-stable/usr.sbin/rtadvd
/freebsd-10-stable/usr.sbin/rtsold
/freebsd-10-stable/usr.sbin/zic
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


251143 30-May-2013 bapt

Update byacc to 20130304


240517 14-Sep-2012 bapt

update to version 20120526


235723 21-May-2012 bapt

Import byacc from invisible island, it brings us lots of compatibilities with
bison, keeping full compatibility with our previous yacc implementation.

Also bring the ability to create reentrant parser

This fix bin/140309 [1]

PR: bin/140309 [1]
Submitted by: Philippe Pepiot <ksh@philpep.org> [1]
Approved by: des (mentor)
MFC after: 1 month


234949 03-May-2012 bapt

Import byacc 20120115

Approved by: des (mentor)