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
/
bin
/
ps
/
fmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of a cast to '(void) ' on the return of a call to strcpy.
gad
2004-06-22
1
-1
/
+1
*
Oops. Undo that last 'const' change. It expects similar changes to some
gad
2004-06-22
1
-12
/
+10
*
Add 'const' to a few places.
gad
2004-06-22
1
-10
/
+12
*
When displaying the "COMMAND" field for system-processes and/or kernel
gad
2004-06-22
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Fix long constant usage for i386.
markm
2003-05-03
1
-1
/
+1
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-1
/
+1
*
Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to
charnier
2003-02-05
1
-0
/
+1
*
Don't depend on pollution in <limits.h> for the definition of
mike
2002-07-05
1
-0
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-4
/
+2
*
Back out previous back out of previously correct code.
jmallett
2002-06-07
1
-2
/
+1
*
Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I
jmallett
2002-06-06
1
-1
/
+2
*
Returning NULL here if malloc(3) fails is silly, at this point in the codepath
jmallett
2002-06-05
1
-1
/
+1
*
Remove an XXX comment that seems to be a tiny bit no longer pertinent. This
jmallett
2002-06-05
1
-4
/
+0
*
Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.
jmallett
2002-06-05
1
-5
/
+5
*
Check for possible overflow from sysconf _SC_ARG_MAX and error out in a
jmallett
2002-05-05
1
-5
/
+10
*
Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)
jmallett
2002-05-02
1
-2
/
+2
*
WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra
markm
2002-02-03
1
-14
/
+19
*
o __P has been reoved
imp
2002-02-02
1
-10
/
+5
*
Prevent overflowing the buffer that stores the command arguments.
mikeh
2002-01-20
1
-4
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Fixed -Wall regression (broken in rev.1.12). Removed unused includes.
bde
1998-12-07
1
-3
/
+3
*
Remove compile time dependency on ARG_MAX.
jkoshy
1998-06-17
1
-2
/
+11
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-15
1
-3
/
+5
*
Fix buffer overflow (probably unexploitable).
guido
1997-03-10
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
-Wall cleaning.
steve
1996-12-14
1
-2
/
+2
*
Remove unneded ctype.h
ache
1995-10-23
1
-2
/
+1
*
Fix previous fix that removes an unnecessary space; the output is now
dg
1995-03-09
1
-3
/
+6
*
Fix an error to prevent some core dumps from ps.
ats
1994-11-10
1
-2
/
+3
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
Got rid of extra space between args and (command).
dg
1994-08-18
1
-1
/
+1
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+115