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
*
Fix expanding of quoted positional parameters in case patterns.
stefanf
2006-11-07
1
-6
/
+6
*
When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not
stefanf
2006-11-05
3
-9
/
+25
*
Fix typo.
ceri
2006-11-02
1
-1
/
+1
*
Correct a security issue introduced in previous commit:
delphij
2006-10-31
2
-3
/
+11
*
Be more reasonable when overwrite mode is specified while there
delphij
2006-10-30
2
-1
/
+8
*
Wording nits.
trhodes
2006-10-27
1
-11
/
+7
*
Flesh out the compatibility section a little bit. Bump doc date.
trhodes
2006-10-24
1
-30
/
+20
*
o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do not
maxim
2006-10-18
1
-2
/
+1
*
Avoid a spurious warning for each whiteout found during "ls -lW".
ru
2006-10-18
1
-2
/
+3
*
o Zero out struct stat before usage. lstat(2) can fail and
maxim
2006-10-18
1
-0
/
+1
*
- Improve description of the -A option.
ru
2006-10-12
1
-7
/
+12
*
Fix style(9) bugs in previous commit.
trhodes
2006-10-11
1
-7
/
+4
*
Adhere to POSIX: the -m option only applies to the newly created
ru
2006-10-10
1
-13
/
+21
*
Make -r a synonym for -R, similar to behavior on Linux while being backwards
trhodes
2006-10-07
2
-14
/
+41
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
4
-22
/
+40
*
o Style(9).
maxim
2006-10-07
1
-9
/
+7
*
o Avoid division by zero.
maxim
2006-10-07
1
-3
/
+8
*
o Hold copied bytes counter in off_t. This prevents statistics
maxim
2006-10-06
1
-1
/
+1
*
Move the -l option processing to where it belongs.
ru
2006-09-29
1
-4
/
+4
*
Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our
csjp
2006-09-20
1
-2
/
+11
*
Markup fixes.
ru
2006-09-17
6
-10
/
+14
*
- Fix options order.
ru
2006-08-25
2
-7
/
+7
*
Remove a stray -a option that probably sneaked in from julian's
ru
2006-08-25
1
-2
/
+2
*
Add an option to allow copying of a hierarchy while linking he regular files.
julian
2006-08-24
4
-82
/
+105
*
For the sake of clarity, explicitly tell that comma and space
yar
2006-08-21
1
-2
/
+3
*
Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing
imp
2006-08-20
1
-2
/
+2
*
Use strlcpy in place of strncpy + setting the last character NUL. To
imp
2006-08-20
1
-2
/
+2
*
Document a detail in the present syntax of "ps -o foo=bar". Now
yar
2006-08-18
1
-6
/
+7
*
while(0); -> while (0) in multiline macro
imp
2006-08-17
1
-1
/
+1
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Do not forget to increment the input line counter
yar
2006-07-31
1
-0
/
+1
*
Granting the amount of misunderstanding the last change received,
yar
2006-07-31
1
-1
/
+7
*
Tell more of the sh(1) history.
yar
2006-07-29
1
-2
/
+17
*
Document that both sides of -a or -o are always evaluated. This
yar
2006-07-27
1
-1
/
+8
*
Make it easier to find that we have test(1) built-in in sh(1).
yar
2006-07-26
1
-4
/
+9
*
More inactive maintainers.
markm
2006-07-09
1
-2
/
+0
*
o Call fts_close() before exit.
maxim
2006-07-04
1
-0
/
+1
*
Document the fact that 'true' and 'false' are among sh(1) built-in commands.
yar
2006-06-21
1
-1
/
+5
*
Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }".
stefanf
2006-06-15
1
-1
/
+1
*
Implement the PS4 variable which is defined by the POSIX User Portability
stefanf
2006-06-15
4
-6
/
+23
*
Don't strip a leading ./ from the path for the cd builtin to avoid interpreting
stefanf
2006-06-12
1
-2
/
+3
*
o Fix grammar, format.
maxim
2006-06-09
1
-3
/
+3
*
Document the way to get list of files to process from the stdin.
kib
2006-06-09
1
-1
/
+3
*
Copy filename read from the stdin into the private buffer. Otherwise,
kib
2006-06-09
1
-1
/
+5
*
Fix the wording about the blocksize (-b) parameter. The existing
cokane
2006-05-10
1
-2
/
+3
*
POSIX demands that set's output (when invoked without arguments) should be
stefanf
2006-04-29
1
-9
/
+47
*
Check the buffer size when copying the line returned by el_gets() into our
stefanf
2006-04-29
1
-4
/
+13
*
Whitespace nits.
schweikh
2006-04-17
2
-5
/
+5
*
Correct assorted grammos and typos.
schweikh
2006-04-16
1
-11
/
+11
*
o Be pedantic and do fts_close() when done.
maxim
2006-04-15
1
-0
/
+1
[next]