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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When comparing, cast to the larger size, off_t in this case.
kientzle
2008-11-05
1
-1
/
+1
*
Fix compile warnings building on amd64. This is modified slightly
kientzle
2008-11-05
1
-4
/
+5
*
Declare functions and variables static and save a few byte. This is a
mlaier
2008-11-04
1
-9
/
+9
*
style(9): mostly avoiding line wrap by not indenting cases. No obj change.
mlaier
2008-11-04
1
-114
/
+121
*
Fix comment typo that managed to sneak in when I copy pasted some
keramida
2008-11-04
1
-1
/
+1
*
Repeat vmstat header after window.rows instead of a hardcoded 20.
keramida
2008-11-04
1
-9
/
+69
*
Use strlcpy() when we mean it.
delphij
2008-10-17
2
-6
/
+3
*
Free old arrays if we increase them.
phk
2008-10-16
1
-0
/
+1
*
Make ministat(1) vastly faster on huge datasets.
phk
2008-10-16
2
-51
/
+36
*
ANSIfy, plus constify interfaces where possible.
delphij
2008-10-13
4
-115
/
+50
*
Use strlcpy() instead of strncpy() when we want the string to be
delphij
2008-10-13
1
-3
/
+2
*
Make the CPU column in top always be 2 characters and print in decimal
jhb
2008-10-01
1
-3
/
+3
*
Since in some cases (when found obsolete) 'make' can be builded earlier
ache
2008-09-29
1
-1
/
+6
*
Support for CPU sets is going to appear in 7.1 before 8.0.
jhb
2008-09-29
1
-1
/
+1
*
Add back ar(1) which was accidentally decoupled in r183242.
marius
2008-09-24
1
-0
/
+1
*
add new build knobs and jigger some existing controls to improve
sam
2008-09-21
4
-32
/
+95
*
Fix build.
kaiw
2008-09-21
1
-0
/
+2
*
Add support for option "-M", which is used to operate ar(1) in a
kaiw
2008-09-20
6
-47
/
+864
*
Clean up flags support just a tad: FreeBSD support depends on
kientzle
2008-09-14
2
-28
/
+30
*
Test handling of restores relative to symlinks.
kientzle
2008-09-14
2
-0
/
+173
*
Display the sum of the runtime of all the threads in a process when it's
sepotvin
2008-09-12
1
-0
/
+1
*
Don't destroy the archive until after you finish pulling useful
kientzle
2008-09-04
1
-1
/
+1
*
Add support for RLIMIT_NPTS to limits(1).
ed
2008-09-02
2
-54
/
+68
*
Add gprof MIPS MD header and enable building gprof.
obrien
2008-09-02
2
-2
/
+46
*
Use RUSAGE_SELF for the current process instead of hardcoded value
kevlo
2008-09-02
1
-1
/
+1
*
Truss and gprof doesn't build for MIPS.
obrien
2008-09-01
1
-1
/
+3
*
Correct a silly typo I introduced: withing -> within.
yar
2008-09-01
1
-1
/
+1
*
Minimize changes CURRENT<->releng7.
obrien
2008-09-01
4
-9
/
+8
*
pkill(1) first appeared in /usr/bin, but later it was moved to /bin
yar
2008-08-31
4
-1064
/
+0
*
Add ECN stats.
rpaulo
2008-08-26
1
-0
/
+5
*
MfP4: Verify correct interaction with umask: Add another
kientzle
2008-08-25
1
-6
/
+27
*
Explicitly tell that one needs to start a context address with a
yar
2008-08-24
1
-4
/
+11
*
Update the total archive byte counters when writing entries to disk using
kientzle
2008-08-24
7
-13
/
+19
*
straighten out the "clean" target
kientzle
2008-08-24
1
-6
/
+2
*
cpio -v emits a line for every item copied.
kientzle
2008-08-24
1
-1
/
+1
*
Update the passthrough_dotdot test to reproduce a
kientzle
2008-08-24
1
-0
/
+2
*
Test for proper handling of "cpio -p .."
kientzle
2008-08-24
2
-0
/
+88
*
Test for a bug reported by Bernd Walter: In passthrough mode,
kientzle
2008-08-24
3
-3
/
+107
*
Comment a couple of places where bsdcpio and gcpio 2.9 disagree.
kientzle
2008-08-22
3
-2
/
+10
*
The newc-format verification is now a little smarter about
kientzle
2008-08-22
1
-9
/
+24
*
Minor cleanup of the -q test: Assert that stdout/stderr are empty for each
kientzle
2008-08-22
1
-3
/
+9
*
Don't clean before running tests.
kientzle
2008-08-22
1
-1
/
+1
*
Explain how the test_option_q test works.
kientzle
2008-08-22
1
-0
/
+15
*
Test for -q (aka --fast-read).
kientzle
2008-08-22
3
-1
/
+106
*
The results for test 2 here are short enough to just be included inline.
kientzle
2008-08-21
2
-8
/
+3
*
Use the SCHEME_ knobs rather than knowing what they expand to.
obrien
2008-08-21
1
-2
/
+2
*
Lockf was exiting with status 1 if the command did not exit normally.
dwmalone
2008-08-21
2
-1
/
+6
*
Add some more tests to verify that "./foo" matches "foo" but "/foo" does not.
kientzle
2008-08-21
4
-1
/
+76
*
Always display the unedited pathname in -t output.
kientzle
2008-08-21
4
-21
/
+12
*
cpio should restore file flags and ACLs when they're available
kientzle
2008-08-20
1
-0
/
+2
[next]