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
...
*
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
*
Style fixes and add gen to CLEANFILES.
njl
2004-04-09
1
-12
/
+15
*
Give date(1) a much better SYNOPSIS section which is useful as more than
green
2004-04-06
1
-9
/
+13
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
182
-728
/
+0
*
Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.
gad
2004-04-04
1
-1
/
+0
*
Add back the `-e' option, which was mistakenly dropped when cleaning
gad
2004-04-04
1
-1
/
+1
*
Give a name of 'l' (list) to the union in struct listinfo. This is
gad
2004-04-04
1
-28
/
+30
*
Stop iterating over ACLs if we've already determined we
bmilekic
2004-04-03
1
-5
/
+11
*
Add spaces after flag names on .Fl macros.
gad
2004-04-01
1
-2
/
+2
*
Describe the sorting options in better and more complete detail.
gad
2004-03-31
1
-6
/
+29
*
Switch to using strtoul() for parsing a potential UID or GID, which gets
gad
2004-03-30
1
-9
/
+8
*
Bruce would really like the prototype for fmt() to be split across lines
gad
2004-03-30
1
-1
/
+2
[prev]
[next]