|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
3e11bd9e |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert to usr.bin/ to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0 |
|
| #
31d743df |
| 26-Jul-2014 |
Marcel Moolenaar <[email protected]> |
Create 32-bit core files for 32-bit processes on 64-bit machines. The 64-bit machine supported right now is amd64, but it's not too hard to add powerpc64.
Obtained from: Juniper Networks, Inc.
|
|
Revision tags: release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
290b7b22 |
| 11-May-2013 |
Antoine Brodin <[email protected]> |
Add some missing DPADD.
|
| #
7fe6d16e |
| 20-Apr-2013 |
Mikolaj Golub <[email protected]> |
Sync gcore(1) with the recent changes in kernel code aimed at adding procstat notes to a process core file.
Suggested by: jhb MFC after: 1 month
|
|
Revision tags: release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0 |
|
| #
ebc5dece |
| 19-Dec-2009 |
Attilio Rao <[email protected]> |
MFC r199805: Change gcore in order to get rid of the procfs support and use FreeBSD's specific interfaces. Main changes: - now gcore recognizes threads within the the process and handle dumps on a
MFC r199805: Change gcore in order to get rid of the procfs support and use FreeBSD's specific interfaces. Main changes: - now gcore recognizes threads within the the process and handle dumps on a thread scope - the process to be analyzed should be stopped while gcore runs - gcore may not work with processes that are being debugged with gdb or truss - ptrace may let interruptible calls to return EINTR, thus dirtying signals handling within the process
Sponsored by: Sandvine Incorporated
show more ...
|
| #
bee10047 |
| 25-Feb-2010 |
Ruslan Ermilov <[email protected]> |
Fixed dependencies (make checkdpadd).
|
| #
b7946da9 |
| 02-Jan-2010 |
Ed Schouten <[email protected]> |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
|
| #
2e7ecbfb |
| 25-Nov-2009 |
Attilio Rao <[email protected]> |
Change gcore in order to get rid of the procfs accesses and use FreeBSD's specific sysctls and ptrace interfaces. This change switches a bit gcore POLA that is summarized here: - now gcore can recogn
Change gcore in order to get rid of the procfs accesses and use FreeBSD's specific sysctls and ptrace interfaces. This change switches a bit gcore POLA that is summarized here: - now gcore can recognize threads within the process and handle dumps on thread-scope - the process to be analyzed will be stopped during its gcore run - gcore may not work with processes which are actively being analyzed by gdb or truss - the ptrace interface may cause syscalls to return EINTR, thus interferring with signals handling within the process
Side note: <janitor task> the interface can be further lifted in order to get rid of the very last procfs interfaces remnants and made more suitable for copying with sysctl/ptrace interface </janitor task>.
Obtained from: Sandvine Incorporated Reviewed by: emaste, rwatson Sponsored by: Sandvine Incorporated MFC: 1 month
show more ...
|
|
Revision tags: release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0 |
|
| #
c5ac569a |
| 27-Nov-2004 |
David Schultz <[email protected]> |
Remove a.out support from gcore(1).
|
|
Revision tags: release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0 |
|
| #
e0491636 |
| 13-Sep-2002 |
Peter Wemm <[email protected]> |
Use a crowbar to move the a.out code out of gcore.c and into its own file so that we have a chance of using gcore on non-i386 platforms. Use linker sets to reduce the registration glue. Remove md-s
Use a crowbar to move the a.out code out of gcore.c and into its own file so that we have a chance of using gcore on non-i386 platforms. Use linker sets to reduce the registration glue. Remove md-sparc.c, we do not have an a.out sparc32 port. aoutcore.c was repocopied from gcore.c.
show more ...
|
|
Revision tags: release/4.6.2 |
|
| #
a9a1c4a6 |
| 30-Mar-2002 |
David Malone <[email protected]> |
Don't use gcc specific flags.
|
|
Revision tags: release/4.3.0 |
|
| #
0917704b |
| 14-Nov-1999 |
Marcel Moolenaar <[email protected]> |
${MACHINE} -> ${MACHINE_ARCH}
All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building.
Tags added to: sys/boot/Makefile sys/boot/arc/loader/Make
${MACHINE} -> ${MACHINE_ARCH}
All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building.
Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile
usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
show more ...
|
| #
52e7cc0a |
| 19-Oct-1998 |
John Polstra <[email protected]> |
Make gcore work for ELF.
|
| #
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <[email protected]> |
Remove trailing whitespace.
|
| #
2577a8ac |
| 28-Aug-1994 |
Bruce Evans <[email protected]> |
Add dependencies on libraries to DPADD. Someday this should be done automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be
Add dependencies on libraries to DPADD. Someday this should be done automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
show more ...
|
|
Revision tags: release/1.1.5.1_cvs |
|
| #
17917d67 |
| 29-May-1994 |
Rodney W. Grimes <[email protected]> |
Corrected to work without symbolic links for md-${MACHINE}.c.
|
| #
9b50d902 |
| 27-May-1994 |
Rodney W. Grimes <[email protected]> |
BSD 4.4 Lite Usr.bin Sources
|