summaryrefslogtreecommitdiff
path: root/shells (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-28Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien3-0/+38
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) Notes: svn path=/head/; revision=23460
1999-11-28Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1-1/+10
Notes: svn path=/head/; revision=23459
1999-11-26Activate the ksh93 port.Steve Price1-0/+1
Notes: svn path=/head/; revision=23415
1999-11-26Initial import of ksh93.Steve Price6-0/+72
The official AT&T release of KornShell 93. PR: 14497 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=23408
1999-11-25Upgrade to v3.0.7.Joseph Koshy2-3/+3
Notes: svn path=/head/; revision=23321
1999-10-29Fix reported in ports/14376 does not solve the problem essentially.Shigeyuki Fukushima1-0/+11
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> Notes: svn path=/head/; revision=22722
1999-10-03change master siteAndrey A. Chernov3-3/+3
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> Notes: svn path=/head/; revision=22136
1999-09-11Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami2-1/+2
Notes: svn path=/head/; revision=21656
1999-09-10building a static binary has been broken. fix thatTorsten Blum1-1/+1
Notes: svn path=/head/; revision=21619
1999-09-10Upgrade to zsh 3.0.6.Torsten Blum3-9/+9
Notes: svn path=/head/; revision=21603
1999-09-06Updated to 1.03kSatoshi Taoka2-3/+3
PR: 13590 Submitted by: maintainer Notes: svn path=/head/; revision=21317
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro7-8/+8
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-31$Id$ -> $FreeBSD$Peter Wemm13-13/+13
Notes: svn path=/head/; revision=21143
1999-08-28ln -> ${LN}Michael Haro1-2/+2
Notes: svn path=/head/; revision=21047
1999-08-27Update to tcsh 6.09Michael Haro2-5/+7
Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413 Notes: svn path=/head/; revision=21044
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro3-6/+6
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-08-22chmod -> ${CHMOD}Michael Haro1-3/+3
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-06Update to 3.1.6.Shigeyuki Fukushima5-18/+174
PR: ports/12944 Submitted by: Chris Piazza <cpiazza@FreeBSD.org> Notes: svn path=/head/; revision=20553
1999-07-21Fix formatting glitch in job status output.Thomas Gellekum1-0/+17
Submitted by: Michael Rendell <michael@cs.mun.ca> Notes: svn path=/head/; revision=20293
1999-07-16Upgrade to 5.2.14.Thomas Gellekum2-7/+11
Notes: svn path=/head/; revision=20227
1999-07-05Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1-0/+11
Notes: svn path=/head/; revision=20078
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek11-11/+11
[Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
1999-06-251) Update ports/shells/rc to version 1.6 (the first release versionChris Piazza4-49/+29
in many years.) 2) change MAINTAINER line to myself, this is with the approval of erich@FreeBSD.org (the current maintainer) 3) update the pkg/DESCR to include a WWW line PR: 12392 Submitted by: Scott A. Kenney <saken@hotel.rmta.org> Notes: svn path=/head/; revision=19776
1999-06-22Correct identity string on the alpha.Steve Price1-0/+16
Noticed by: Jeff Wheat <jeff@cetlink.net> Notes: svn path=/head/; revision=19665
1999-06-08One of MASTER_SITES is disappeared, one is changed.SADA Kenji1-4/+3
Notes: svn path=/head/; revision=19303
1999-06-05Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro14-42/+7
in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
1999-05-31Mark broken for Alpha because of bus errors from unaligned accesses.Steve Price1-1/+5
Notes: svn path=/head/; revision=19132
1999-05-28Activate esh.Jacques Vidrine1-1/+2
Notes: svn path=/head/; revision=19046
1999-05-28The ``easy shell'', a small shell with Lisp-like syntax.Jacques Vidrine7-0/+97
Notes: svn path=/head/; revision=19045
1999-05-28use system libreadline for -currentAndrey A. Chernov3-0/+3
Notes: svn path=/head/; revision=19031
1999-05-28Fixes for freebsd,ELF,-currentAndrey A. Chernov15-45/+132
Upgrade docs to 2.03 Notes: svn path=/head/; revision=19030
1999-04-19Update to 2.03 (maintainer did not respond)Martin Cracauer9-36/+39
Notes: svn path=/head/; revision=17999
1999-03-31Add back bash1.David E. O'Brien1-1/+2
Notes: svn path=/head/; revision=17486
1999-03-30Bash version 1.17 was much more popular than I thought.David E. O'Brien12-0/+251
(deleted to save space on the CDROM since I thought few were still using it) Notes: svn path=/head/; revision=17442
1999-03-29Delete the bash1 port.David E. O'Brien1-2/+1
Notes: svn path=/head/; revision=17434
1999-03-29Delete the bash 1.17 port. It served us well as we transitioned to bashDavid E. O'Brien12-251/+0
version 2. Notes: svn path=/head/; revision=17433
1999-03-17Update to 1.03jSeiichirou Hiraoka2-4/+4
PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp Notes: svn path=/head/; revision=17266
1999-03-15Update to version 1.5b2.Steve Price4-100/+25
PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org> Notes: svn path=/head/; revision=17225
1999-03-06remove links on unexecAndrey A. Chernov1-0/+5
Notes: svn path=/head/; revision=17016
1999-03-04Update to FD-1.03iSeiichirou Hiraoka2-5/+5
Notes: svn path=/head/; revision=16994
1999-03-01MAINTAINER changed, because I was a committer.Shigeyuki Fukushima1-2/+2
Notes: svn path=/head/; revision=16961
1999-02-23Unbreak for ELF. I didn't hear from the maintainer, but the fix is aJoseph Koshy1-4/+8
minor one (addition of LDFLAGS to CONFIGURE_ENV). Notes: svn path=/head/; revision=16868
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner4-4/+8
Notes: svn path=/head/; revision=16378
1999-01-09Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami2-3/+4
"plan9" is a virtual category now. Reviewed by: the ports list Notes: svn path=/head/; revision=15939
1998-12-24Activate zsh-devel port.Steve Price1-1/+2
Notes: svn path=/head/; revision=15579
1998-12-24Update to version 3.1.5 after repository copy.Steve Price6-55/+46
PR: 8552 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15578
1998-12-24Mark this broken while Steve works on upgrade.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=15577
1998-12-07Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami1-2/+2
dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.) Notes: svn path=/head/; revision=15163
1998-12-02More MASTER_SITESMartin Cracauer2-17/+12
Compacting DESCR Yes, I still plan to ELFify this one... Notes: svn path=/head/; revision=15078