| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove FORBIDDEN mark.
|
|
|
|
|
|
|
| |
add readline support
PR: 43945
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 43423
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
|
|
|
|
|
| |
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 43459
|
|
|
|
| |
extract procedure.
|
| |
|
|
|
|
| |
- Recognize .tar.z as tar+gz archive.
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which fix bugs in file name completion and handling of tar archives
that contain ".".
- Update fd2rc:
o Properly call zip(1) with -r (recursive).
o Make some file extensions case insensitive.
o Source /etc/fd2rc.local so administrators can put their own local
configurations in it.
o Set FD_WRITEFS to 1 (do not ask).
o Set FD_INHERITCOPY to 1 (preserve timestamps).
|
| |
|
|
|
|
|
| |
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
|
|
|
|
|
|
|
| |
completion problem.
Submitted by: Chet Ramey <chet@po.CWRU.Edu>
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
|
|
|
|
| |
Always forgotten by: me
|
|
|
|
|
|
|
|
| |
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names." Fix this.
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
|
|
|
|
|
|
|
|
| |
it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida
|
|
|
|
| |
character manipulation functions.
|
|
|
|
|
|
| |
PR: 41778
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from: David Korn <dgk@research.att.com>
|
| |
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
|
|
|
|
|
| |
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
|
|
|
|
|
|
| |
CPU-consuming loop. A kill -9 from another terminal is required to end it.
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
|
| |
|
|
|
|
| |
Submitted by: Neil Darlow <neil@darlow.co.uk>
|
|
|
|
|
| |
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
the build for some -STABLE users.
Install example functions.
PR: 39783, 40857
Parts
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
|
|
|
|
|
| |
environment variables.
Requested by: Ken Stailey <kstailey@speakeasy.net>
|
|
|
|
|
| |
which badly confuses the configure tests that check for this
functionality. Remove the tests for the time being.
|
|
|
|
|
| |
PR: 37851
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
|
|
|
| |
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
|
|
|
|
|
|
| |
/sbin/nologin.
Submitted by: Richard Rose <freebsd-security@rikrose.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
|
|
|
|
|
|
| |
* Numerous bug fixes.
Submitted by: Jerry A! <jerry@thehutt.org>
|
|
|
|
| |
Submitted by: mike
|
|
|
|
| |
Adjust tar_format for the latest GNU tar.
|
|
|
|
| |
Pointy hat to: alex
|
|
|
|
|
|
| |
shell like all other shells in "shells".
Suggested by: nectar
|
| |
|
| |
|
|
|
|
| |
a FORBIDDEN tag.
|
|
|
|
|
|
|
| |
Fix fetching.
PR: 38144
Submitted by: Alan Eldridge <ports@geeksrus.net>
|
|
|
|
|
|
|
| |
tools see this as an upgrade from 5.2.14.
PR: 38131
Submitted by: Alan Eldridge <ports@geeksrus.net>
|
| |
|
|
|
|
| |
Add compression/uncompression definitions for .Z/.gz/.bz2.
|
|
|
|
|
| |
PR: 38071
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
|
|
| |
Suggested by: max
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is just an experimental hack and cannot happily be merged into
the upstream. Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.
These patches are mostly based on the work by ono@ono.org (Thanks!):
http://www.ono.org/software/zsh-euc/
What I did over this is disable the hack for non-EUC locales. Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.
Notes:
- forward-char, backward-char and backward-delete-char with no numeric
argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if
it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is
welcome, especially a patch if it does not work. :)
|
| |
|
|
|
|
| |
Pointy hat to: obrien
|
|
|
|
|
| |
PR: 37670
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
|
|
|
|
|
|
|
|
|
| |
completion. Bump PORTREVISION accordingly.
- Default the number of columns to 1.
- Add some nifty launcher definitions.
Submitted by: nork (partly)
|
|
|
|
| |
Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')
Bump PORTREVISION accordingly.
|
|
|
|
| |
FIGNORE list is the only possible match, expand it.
|
|
|
|
| |
Suggested by: ume
|
|
|
|
|
|
|
|
|
|
| |
terminal to version 2.00a.
Put MAINTAINER's suggestions into the default configuration file.
Transfer the maintainership over to knu@FreeBSD.org.
Approved by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
|
| |
|
|
|
|
| |
Release MAINTAINER.
|
|
|
|
|
|
|
| |
category for the port.
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by: joe
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
|
|
|
|
|
|
| |
fd occasionally dies of a segfault caused by a buffer overrun on
command invocation.
Bump PORTREVISION accordingly.
|
|
|
|
|
|
|
|
| |
fd fails to expand a relative symlink in the root directory.
Bump PORTREVISION accordingly.
Remove an unneeded MASTER_SITE_SUBDIR line.
|
|
|
|
|
|
|
|
|
| |
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
"pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added
Approved by: alex [MAINTAINER]
|
|
|
|
|
|
| |
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
|
|
|
|
|
| |
PR: 33226
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
|
|
|
| |
Submitted by: Alexander N. Kabaev <ak03@gte.com>
|
|
|
|
|
|
|
|
|
| |
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
a package.
* Move notice about locale bug to pkg-descr.
PR: 32343
|
|
|
|
| |
autoconf-2.52 doesn't generate a warning.
|
|
|
|
|
|
| |
* Split failglob patch into per-file patches.
Reviewed by: obrien
|
|
|
|
|
| |
PR: 31872
Submitted by: Anders Andersson <anders@codefactory.se>
|
|
|
|
| |
Approved by: trevor
|
|
|
|
|
|
|
|
|
|
| |
- Comment out WANT_STATIC, which is currently broken.
- Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>.
- Skip unused floating point tests that prevent building on alpha.
- Point out LC_NUMERIC problem in pkg-message.
PR: 31197
Submitted by: MAINTAINER
|
|
|
|
| |
defeats the purpose...)
|
|
|
|
| |
Noticed by: bento
|
|
|
|
|
|
|
|
|
| |
Remove a patch that is now incorporated in the official sources.
Mark BROKEN until the maintainer (or somebody else) figures out a way
to make it build again on FreeBSD.
PR: 30825
Submitted by: maintainer
|
|
|
|
| |
Submitted by: jkoshy
|
|
|
|
|
| |
PR: 30475
Submitted by: maintainer
|
|
|
|
| |
Submitted by: gshapiro
|
| |
|
|
|
|
|
|
|
|
|
| |
- touch -> ${TOUCH}
- add post-install target to update /etc/shells (to match pkg-plist @exec)
- make sure to remove /etc/shells.bak
PR: 26092
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2. It causes bash2 to core on my 4.3-STABLE box randomly
3. Since bash is a likely contender for any Linux converts, the last
thing we need is for them to grep through the ports INDEX file, install
this, destabilize their FreeBSD box, and generate bad PR
4. (portmgr hat on) it was not added in an appropriate manner.
Should the original submitter wish to re-evaluate points 1-4 above, then
we'll consider re-adding it. For now, it's toast.
|
|
|
|
|
|
|
|
|
| |
longer available from AT&T.
Add DIST_SUBDIR.
PR: 28879
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches (merged into distribution).
- Add zsh-doc distribution.
- Remove USE_AUTOCONF.
- Remove extraneous shells.bak after /etc/shells update.
- Adjust to slide .info under NOPORTDOCS and such.
- Spelling fix in descr.
Thanks to Pete for his work.
PR: 28657
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: docs/28376
Submitted by: tyler spivey <tspivey8@home.com>
|
|
|
|
| |
Approved by: greid
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Reviewed by: will
|
|
|
|
|
| |
make RUN_DEPENDS also BUILD_DEPENDS
drop maintainership
|
|
|
|
|
| |
PR: 27696
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C1) Turn shells/zsh-devel into a stub which prints a message that
points people at the new shells/zsh, upgraded to 4.0.1.
M1) Add patch to fix some functions included in 4.0.1.
M2) Remove obsolete patches.
M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
W1) Remove MASTER_SITE_LOCAL fully.
W2) Put patch-aa in patch-ab for backwards-compatible diffing.
W3) Do C1 with the least diff, using pre-everything:: and then
${FALSE}'ing out after printing the message.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>,
Christian Weisgerber <naddy@mips.inka.de>
Noted by: Cyrille Lefevre <clefevre@redirect.to>,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by: shige (C1)
|
|
|
|
|
| |
PR: ports/27785
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
|
|
|
|
| |
PR: 27564
Submitted by: Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp>
|
|
|
|
|
| |
PR: 27447
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
|
|
|
|
|
|
|
| |
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)
Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
|
| |
|
| |
|
|
|
|
|
|
|
| |
So make the same localization here that ache made in
src/contrib/libreadline/terminal.c rev 1.2.
Submitted by: sobomax
|
|
|
|
|
|
| |
to 1 now due to this whole matter.
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: sobomax
|
|
|
|
| |
Submitted by: sobomax
|
|
|
|
| |
bug in 1.03r. Now I'm talking with the author...
|
|
|
|
|
| |
PR: ports/26471
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
|
| |
|
| |
|
|
|
|
| |
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As shown with this script :
m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \
$3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \
3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\
((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb
$ bash2 hanoi.sh 1 2 3
1 2
1 3
Segmentation fault (core dumped)
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
|
|
|
|
|
|
|
| |
shell. Pipes and redirections work just as expected:
sh = Shell.cd("/foo")
sh.cat("bar") | sh.tee("baz") > "baa"
# or
sh.transact do
cat("bar") | tee("baz") > "baa"
end
|
|
|
|
|
| |
PR: 25666
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
phone or web browser.
PR: 24313
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
| |
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
|
|
|
|
|
|
|
|
|
| |
- Cleanup the do-build target.
- Allow the ksh binary to be statically linked but default to dynamic
to support dynamic loading of 'builtin' functions.
Submitted by: Jacques A. Vidrine <n@nectar.com>
Reviewed by: maintainer
|
|
|
|
| |
instead of binary distribution.
|
|
|
|
|
|
|
| |
2001-01-01.0000.
PR: 25180
Submitted by: maintainer
|
|
|
|
|
| |
PR: 24119
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
| |
|
|
|
|
|
| |
PR: 25326
Submitted by: Ports Fury
|
|
|
|
| |
Note these are *FULLY* Satoshi approved for the past 4 years.
|
|
|
|
|
| |
PR: 24676
Submitted by: Ports Fury
|
|
|
|
| |
Noticed by: fenner
|
| |
|
|
|
|
| |
Submitted by: ben
|
|
|
|
|
| |
PR: 24097
Submitted by: Ports Fury
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
|
|
|
| |
patches were included to fix various bugs (including what I believe are
potential overflow bugs involving gets()).
PR: 23949
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
|
|
|
|
| |
that was in standard use up to UNIX 6th Edition and was supplied as osh
with UNIX 7th Edition. Its command language is a sparse subset of those
of modern shells and is mostly common to both sh(1) and csh(1).
PR: 23943
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
| |
PR: 23202
|
|
|
|
|
| |
PR: 23078
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
James Rittle suggested that he be added as port maintainer with another
e-mail address.
|
|
|
|
|
|
| |
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
| |
|
| |
|
|
|
|
| |
Obtained from: bash-1.14.7-23.5x.src.rpm
|
|
|
|
| |
Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
|
| |
|
| |
|
| |
|
|
|
|
| |
obrien's.
|
|
|
|
|
|
| |
file creation security problem.
Approved by: obrien
|
|
|
|
|
|
| |
Approved by: obrien [well, not really, but he knows I was working
on fixing this and he urged me to reroll the
distfile with the fix]
|
|
|
|
| |
Submitted by: Brett M Hogden <hogden@rge.com>
|
|
|
|
| |
Submitted by: knu
|
|
|
|
|
| |
PR: 21928
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
|
| |
|
|
|
|
| |
- Add NOPORTDOCS hunks
|
|
|
|
| |
set correctly after that.
|
| |
|
|
|
|
|
|
| |
- Claim maintainership.
Approved by: cracauer
|
|
|
|
|
|
|
|
| |
- Create symlink for /bin/tcsh (instead of installing full package)
for -current/-stable (requested by obrien)
PR: 19853
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
of the original, I could not check the diff.
Submitted by: ade
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
zsh 3.1.9 was found to generate it also on 3-STABLE.
This should fix the breakage of the package for 3-STABLE.
Pointed out by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
Reviewed by: shige (Maintainer)
|
|
|
|
| |
MASTER_SITE_LOCAL site.
|
| |
|
|
|
|
|
| |
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
|
| |
|
|
|
|
| |
on freefall.
|
|
|
|
| |
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The distfile is still available from www.research.att.com/sw/tools/reuse
under the original conditions.
PR: 18989
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
|
|
|
|
|
| |
PR: ports/19066
Submitted by: Andreas Schulz <ats@first.gmd.de>
|
| |
|
|
|
|
| |
Submitted by: knu@FreeBSD.org
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
|
|
|
| |
No response from: shige
Now the FreeBSD specific compdefs I submitted have been included
within their distribution!
Introduce a workaround for the libzsh shared library generation.
This should be solved by the forthcoming 3.1.7 release.
|
| |
|
|
|
|
| |
Untested (4-stable) commit by: ache
|
|
|
|
| |
Submitted by: Martin Cracauer <cracauer@cons.org>
|
|
|
|
|
|
| |
to build a static binary without having to touch the Makefile.
Approved by: asami
|
| |
|
|
|
|
|
| |
failglob patch removed - this sort of patches must be submitted to bash
maintainer
|
| |
|
|
|
|
|
| |
PR: ports/18300
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
zsh/development/, not zsh/.
Noticed by: cpiazza
|
|
|
|
| |
Submitted by: knu@FreeBSD.org
|
|
|
|
|
| |
Contributor, knu-san, thank you!
And we need more and more compdefs! :)
|
|
|
|
|
|
|
| |
binary distribution.
PR: 17451
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
|
| |
|
| |
|
|
|
|
| |
Remove myself from MAINTAINER
|
|
|
|
|
| |
PR: 18037
Submitted by: howardjp@wam.umd.edu
|
|
|
|
| |
Submitted by: R. Imura <imura@af.airnet.ne.jp>
|
| |
|
|
|
|
| |
FreeBSD fixes and updates since 4.4BSD Lite was released.
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
|
| |
|
|
|
|
| |
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
| |
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Update pkg/PLIST.
2) Change to depend on perlsh's install mechanism.
3) New patch (patch-aa) fixes PREFIX problem.
4) Account for broken TCP/IP on MASTER_SITES.
5) General Makefile cleanups.
6) Addition of perlsh to perl5 virtual category.
7) Use PKGNAME to match port's name.
8) Remove unnecessary perl substitution.
PR: 17031
Submitted by: Maintainer
|
|
|
|
|
|
|
| |
it is obvious from their names, NO_LATEST_LINK should have been in
zsh-devel/Makefile when it was committed.
We will revisit this issue after the release.
|
|
|
|
|
| |
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
|
| |
|
| |
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
|
|
|
|
|
| |
Substitute @value{dsp} for ''.
Substitute @t{@value{dsp}} for @t{'}@t{'}.
|
|
|
|
|
|
|
| |
A Stand-Alone shell combining many common utilities.
PR: 16309
Submitted by: Patrick Gardella <patrick@freebsd.org>
|
|
|
|
|
| |
PR: 16261, 16262, 16263
Submitted by: joseph.scott@owp.csus.edu
|
|
|
|
|
| |
PR: 16260
Submitted by: joseph.scott@owp.csus.edu
|
| |
|
|
|
|
|
| |
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
|
|
|
|
|
|
|
| |
good FreeBSD-specific template; Will is working on one.
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
|
| |
|
|
|
|
|
| |
PR: 15945
Submitted by: Alexander Langer <alex@big.endian.de>
|
|
|
|
| |
Forgotten by: wes
|
|
|
|
|
| |
PR: 15412
Submitted by: Will Andrews <andrews@technologist.com>
|
|
|
|
|
| |
PR: 15788
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15685
Submitted by: foxfair
|
|
|
|
|
| |
PR: 12174
Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
|
|
|
|
|
|
| |
versions of FreeBSD.
PR: 12746
|
|
|
|
| |
PR: 15675
|
|
|
|
|
| |
PR: 14761
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
| |
PR: 15237
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
Inspired by:
PR: ports/15306
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
many programs to use 100% CPU after a login session was ungracefully
closed because SIGHUP will not be delivered to processes started from bash1
used as login shell (SIGHUP is ignored when bash1 is running as login shell
and telnet connection is made because ignored SIGHUP is inherited
from inetd->telnetd->getty->login; ignored SIGHUP is restored before
starting any program from shell).
These patches were derived from Bash 2.03, and attempt to impliement
the Bash 2.03 behavior.
PR: 14943
Submitted by: Max Khon (fjoe@iclub.nsu.ru)
|
| |
|
| |
|
|
|
|
|
|
|
| |
The official AT&T release of KornShell 93.
PR: 14497
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
| |
|
|
|
|
|
|
|
|
| |
Therefore I solve the problem by the another way.
Thank you for your bug-report.
PR: ports/14376
Submitted by: Will Andrews <andrews@technologist.com>
|
|
|
|
| |
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 13590
Submitted by: maintainer
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
| |
|