Revision tags: release/14.0.0 |
|
#
2a63c3be |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
876d357f |
| 11-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
c8a8eb16 |
| 07-Apr-2016 |
Mark Peek <mp@FreeBSD.org> |
Revert r296416 by removing SAVESIGVEC and switching to fork instead. This fixes usage with system libraries which maintain their own signal state.
PR: 208132 Obtained from: kib MFC afte
Revert r296416 by removing SAVESIGVEC and switching to fork instead. This fixes usage with system libraries which maintain their own signal state.
PR: 208132 Obtained from: kib MFC after: 3 days
show more ...
|
Revision tags: release/10.3.0 |
|
#
b655ec97 |
| 06-Mar-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
26526cb9 |
| 05-Mar-2016 |
Mark Peek <mp@FreeBSD.org> |
Signal handling within tcsh vfork code path will conflict with some system libraries (such as libthr) which maintain their own signal state. This change adds the tcsh SAVESIGVEC option to save and re
Signal handling within tcsh vfork code path will conflict with some system libraries (such as libthr) which maintain their own signal state. This change adds the tcsh SAVESIGVEC option to save and restore the sigvecs for the signals the child modifies before it execs.
Reviewed by: kib, rwatson Reported by: kib
show more ...
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
a5d8944a |
| 19-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head (r291075).
|
#
3c3feed4 |
| 01-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
463a577b |
| 21-Oct-2015 |
Eitan Adler <eadler@FreeBSD.org> |
Fix a ton of speelling errors
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0 |
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
9ccc37e3 |
| 22-Feb-2012 |
Mark Peek <mp@FreeBSD.org> |
Update to tcsh 6.18.01.
|
Revision tags: release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
d0632ec9 |
| 13-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Let csh(1) use utmpx instead of utmp.
csh allows you to monitor the utmp(x) file to monitor certain user logins. Unfortunately it needs to directly stat() this file. I don't want to break this modul
Let csh(1) use utmpx instead of utmp.
csh allows you to monitor the utmp(x) file to monitor certain user logins. Unfortunately it needs to directly stat() this file. I don't want to break this module , but eventually it shouldn't do that. The idea of the getutxent(3) API is to hide file access.
Approved by: mp
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
59dfb2db |
| 16-May-2007 |
Mark Peek <mp@FreeBSD.org> |
Work around a vendor issue that was causing the builtin malloc to be used instead of the system malloc.
Submitted by: ume
|
#
15aaece8 |
| 11-Mar-2007 |
Mark Peek <mp@FreeBSD.org> |
Build updates for tcsh-6.15.00 import.
Reviewed by: ume Reminded by: Divacky Roman MFC after: 1 week
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
4a9ddcdc |
| 22-Sep-2005 |
Mark Peek <mp@FreeBSD.org> |
Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow ports builds in the cluster to work correctly.
Tested by: kris
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
90d5800d |
| 24-Apr-2005 |
Mark Peek <mp@FreeBSD.org> |
Add in FreeBSD specific options for tcsh 6.14.
|
#
bed60216 |
| 27-Feb-2005 |
Alexey Zelkin <phantom@FreeBSD.org> |
Fix typo
|
#
2b40ba25 |
| 01-Feb-2005 |
Alexey Zelkin <phantom@FreeBSD.org> |
Use LC_MESSAGES locale category instead of value of LANG environment variable while opening of tcsh's message catalog. It gives us more flexibility, and do not change current behaviour (since we cal
Use LC_MESSAGES locale category instead of value of LANG environment variable while opening of tcsh's message catalog. It gives us more flexibility, and do not change current behaviour (since we call setlocale() here)
Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com> PR: bin/76773 MFC After: 3 days
show more ...
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
e62468e4 |
| 11-Jul-2004 |
Mark Peek <mp@FreeBSD.org> |
KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
2441ae60 |
| 06-Sep-2001 |
Mark Peek <mp@FreeBSD.org> |
Enable BSD style color ls support.
PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
bddc60b4 |
| 01-Dec-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix a "#ifdef" where a comparison operator was used. GCC 2.96 does not like this.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
e1eb1729 |
| 11-Jun-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
Activate Japanese NLS and KANJI support
|