| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -10/+13 |
* | Do not print error message twice. | charnier | 2002-04-12 | 2 | -6/+10 |
* | Don't use gcc specific flags. | dwmalone | 2002-03-30 | 1 | -1/+0 |
* | Add FBSDID. Do not \n terminate err() strings. Spelling. | charnier | 2002-03-26 | 1 | -5/+6 |
* | remove __P | imp | 2002-03-22 | 3 | -15/+16 |
* | Removed unused include of kernel-only file <sys/lock.h>. | bde | 2001-10-13 | 1 | -1/+0 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 2 | -2/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 2 | -8/+28 |
* | Fix usage message, the executable is optional. | mikeh | 2001-08-15 | 2 | -2/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Null terminate buffer. | jlemon | 2001-06-07 | 1 | -1/+2 |
* | Fix minor style issue from previous commit. | obrien | 2001-05-03 | 2 | -2/+2 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | obrien | 2001-05-02 | 3 | -3/+3 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 2 | -0/+2 |
* | MAXPATHLEN contains the trailing NUL. | imp | 2001-03-01 | 2 | -2/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+0 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 2 | -50/+40 |
* | Fixed typo: .EL -> .El | ru | 2000-11-06 | 1 | -1/+1 |
* | Change our ELF binary branding to something more acceptable to the Binutils | obrien | 2000-04-18 | 1 | -2/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 1 | -2/+3 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | Add braces to appease the egcs -Wall mom. | jdp | 1999-07-17 | 2 | -4/+6 |
* | Make gcore work again. It was broken by a format change in the | jdp | 1999-07-17 | 1 | -2/+2 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Fix errors detected by -Wformat. | jdp | 1998-11-01 | 3 | -6/+7 |