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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
In the sorting routine, sort by thread-id if two processes have the same PID.
gad
2004-06-23
1
-0
/
+2
*
Fix some style bugs I introduced pointed out by bde. Also add a blank
dwmalone
2004-06-23
1
-15
/
+23
*
Use nanoseconds and then lexicographic ordering when the seconds of
dwmalone
2004-06-22
1
-6
/
+42
*
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
2
-13
/
+11
*
Add 'const' to a few places.
gad
2004-06-22
2
-11
/
+13
*
When displaying the "COMMAND" field for system-processes and/or kernel
gad
2004-06-22
2
-1
/
+4
*
Have `ps' return the cputimes for zombies, with the assumption that
gad
2004-06-21
1
-1
/
+1
*
Add the `-O emul' format option, which prints the name of the system-call
gad
2004-06-20
3
-0
/
+13
*
From SUSv3:
gad
2004-06-20
1
-1
/
+1
*
Add new output-format keywords of LWP and NLWP, which show the thread-id
gad
2004-06-20
1
-0
/
+8
*
Have the main() routine calculate %CPU and (if needed) memory information
gad
2004-06-20
2
-36
/
+31
*
Typo: s/SunOP/SunOS/g.
maxim
2004-06-16
1
-2
/
+2
*
style.Makefile(5)
obrien
2004-06-13
1
-2
/
+2
*
If we are asked to print the total number of blocks, do so even if we
das
2004-06-08
1
-12
/
+14
*
Remove from the printfns the assumption that dp->list != NULL. Even
das
2004-06-08
1
-2
/
+6
*
Remove a duplicated description of the test for the null string.
yar
2004-06-07
1
-5
/
+0
*
Describe how test(1) will evaluate its expressions for a symlink.
yar
2004-06-07
1
-1
/
+13
*
Plug file descriptor leak in implementation of -n option.
tjr
2004-06-05
1
-0
/
+1
*
Convert fsbtoblk() from a macro to a function. The redundant
das
2004-06-04
1
-8
/
+13
*
Plug small memory leak.
le
2004-06-03
1
-0
/
+1
*
Try to change the isdigitch() macro to something that Bruce won't roll
gad
2004-06-01
1
-3
/
+3
*
A few more style-fixes from Bruce. The only non-cosmetic change
gad
2004-06-01
1
-16
/
+9
*
Since I'm not ready to add the non-standard ADD_PS_LISTRESET feature,
gad
2004-06-01
1
-26
/
+1
*
Make a few style-istic improvements to the previous commits.
gad
2004-06-01
1
-16
/
+15
*
Fix so `ps' catches and complains about null-values specified for a
gad
2004-06-01
1
-3
/
+8
*
Additional tiny adjustment to kludge-option processing so `ps t p0'
gad
2004-06-01
1
-6
/
+7
*
Rewrite the kludge-option processing to improve how it handles a few
gad
2004-06-01
1
-62
/
+91
*
Use humanize_number(3).
pjd
2004-05-25
2
-60
/
+7
*
Add pgrep(1) and pkill(1) to the cross-reference section of ps(1).
gad
2004-05-25
1
-0
/
+2
*
Use humanize_number(3) to format sizes into a human readable form.
pjd
2004-05-24
2
-88
/
+19
*
Include <stdio.h> for a sprintf() prototype.
stefanf
2004-05-24
1
-0
/
+2
*
Add the 'sid' info to the output of `ps -j', to make up for the 'sess'
gad
2004-05-23
2
-2
/
+2
*
Fix the kludge-old-options processing so `ps tpt' will be treated the
gad
2004-05-23
1
-4
/
+5
*
Change `ps' to use the KERN_PROC_RGID and KERN_PROC_SESSION options
gad
2004-05-22
1
-8
/
+5
*
Assorted markup fixes.
ru
2004-05-16
1
-209
/
+227
*
Punctuation.
ru
2004-05-16
1
-1
/
+1
*
Fixed spelling of the document date.
ru
2004-05-16
1
-2
/
+2
*
Bump document date for the latest functional change.
ru
2004-05-16
2
-11
/
+12
*
DESCRIPTION was not updated for the new SYNOPSIS.
ru
2004-05-16
1
-6
/
+7
*
Added -v to usage().
ru
2004-05-16
1
-1
/
+1
*
Use WARNS?=3 for these in the arm case for now, due to toolchain issues.
cognet
2004-05-14
1
-0
/
+4
*
Only add the widths together for printable characters in prn_normal();
tjr
2004-05-03
1
-1
/
+2
*
Treat filenames as multibyte character strings (according to the current
tjr
2004-05-02
4
-65
/
+132
*
Various quibbles:
das
2004-04-28
1
-15
/
+28
*
Fix some style issues in rev 1.58.
obrien
2004-04-22
1
-13
/
+12
*
Add 'g' to SYNOPSIS.
obrien
2004-04-22
1
-1
/
+1
*
Fix printing of the "Mounted on" values for 'df -i'.
obrien
2004-04-22
1
-2
/
+4
*
Add -c option simular to du(1).
obrien
2004-04-18
3
-15
/
+51
*
Document the "return" built-in better: it will exit . (sources) and
green
2004-04-14
1
-1
/
+7
[prev]
[next]