summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Spell "currently" correctly.keramida2005-07-281-1/+1
|
* 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)
* Don't try to enable event reporting for core file, it is not writable.davidxu2005-05-061-0/+2
|
* 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
* 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
|
* Restore r1.2 change to use TARGET_ARCH.kan2005-02-201-1/+1
| | | | Submitted by: kris
* Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-2010-25/+218
| | | | | | | | it to recognise what ABI to use on amd64 (and possibly others) platform. Display PID and process name as a part of the 'info threads' output, TIDs alone are too confusing. Introduce new commmands 'tid <tid>' and 'proc <pid>' to accompany gdb's default 'thread <thread num>' to make the task of switching between different contexts easier.
* Remove mention of the -k and -wcore options because they don'tmarcel2005-02-151-14/+0
| | | | | | | | exist anymore. PR: doc/70943 Submitted by: Jun <junsu at delphij dot net> Reviewed by: delphij
* Use the system gnuregex library vs. building GNU regex bits into libibertyobrien2005-02-145-7/+12
| | | | | | | and using them. Reviewed by: marcel,imp Desired by: ache
* Fix regression in output with -R compared to previous version.obrien2005-02-131-1/+1
| | | | | PR: 77466 Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Expand *n't contractions.ru2005-02-133-11/+11
|
* libpam is now standard.ru2005-01-251-1/+0
|
* Sort sections.ru2005-01-181-5/+5
|
* Fold two ENVIRONMENT sections into one.ru2005-01-181-32/+33
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Markup nits.ru2005-01-131-4/+3
|
* When grabbing registers for an lwp, fake the inferior's pid using thepeadar2005-01-111-2/+6
| | | | | | | | | | | | | lwp ID before invoking the underlying target operation. For corefiles, we rely on gdb internals to do this, and it uses the pid as an index, rather than the lwpid, so previously, backtraces for multithreaded core files wasn't working correctly. For processes, we currently use ptrace directly, so fixup that code to also use the pid directly. Discussed With: marcel, davidxu MFC After: 4 days
* Scheduled mdoc(7) sweep.ru2005-01-091-1/+1
|
* Add a usb category for USB PRs.ceri2005-01-051-0/+1
| | | | | Requested by: Craig Rodrigues on behalf of usb@ MFC After: 1 day
* A lot of people may want to submit PRs from systems that are notkeramida2004-12-291-0/+7
| | | | | | | | | | connected to the Internet or systems that do not have a correctly configured email subsystem. Now that the send-pr web interface has antispam protection, mention that it is ok to use it for submitting problem reports. Ok by: linimon Submitted by: Rob <spamrefuse@yahoo.com> on freebsd-doc
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
OpenPOWER on IntegriCloud