cvs2svn
332c81bc90
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2006-04-10 20:12:18 +00:00
hrs
7893f335c1
MFC(rev.1.25):
...
Correctly locate the character proceeding the matched string in -w
mode when in non-UTF-8 multibyte locales (e.g. EUC, GB2312, etc.).
PR: gnu/91909
Silence from: tjr
Approved by: re (kensmith)
2006-03-21 20:51:35 +00:00
jkim
4b9085eff1
MFC: src/gnu/usr.bin/dialog/dialog.1 1.8
...
src/gnu/usr.bin/dialog/dialog.c 1.15
- Add default choice option for --yesno box.
- Reduce trivial code duplications.
Approved by: re (scottl)
2006-02-27 20:10:09 +00:00
davidxu
7c169c36fc
Partially MFC revision 1.14:
...
> Eliminate compile warnings.
This allows me to debug threaded program on Pentium-D machine.
Approved by: re (scottl)
2006-02-16 02:40:56 +00:00
ru
8fa524d428
MFC: Present new BSD releases to -mdoc.
2006-01-12 15:44:42 +00:00
delphij
d7d50f043f
MFC revision 1.10:
...
Suggest the user to use 'diff -urN' instead of 'diff -crN'.
Submitted by: Jimmie James <jimmiejaz@gmail.com>
PR: docs/88427
2005-12-31 05:36:42 +00:00
remko
095e905517
MFC v1.28 by ru:
...
fix a markup nit.
PR: docs/88848
Prodded by: remko
2005-12-26 19:02:53 +00:00
ru
513cdf04e1
MFC: Groff 1.19.2.
2005-11-15 22:07:00 +00:00
peter
2c2074d8c3
MFC: compensate for removal of pcb->pcb_rflags.
2005-11-15 00:26:31 +00:00
marcel
69a6bd1aa3
MFC 1.10: Fix dump of the unread portion of the kernel message buffer.
...
PR: bin/87964
Submitted by: Frank Mayhar frank at exit dot com
2005-11-05 19:13:08 +00:00
obrien
755e432028
Catch up with FreeBSD 6.
...
Approved by: re(scottl)
2005-10-30 17:54:39 +00:00
jkim
f5c5f62edb
MFC: Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700 ).
...
PR: 87969
Approved by: re (scottl)
Obtained from: Fedora (Tim Waugh)
2005-10-27 16:26:27 +00:00
jkim
789c760d1b
MFC: Fix a longstanding buglet in bz-prefixed grep(1).
...
PR: gnu/72200
Approved by: re
2005-10-26 21:13:30 +00:00
cvs2svn
e87417d77f
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-10-20 11:10:44 +00:00
cvs2svn
abab8b0378
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-10-05 05:21:08 +00:00
keramida
754be4de67
MFC: a lot of manpage fixes from HEAD.
...
Approved by: re (hrs)
2005-09-24 01:59:40 +00:00
marcel
b5bca4807d
Mega-MFC:
...
o Manpage type fix:
kgdb/kgdb.1: 1.8
o Unwind across trapframes:
kgdb/kgdb.h: 1.3
kgdb/kthr.c: 1.3
kgdb/main.c: 1.9
kgdb/trgt.c: 1.4
kgdb/trgt_alpha.c: 1.3, 1.4
kgdb/trgt_amd64.c: 1.3, 1.4, 1.5
kgdb/trgt_i386.c: 1.3, 1.4, 1.5
kgdb/trgt_ia64.c: 1.3, 1.4
kgdb/trgt_sparc64.c: 1.4, 1.5, 1.6
libgdb/Makefile: 1.10
libgdb/frame-unwind.diff: 1.1
Approved by: re (scottl)
2005-09-15 05:32:11 +00:00
cvs2svn
44440d8f55
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-09-11 17:50:21 +00:00
garys
6b58d770be
Added ENVIRONMENT section (PAGER, MANPATH, etc.).
...
PR: docs/84485
Approved by: re
2005-09-07 16:20:13 +00:00
rwatson
5a0a2e7624
Merge mdoc.local:1.50 from HEAD to RELENG_6:
...
Hook up libmemstat(3) to the library list in mdoc.local. This will cause
the library description (specifically, -lmemstat) to render properly in
the libmemstat.3 man page.
Submitted by: ru
Approved by: re (kensmith)
2005-08-20 13:24:28 +00:00
marcel
58aac0d793
MFC 1.3: Fix backtraces.
...
Approved by: re (kensmith)
2005-08-19 04:02:34 +00:00
cperciva
4734b475da
MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in order
...
to make this library build repeatably.
Approved by: re (kensmith)
2005-08-19 02:49:55 +00:00
marcel
b013c49542
Partial MFC rev 1.3:
...
o Remove the obscure tid command, because it does what the thread
command does, but worse.
o Move the PID to the extra thread info, where it makes sense and
where it doesn't confuse users. The extra thread info holds some
process information, to which the PID belongs.
o Implement the to_find_new_threads target method by having it call
the target beneath us if we're not using KVM. This makes sure that
new threads are found when using the remote target.
o Fix various core dump scenarios:
- Implement the to_files_info target method. Previously the
'info target' command would cause a NULL pointer dereference.
- Don't assume there's a current thread. We're not initialized
in all cases. This prevents a NULL pointer dereference.
- When we're not ussing KVM, have the to_xfer_memory target
method call the target beneath us. This avoids calling into
KVM with a NULL pointer.
Approved by: re (kensmith)
2005-08-16 03:29:22 +00:00
marcel
f5b654576c
MFC 1.8:
...
o As mentioned in the previous commit: make the KVM error buffer
static.
o Register a function with atexit(3) to close the KVM object if
we have one open.
o Show the unread portion of the kernel's message buffer before
presenting the prompt. It's bound to provide some useful info.
o Don't call kgdb_target() twice. It results in having all threads
listed twice.
Approved by: re (hrs)
2005-08-16 00:29:26 +00:00
kensmith
1f1979ea2c
Insta-MFC of the shared library version bump. All shared libraries
...
whose version has not already been bumped since RELENG_5 are being
bumped.
Revisions of files being MFC-ed:
> Path Revision
> src/gnu/lib/libdialog/Makefile 1.43
> src/gnu/lib/libg2c/Makefile 1.16
> src/gnu/lib/libobjc/Makefile 1.27
> src/gnu/lib/libreadline/Makefile.inc 1.12
> src/gnu/lib/libregex/Makefile 1.32
> src/gnu/lib/libstdc++/Makefile 1.56
> src/kerberos5/lib/Makefile.inc 1.7
> src/lib/Makefile.inc 1.3
> src/lib/libalias/Makefile 1.31
> src/lib/libarchive/Makefile 1.37
> src/lib/libbegemot/Makefile 1.3
> src/lib/libbluetooth/Makefile 1.2
> src/lib/libbsnmp/Makefile.inc 1.6
> src/lib/libbz2/Makefile 1.6
> src/lib/libc_r/Makefile 1.42
> src/lib/libcrypt/Makefile 1.36
> src/lib/libdevstat/Makefile 1.15
> src/lib/libdevstat/devstat.h 1.11
> src/lib/libedit/Makefile 1.29
> src/lib/libexpat/Makefile 1.5
> src/lib/libfetch/Makefile 1.45
> src/lib/libftpio/Makefile 1.14
> src/lib/libgpib/Makefile 1.2
> src/lib/libipsec/Makefile 1.17
> src/lib/libkiconv/Makefile 1.3
> src/lib/libmagic/Makefile 1.7
> src/lib/libmp/Makefile 1.10
> src/lib/libncp/Makefile 1.6
> src/lib/libncurses/Makefile 1.79
> src/lib/libnetgraph/Makefile 1.11
> src/lib/libngatm/Makefile 1.6
> src/lib/libopie/Makefile 1.21
> src/lib/libpam/Makefile.inc 1.17
> src/lib/libpthread/Makefile 1.54
> src/lib/libradius/Makefile 1.12
> src/lib/libsdp/Makefile 1.4
> src/lib/libsmb/Makefile 1.8
> src/lib/libtacplus/Makefile 1.7
> src/lib/libthr/Makefile 1.14
> src/lib/libthread_db/Makefile 1.6
> src/lib/libugidfw/Makefile 1.7
> src/lib/libusbhid/Makefile 1.10
> src/lib/libutil/Makefile 1.57
> src/lib/libvgl/Makefile 1.11
> src/lib/libwrap/Makefile 1.17
> src/lib/libypclnt/Makefile 1.13
> src/lib/msun/Makefile 1.72
> src/secure/lib/libcrypto/Makefile 1.74
> src/secure/lib/libssh/Makefile 1.35
> src/secure/lib/libssl/Makefile 1.22
> src/usr.sbin/bsnmpd/modules/Makefile.inc 1.10
Reviewed by: ru
Approved by: re (scottl)
2005-07-22 17:29:10 +00:00
kensmith
84bb4b8b01
Add 7.0 as a version not in doc-common.
...
Approved by: re (implicit)
2005-07-11 16:04:22 +00:00
peter
756b97ccf0
kvm_openfiles() uses the supplied buffer for storing error messages
...
in future calls, so we can't free it here. The right place to free the
buffer would be to be after kvm_close(), but we don't do that yet. A
static buffer would work too.
Reviewed by: marcel (who has other plans for this anyway)
Approved by: re
2005-06-24 00:50:12 +00:00
ru
b61cd48c52
A number of manpages already use ``.Fx 5.5'', define it.
...
Approved by: re (blanket)
2005-06-16 21:13:20 +00:00
ceri
1360535750
1. Add the threads and usb categories.
...
2. Fill in the blanks on the advocacy category.
3. Expand a contraction while I'm in here.
Prodded by: simon (1)
Approved by: re (hrs)
MFC after: 5 days
2005-06-16 19:27:12 +00:00
ru
583f68919d
Clean up after the last change -- remove now stale comment.
2005-06-10 07:06:07 +00:00
des
2bb8de20fe
Remove kludges intended to support src trees with partial obj trees.
...
Discussed with: ru
2005-06-10 06:12:53 +00:00
simon
cf5f249f1e
Correct directory traversal and race condition vulnerabilities in gzip.
...
Security: FreeBSD-SA-05:11.gzip
Security: CAN-2005-0988, CAN-2005-1228
Obtained from: Steve Grubb via RedHat, Debian
Approved by: nectar
2005-06-08 21:25:19 +00:00
imp
74bccf229d
Tidy up cvs entries
2005-06-03 15:08:30 +00:00
kan
f1ee3b8b53
Update bmake glue for GCC 3.4.4.
2005-06-03 04:21:04 +00:00
tjr
4f902fd545
Pass the RE_ICASE flag to re_set_syntax() as appropriate to fix
...
case-insensitive matching (-i option) in certain multibyte locales.
Obtained from: Fedora
2005-05-31 12:49:04 +00:00
dfr
874478d7fd
Add support for XMM registers in GDB for x86 processors that support
...
SSE (or its successors).
Reviewed by: marcel, davidxu
MFC After: 2 weeks
2005-05-31 09:43:04 +00:00
ru
7458d315c1
Update for texinfo 4.8.
2005-05-23 10:52:07 +00:00
tjr
3c94ccdb45
Add a note explaining what local modifications have been made to GNU grep,
...
and giving advice on importing future releases.
2005-05-14 06:33:23 +00:00
tjr
2f499f9763
Fixed -w handling for EGexecute.
...
Obtained from: Fedora (Tim Waugh)
2005-05-14 06:13:23 +00:00
tjr
5364440b9f
Automatically disable DFA when processing multibyte input. GREP_USE_DFA
...
environment variable overrides.
Obtained from: Fedora (Tim Waugh)
2005-05-14 06:12:03 +00:00
tjr
bff87236c6
Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi for
...
multibyte input (RH bug #143079 ).
Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
2005-05-14 06:09:12 +00:00
tjr
e8d95bb287
Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",
...
among other things.
PR: 79063
Obtained from: Fedora (Tim Waugh)
2005-05-14 05:35:04 +00:00
tjr
a47b9a8adc
Fix background colour problems with --color output (RH bug #138913 ).
...
Obtained from: Karsten Hopp via Fedora
2005-05-14 05:26:48 +00:00
tjr
01956b0d09
Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
...
(RH bug #138558 ). Removed bogus part of grep-2.5.1-fgrep patch.
Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
2005-05-14 04:17:07 +00:00
tjr
b191ef00d8
Fix dfa multibyte character class matching when -i is used (RH bug #123363 ).
...
Obtained from: Fedora (Tim Waugh)
2005-05-14 03:18:20 +00:00
tjr
e4b49c8498
Remove mb-caching hack.
...
Obtained from: Fedora (Tim Waugh)
2005-05-14 03:02:22 +00:00
tjr
67950e3bcf
This commit was generated by cvs2svn to compensate for changes in r146052,
...
which included commits to RCS files with non-trunk default branches.
2005-05-10 13:01:37 +00:00
tjr
a093ce42b9
Update instructions to match recent import.
2005-05-10 12:04:01 +00:00
tjr
c9931f2fee
Update build infrastructure for new GNU regex bits.
2005-05-10 11:37:37 +00:00
tjr
49c97fda38
Merge. Discard local bracket expression collating order patch, since
...
modern versions of GNU regex already do things the way we want when
multibyte character support is enabled.
2005-05-10 10:52:30 +00:00