summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-01485-486/+486
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.2-RELEASE image.
* Change default version for manual pages to 7.2.Ken Smith2009-04-151-1/+2
| | | | | | | Approved by: re (implicit) Notes: svn path=/releng/7.2/; revision=191095
* MFC: r187907: For files not named on the command line, only the basename isDavid E. O'Brien2009-03-241-2/+5
| | | | | | | compared to the exclude pattern. Notes: svn path=/stable/7/; revision=190351
* MFC: Use existing GDB routines for parsing the section table of klds inJohn Baldwin2009-01-211-36/+23
| | | | | | | the 'add-kld' command. Notes: svn path=/stable/7/; revision=187532
* sync build infrastructure changes with HEADSam Leffler2009-01-121-5/+6
| | | | | | | Reviewed by: imp Notes: svn path=/stable/7/; revision=187106
* MFC: Instead of using .POSIX:, use the cool looking "@:" rule.Ruslan Ermilov2009-01-091-2/+4
| | | | Notes: svn path=/stable/7/; revision=186958
* MFC r185689:Konstantin Belousov2009-01-082-2/+2
| | | | | | | | | | | | | | | Order the str*.c files mostly alphabetical. MFC r185690: Import the strndup(3) function. MFC r185777: Add strndup(3) prototype to string.h. Manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1 for the configure.h files that need it. Notes: svn path=/stable/7/; revision=186890
* Due to a mis-understanding on my part with Ruslan I haven't been updatingKen Smith2008-12-131-1/+3
| | | | | | | | | | | | | this like I should have been. Mis-understanding is cleared up I think. Change default operating system for upcoming release. Add release names not in contrib/groff/tmac/doc-common yet. Submitted by: ru Approved by: re (implicit) Notes: svn path=/stable/7/; revision=186044
* MFC r183414:Konstantin Belousov2008-10-051-3/+33
| | | | | | | | | | | Differentiate between interrupt frames, trap interrupt frames and timer frame in the kgdb, to allow it to properly backtrace over the interrupt stacks. Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=183624
* MFC: CVS version 1.11.22.1 (almost 1.11.23).David E. O'Brien2008-07-281-5/+44
| | | | Notes: svn path=/stable/7/; revision=180918
* MFC: revs 175291,175384. Add .POSIX: to break timestamp-sensitive problemsPeter Wemm2008-06-221-3/+5
| | | | | | | | between Makefile and Makefile.in that was disturbed by changes in src/usr.bin/make/main.c rev 167330 (1.161). Notes: svn path=/stable/7/; revision=179922
* MFC svn rev 179834.Alexander Kabaev2008-06-201-1/+15
| | | | | | | | | | | Install extra include files that were forgotten in original GCC 4.2.x import changes. PR: 124647 Submitted by: Vlad GALU Notes: svn path=/stable/7/; revision=179885
* MFC: Introduce FreeBSD 8.0 to mdoc(7).Ruslan Ermilov2008-06-041-0/+1
| | | | Notes: svn path=/stable/7/; revision=179531
* MFC: Add an ability to run man(1) on local files plus add limitedRuslan Ermilov2008-05-223-4/+36
| | | | | | | | | support for bzip2-compressed manpages. PR: bin/120730 Notes: svn path=/stable/7/; revision=179197
* MFC: Enable use of 'tid' for remote targets and use gdb_thread_select()John Baldwin2008-05-098-43/+37
| | | | | | | | for 'tid' and 'proc' so they provide UI feedback like the 'thread' command. Notes: svn path=/stable/7/; revision=178879
* MFC: Rework how kgdb manages kernel and vmcore files to be a bit moreJohn Baldwin2008-05-0911-184/+338
| | | | | | | | gdb-ish. Specifically, you can now use the 'file' and 'core' commands. Also, the kernel module stuff now works for remote targets. Notes: svn path=/stable/7/; revision=178877
* MFC: Add 'fbsdcoreops_suppress_target' to support kgdb having its ownJohn Baldwin2008-05-091-2/+11
| | | | | | | coredump target and adjust core dump target's long name and documentation. Notes: svn path=/stable/7/; revision=178876
* MFC: Remove the 'add_kld_command' arg from load_kld().John Baldwin2008-05-051-12/+5
| | | | Notes: svn path=/stable/7/; revision=178788
* MFC: Fix the ofs_fix handling for trapframes for i386 on remote targets.John Baldwin2008-05-011-16/+9
| | | | Notes: svn path=/stable/7/; revision=178710
* MFC of new 'arm' category.Mark Linimon2008-04-232-0/+4
| | | | Notes: svn path=/stable/7/; revision=178434
* MFC: Initialize list of kld's correctly when there are no kld's and catchJohn Baldwin2008-04-032-6/+10
| | | | | | | | errors in kgdb_parse() so it returns 0 for invalid expressions. This fixes the kld loading for 6.x and 7.x. Notes: svn path=/stable/7/; revision=177889
* MFC: rev 1.18: style.Makefile(5)David E. O'Brien2008-03-161-2/+2
| | | | Notes: svn path=/stable/7/; revision=177250
* MFC: rev 1.13: style.Makefile(5)David E. O'Brien2008-03-161-2/+2
| | | | Notes: svn path=/stable/7/; revision=177249
* MFC: Mostly sync kgdb with HEAD including the following changes:John Baldwin2008-02-256-17/+35
| | | | | | | | | | | | | | | - Add a new 'add-kld <kld>' command to locate a kld and load its symbols. - If the quiet flag is specified, don't dump the unread portion of the message buffer on startup. - Remove the warnx() from kgdb_lookup() and add it in callers where a failed lookup is warning worthy. - Add a shared library backend for kernel files that treats klds as shared libraries and auto-load symbols for klds on startup. - Build a section table from the kernel file so that 'info files' output looks sane. Notes: svn path=/stable/7/; revision=176570
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-02-091-0/+479
| | | | Notes: svn path=/stable/7/; revision=176125
* MFC:Olivier Houchard2007-12-025-5/+43
| | | | | | | | | | | | | | | gnu/usr.bin/gdb/arch/arm/nm-fbsd.h rev 1.2 gnu/usr.bin/gdb/arch/arm/Makefile rev 1.2 gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c 1.2 gnu/usr.bin/gdb/arch/arm/armfbsd-tdep.c rev 1.2 gnu/usr.bin/gdb/arch/arm/init.c rev 1.2 Allow gdb to attach live process. Thread support for arm. Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=174179
* MFC: Teach kgdb how to handle double fault frames on i386.John Baldwin2007-11-213-1/+154
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=173829
* MFC of library version bump. From original commit:Ken Smith2007-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | > While checking over the libraries for 7.0-REL Kris found the following > libraries had not had their versions bumped relative to 6.3-REL but > had indeed been changed. We need to bump their version so they can be > properly added to the compat6x port: > > libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8 > libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2 Versions being MFCed: gnu/lib/libobjc/Makefile: 1.33 kerberos5/lib/Makefile.inc: 1.8 lib/libgssapi/Makefile: 1.3 Approved by: re (bmah) Notes: svn path=/stable/7/; revision=173786
* MFC: Reflect the "libpthread -> libkse", "libthr is the default thredingRuslan Ermilov2007-10-231-0/+1
| | | | | | | | | library", and "libpthread is a symlink" changes in manpages. Approved by: re (gnn) Notes: svn path=/stable/7/; revision=172904
* - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h whichRong-En Fan2007-10-121-1/+1
| | | | | | | | | | | | we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=172578
* Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLSMarius Strobl2007-10-081-0/+2
| | | | | | | | | | | support for these. This is in line with gnu/lib/libgomp/config.h and gnu/lib/libstdc++/config.h. Reviewed by: cognet, obrien Approved by: re (kensmith) Notes: svn path=/head/; revision=172473
* FreeBSD 6.2 is now known to mdoc.Ruslan Ermilov2007-10-041-1/+0
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=172434
* Force -O1 compilation when targeted for ia64. GCC 4 generatesMarcel Moolenaar2007-09-261-0/+4
| | | | | | | | | | | | | bad code at -O2. Since this is likely caused by the low-level optimizer, testing TARGET_ARCH rather than MACHINE_ARCH should handle ia64 cross-compilation as well. With this work-around in place, we can release using the current GCC and Binutils code at the default optimization level on ia64. Approved by: re (kensmith) Notes: svn path=/head/; revision=172326
* Fix possible uninitialized variable insert due to previous commit.Edwin Groothuis2007-09-251-1/+1
| | | | | | | | | | | | | Pointy hat to: me and my absence of -Wall in my CFLAGS. MFC will happen at the same time of the earlier commit. Thanks to ru@ for spotting. Approved by: re (Ken Smith), grog@ (mentor) Notes: svn path=/head/; revision=172325
* man(1) can't handle compressed included files.Edwin Groothuis2007-09-201-0/+15
| | | | | | | | | | | | | | | | | | | | Some ports will install with compressed manpages. man handles this by looking for the .gz version of a man source file. It is also common to include other files with the .so directive where commands or functions share a man page. Traditionally ports have had to handle this by either not compressing the manpages, or using the _MLINKS macro in the port makefile to create symlinks to the actual source file, rather than using .so versions. Notably, the current version of Xorg port breaks. See ports/113096 and ports/115845. PR: bin/115850 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> Approved by: re@ (ken smith), grog@ (mentor) MFC after: 1 week Notes: svn path=/head/; revision=172257
* Catch up with the demise of /usr/X11R6David E. O'Brien2007-09-191-1/+1
| | | | | | | Approved by: re(ken) Notes: svn path=/head/; revision=172244
* Reduce diff to vendor for maintance purposes.David E. O'Brien2007-09-191-5/+6
| | | | | | | Approved by: re(ken) Notes: svn path=/head/; revision=172243
* In the case of a native build, set NATIVE to yes so that the code circuitsThomas Quinot2007-09-191-1/+4
| | | | | | | | | | | | | | that need to be activated specifically for the case of a native linker actually are enabled. Specifically, this makes ld(1) look for shared libraries in LD_LIBRARY_PATH in the native case, as documented in the man page. PR: gnu/96481 Approved by: re (kensmith) MFC after: 2 weeks Notes: svn path=/head/; revision=172241
* Make gcc default to big endian when building it for a big endian target.Olivier Houchard2007-09-181-0/+4
| | | | | | | | | | This was lost while migrating to gcc4. Reported by: Michael Reifenberger <mike at Reifenberger dot com> Approved by: re (blanket) Notes: svn path=/head/; revision=172234
* Fix stack overflow with too many items return list in 'dialog' program.Andrey A. Chernov2007-08-241-1/+1
| | | | | | | | | (Noticed in ghostscript-gpl core dump) Approved by: re@ (bmah) Notes: svn path=/head/; revision=171951
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'John Baldwin2007-08-221-0/+1
| | | | | | | | | | to treat the frame under 'nmi_calltrap' as a trapframe. MFC after: 3 days Approved by: re (bmah) Notes: svn path=/head/; revision=171924
* Install etx/numeric_traits.h.Alexander Kabaev2007-08-161-4/+4
| | | | | | | | PR: gnu/115250 Approved by: re (blanket) Notes: svn path=/head/; revision=171864
* Remove comment that was added by mistakes and which prevented _eprintfAlexander Kabaev2007-08-141-1/+1
| | | | | | | | | and gcc_bcmp to be added to static libgcc.a. Approved by: re (kensmith) Notes: svn path=/head/; revision=171846
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-183-3/+3
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Fix build on arm: time_t on arm is 64 bits while long isXin LI2007-06-171-3/+10
| | | | | | | | | | | | | | | 32 bits, so subsequent compile time assertion: sizeof inf->stat.st_mtime <= sizeof sec Would fail because of that. This change is suitable for general consumption as well, but fix it in our local patchset as we are near a code freeze. Submitted by: cognet Notes: svn path=/head/; revision=170857
* Update build skeleton after diffutils 2.8.7 update.Xin LI2007-06-1511-937/+164
| | | | Notes: svn path=/head/; revision=170758
* Don't lie about saved reports.Philip Paeps2007-06-021-1/+1
| | | | | | | | | PR: gnu/89777 Submitted by: edwin MFC after: 1 day Notes: svn path=/head/; revision=170209
* Install omp.h file.Alexander Kabaev2007-05-311-0/+2
| | | | | | | Submitted by: Pieter de Goeje (pieter at degoejes dot nl) Notes: svn path=/head/; revision=170156
* Fix compiles when user chooses to disable both ObjC and C++ support inAlexander Kabaev2007-05-281-1/+2
| | | | | | | | | GCC. Reported by: bz Notes: svn path=/head/; revision=170039
* Don't forget to clean generated ssp.h.Ruslan Ermilov2007-05-221-0/+1
| | | | Notes: svn path=/head/; revision=169862