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
/
elfcore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the way the segments are included in the gcore outputs (with the
attilio
2010-07-14
1
-5
/
+10
*
Change gcore in order to get rid of the procfs accesses and use FreeBSD's
attilio
2009-11-25
1
-180
/
+163
*
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
*
Teach gcore about the pathname field of '/proc/*/map' so that it doesn't
rwatson
2004-07-12
1
-3
/
+3
*
Fix some WARNS:
dwmalone
2004-02-15
1
-4
/
+3
*
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
1
-1
/
+21
*
Include stdint.h to make this compile.
iedowse
2002-09-05
1
-0
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-9
/
+10
*
Add FBSDID. Do not \n terminate err() strings. Spelling.
charnier
2002-03-26
1
-5
/
+6
*
Removed unused include of kernel-only file <sys/lock.h>.
bde
2001-10-13
1
-1
/
+0
*
Null terminate buffer.
jlemon
2001-06-07
1
-1
/
+2
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+1
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
1
-2
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make gcore work again. It was broken by a format change in the
jdp
1999-07-17
1
-2
/
+2
*
Fix errors detected by -Wformat.
jdp
1998-11-01
1
-2
/
+3
*
Make gcore work for ELF.
jdp
1998-10-19
1
-0
/
+513