summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* o As mentioned in the previous commit: make the KVM error buffermarcel2005-08-061-6/+58
| | | | | | | | | | | | 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. MFC after: 1 week
* let NO_MAN control manphk2005-08-051-3/+12
| | | | | let NO_TOOLCHAIN control rcs let NO_INFO control texinfo
* Respect NO_EXAMPLESphk2005-08-052-0/+4
|
* Don't install groff if NO_GROFFphk2005-08-031-0/+2
|
* Spell "currently" correctly.keramida2005-07-281-1/+1
|
* Bump the shared library version number of all libraries that have notkensmith2005-07-226-6/+6
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* remove myself as maintainer.wosch2005-07-171-1/+0
|
* Hook up libmemstat(3) to the library list in mdoc.local. This will causerwatson2005-07-151-0/+1
| | | | | | | | the library description (specifically, -lmemstat) to render properly in the libmemstat.3 man page. Submitted by: ru MFC after: 1 week
* Adjust for HEAD being 7.0 now.kensmith2005-07-111-1/+2
| | | | Approved by: re (implicit)
* kvm_openfiles() uses the supplied buffer for storing error messagespeter2005-06-241-1/+0
| | | | | | | | | 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
* A number of manpages already use ``.Fx 5.5'', define it.ru2005-06-161-0/+1
| | | | Approved by: re (blanket)
* 1. Add the threads and usb categories.ceri2005-06-161-3/+11
| | | | | | | | | 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
* Clean up after the last change -- remove now stale comment.ru2005-06-101-1/+0
|
* Remove kludges intended to support src trees with partial obj trees.des2005-06-105-32/+4
| | | | Discussed with: ru
* Correct directory traversal and race condition vulnerabilities in gzip.simon2005-06-081-8/+10
| | | | | | | Security: FreeBSD-SA-05:11.gzip Security: CAN-2005-0988, CAN-2005-1228 Obtained from: Steve Grubb via RedHat, Debian Approved by: nectar
* Tidy up cvs entriesimp2005-06-037-14/+0
|
* Update bmake glue for GCC 3.4.4.kan2005-06-031-1/+3
|
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixtjr2005-05-311-3/+3
| | | | | | case-insensitive matching (-i option) in certain multibyte locales. Obtained from: Fedora
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-312-12/+112
| | | | | | | SSE (or its successors). Reviewed by: marcel, davidxu MFC After: 2 weeks
* Update for texinfo 4.8.ru2005-05-232-4/+3
|
* Add a note explaining what local modifications have been made to GNU grep,tjr2005-05-141-0/+37
| | | | and giving advice on importing future releases.
* Fixed -w handling for EGexecute.tjr2005-05-141-4/+83
| | | | Obtained from: Fedora (Tim Waugh)
* Automatically disable DFA when processing multibyte input. GREP_USE_DFAtjr2005-05-141-3/+28
| | | | | | environment variable overrides. Obtained from: Fedora (Tim Waugh)
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi fortjr2005-05-141-131/+525
| | | | | | multibyte input (RH bug #143079). Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
| | | | | | | among other things. PR: 79063 Obtained from: Fedora (Tim Waugh)
* Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
| | | | Obtained from: Karsten Hopp via Fedora
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchtjr2005-05-141-27/+22
| | | | | | (RH bug #138558). Removed bogus part of grep-2.5.1-fgrep patch. Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).tjr2005-05-141-0/+2
| | | | Obtained from: Fedora (Tim Waugh)
* Remove mb-caching hack.tjr2005-05-146-188/+74
| | | | Obtained from: Fedora (Tim Waugh)
* This commit was generated by cvs2svn to compensate for changes in r146052,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Update build infrastructure for new GNU regex bits.tjr2005-05-102-1/+13
|
* Merge. Discard local bracket expression collating order patch, sincetjr2005-05-101-7847/+51
| | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled.
* This commit was generated by cvs2svn to compensate for changes in r146040,tjr2005-05-106-20/+10796
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.tjr2005-05-107-7862/+10847
| |
* | Don't try to enable event reporting for core file, it is not writable.davidxu2005-05-061-0/+2
| |
* | Turn on libobjc.so for all platforms on -current. It didn't work backpeter2005-05-011-12/+2
| | | | | | | | in 1996.
* | Enforce style.Makefile(5).trhodes2005-04-222-2/+2
| | | | | | | | Glanced at by: ru (some time ago).
* | Capitalize words in library description.jkoshy2005-04-191-1/+1
| | | | | | | | Submitted by: ru
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* | Report events from thread library.davidxu2005-04-121-16/+210
| |
* | Print thread address.davidxu2005-04-051-4/+4
| | | | | | | | PR: threads/76821
* | Teach libstdc++ about frexpl() and ldexpl().das2005-03-261-2/+2
| |
* | Stop building gtar. Bump __FreeBSD_version to reflect this change.kientzle2005-03-211-1/+0
| |
* | Ooops. Correctly disable "tar"->"gtar" link.kientzle2005-03-211-3/+0
| | | | | | | | | | Thanks to: Simon L. Nielsen, who was the first of several people to point this out. <sigh>
* | Deorbit gtar, step 1: Remove WITH_GTAR knob.kientzle2005-03-201-2/+0
| | | | | | | | | | | | | | "tar" is now always a synonym for "bsdtar". People who need gtar can access it as "gtar." Approved by: No objections on arch@
* | Implement and document the -q and -f options with their correspondingmarcel2005-03-022-6/+46
| | | | | | | | | | | | | | long form (-quiet and -fullname resp.) Bump documentation date. PR: bin/78031 MFC after: 5 days
* | .It the -v option.obrien2005-03-011-1/+1
| |
* | Fixed compilation warnings.ru2005-02-211-1/+2
| |
* | Restore r1.2 change to use TARGET_ARCH.kan2005-02-201-1/+1
| | | | | | | | Submitted by: kris
OpenPOWER on IntegriCloud