index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
gcore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+20
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-21
/
+70
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-1
/
+1
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
3
-15
/
+123
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
|
Updated dependencies
sjg
2013-10-13
1
-0
/
+1
|
*
|
|
Merge from head
sjg
2013-09-05
2
-204
/
+374
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+20
*
|
|
|
|
Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>
jhb
2015-04-08
1
-18
/
+0
*
|
|
|
|
Include OBJT_PHYS VM objects in ELF core dumps. In particular this
jhb
2015-02-14
1
-1
/
+2
*
|
|
|
|
Make use of the new Altivec ptrace support, to save the Altivec registers in
jhibbits
2015-01-14
1
-0
/
+32
*
|
|
|
|
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
|
|
|
|
Improve support for XSAVE with debuggers.
jhb
2014-11-21
1
-0
/
+35
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove an unsed variable.
kevlo
2014-07-31
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Create 32-bit core files for 32-bit processes on 64-bit machines.
marcel
2014-07-26
3
-15
/
+123
|
|
/
|
/
|
*
|
Add some missing DPADD.
antoine
2013-05-11
1
-1
/
+1
*
|
Wrong cast.
trociny
2013-04-20
1
-2
/
+1
*
|
Sync gcore(1) with the recent changes in kernel code aimed at adding
trociny
2013-04-20
2
-203
/
+374
|
/
*
Match size_t and ssize_t by using %zu and %zd instead of %d.
delphij
2011-07-11
1
-1
/
+1
*
Start sentences on a new line to ease life for translators. Tweak the
jhb
2010-12-28
1
-7
/
+8
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
3
-12
/
+0
*
Add the ability for GDB to printout the thread name along with other
attilio
2010-11-22
1
-0
/
+11
*
Fix spelling.
attilio
2010-07-14
1
-5
/
+5
*
Fix the way the segments are included in the gcore outputs (with the
attilio
2010-07-14
4
-11
/
+30
*
Fixed dependencies (make checkdpadd).
ru
2010-02-25
1
-1
/
+2
*
Fix gcore so that it can have the '-s' flag without hanging.
mjacob
2010-02-05
2
-27
/
+19
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
Change gcore in order to get rid of the procfs accesses and use FreeBSD's
attilio
2009-11-25
4
-198
/
+185
*
Use %zu for size_t, not %zd.
emaste
2009-09-23
1
-3
/
+3
*
Use %zd for size_t. With this gcore(1) is WARNS=6 clean.
delphij
2008-07-18
1
-3
/
+3
*
Eliminate memory leak from an accidental malloc().
emaste
2007-04-10
1
-1
/
+0
*
Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map file
peter
2006-03-25
1
-3
/
+3
*
Remove a.out support from gcore(1).
das
2004-11-27
2
-249
/
+0
*
gcore(1) apparently still cares about a.out core dumps, so it still
das
2004-11-20
1
-0
/
+2
*
Teach gcore about the pathname field of '/proc/*/map' so that it doesn't
rwatson
2004-07-12
1
-3
/
+3
*
Deal with double whitespace.
ru
2004-07-03
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+4
*
Fix some WARNS:
dwmalone
2004-02-15
3
-8
/
+7
*
Add #include <sys/queue.h> for sparc64's benefit. The MD includes there
peter
2002-09-13
1
-0
/
+1
*
Use a crowbar to move the a.out code out of gcore.c and into its own
peter
2002-09-13
7
-577
/
+68
*
Include stdint.h to make this compile.
iedowse
2002-09-05
1
-0
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
4
-14
/
+19
*
Consistently wrap CSRG SCM ID.
obrien
2002-06-30
3
-4
/
+6
*
Consistently use FBSDID
obrien
2002-06-30
4
-6
/
+4
[next]