summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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.
* | Expand contractions.ru2005-02-151-1/+1
| |
* | 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-134-12/+12
| |
* | More math functions.kan2005-01-261-3/+3
| | | | | | | | Prodded by: stefanf
* | We have floorl() now. Reflect this in the library config file.kan2005-01-261-1/+1
| |
* | Of all templates only lists need a special implmementation file compiledkan2005-01-261-8/+9
| | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile.
* | libpam is now standard.ru2005-01-251-1/+0
| |
* | Sort sections.ru2005-01-182-15/+16
| |
* | Fold two ENVIRONMENT sections into one.ru2005-01-181-32/+33
| |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building thiscperciva2005-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Since the random seed is only used when handling files which do not have any externally-visible symbols, this change is not needed for any other libraries in the FreeBSD base system. Discussed on: freebsd-arch (in early November) Approved by: kan MFC after: 1 week
* | 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
* | Fix 'redraw' of checklist box. It is occurs in situation when size ofphantom2005-01-041-0/+9
| | | | | | | | | | | | | | | | | | checklist box is strictly set via command line, but amount of checklist items less than height of checklist box. In this case bottom part of box was not redrawn (occurs when passing focus behind of 'Cancel' button while configuring any FreeBSD port OPTIONS) MFC after: 3 days
* | 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
* | NOHTML -> NO_HTMLru2004-12-211-1/+1
| |
* | NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
| |
* | NOSHARED -> NO_SHAREDru2004-12-219-9/+9
| |
* | NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-215-11/+11
| | | | | | | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* | Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2121-21/+21
| | | | | | | | OK'ed by: core
* | Uncomment an upcoming 5.4-RELEASE.ru2004-12-181-1/+1
| |
* | Uncomment entries for FreeBSD 6.0 and 4.11.jkoshy2004-12-181-2/+2
| | | | | | | | Requested by: ru
* | Add removal of MKTEMP_SH_FUNCTION to processing for cvsbug script.kensmith2004-12-101-0/+1
| | | | | | | | | | Approved by: peter (a while ago) MFC After: 1 week
* | Source changes to allow building a cross-debugger. Move solib.c andmarcel2004-12-0516-5/+29
| | | | | | | | | | | | | | | | solib-svr4.c to the MD makefiles because they are native files for alpha and sparc64, but target files for amd64, i386 and ia64. Note that kgdb(1) does not yet build as a cross-debugger due to libkvm.
OpenPOWER on IntegriCloud