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
...
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Do tilde expansion in substitutions.
jilles
2010-04-03
1
-3
/
+3
*
sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.
jilles
2010-04-03
1
-1
/
+3
*
sh: Remove special handling for ' and " in arithmetic.
jilles
2010-04-03
2
-6
/
+1
*
sh: Fix various things about expansions:
jilles
2010-04-03
1
-73
/
+208
*
sh: Treat unexpected newlines in substitutions as a syntax error.
jilles
2010-04-03
1
-0
/
+4
*
Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.
delphij
2010-03-30
1
-8
/
+9
*
Remove unused files.
delphij
2010-03-30
3
-617
/
+0
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
4
-41
/
+41
*
o) Add a keyword to displaying elapsed time in integer seconds, "etimes".
jmallett
2010-03-17
4
-2
/
+25
*
sh: Do not abort on a redirection error on a compound command.
jilles
2010-03-14
1
-4
/
+42
*
sh: Do not abort on a redirection error if there is no command word.
jilles
2010-03-13
1
-1
/
+7
*
sh: Fix longjmp clobber warnings in parser.c.
jilles
2010-03-13
1
-166
/
+162
*
Switch to our preferred license text.
joel
2010-03-07
8
-64
/
+64
*
sh: Make sure to popredir() even if a function caused an error.
jilles
2010-03-06
1
-1
/
+3
*
sh: Make sure to popredir() even if a special builtin caused an error.
jilles
2010-03-06
1
-2
/
+3
*
sh: Improve the command builtin:
jilles
2010-03-06
4
-43
/
+90
*
Update the list of the process flags. Note that the lists of pending
kib
2010-03-05
1
-3
/
+15
*
ed(1): make WARNS=6 clean
uqs
2010-03-04
2
-7
/
+1
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-02
2
-14
/
+0
*
Do not restrict the allowed signals that can be specified by number
kib
2010-02-25
1
-1
/
+1
*
Fix expansion of \W in prompt strings when the working directory is "/".
jh
2010-02-24
1
-1
/
+1
*
Bump WARNS where possible.
uqs
2010-02-15
1
-1
/
+1
*
- Implement -q option for pgrep(1).
pjd
2010-02-12
2
-5
/
+20
*
Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...
brucec
2010-02-08
2
-2
/
+4
*
Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.
jh
2010-02-08
1
-2
/
+6
*
Tell the compiler these structures are aligned to a byte boundary.
imp
2010-02-07
3
-7
/
+5
*
sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.
jilles
2010-02-06
2
-1
/
+8
*
Arm doesn't seem to need such kit gloves. Bump the warnings to 3 here
imp
2010-02-04
1
-2
/
+0
*
Fixes for ls(1) long format (-l) output:
jh
2010-01-24
3
-21
/
+50
*
Print full path in the error message. It's possible that fts(3)
jh
2010-01-24
1
-1
/
+1
*
Remove stale references to utmp(5) and its corresponding filenames.
ed
2010-01-21
1
-2
/
+2
*
Raise WARNS for various tools where possible.
ed
2010-01-17
1
-1
/
+0
*
Implement an "-x" option to cp(1), for compatibility with Linux and
gavin
2010-01-17
3
-7
/
+12
*
Port everything in bin/ from utmp to utmpx.
ed
2010-01-13
3
-12
/
+3
*
Let csh(1) use utmpx instead of utmp.
ed
2010-01-13
2
-5
/
+6
*
Committed the wrong version in r201484. This time really fix the "-t"
obrien
2010-01-04
1
-4
/
+14
*
Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),
obrien
2010-01-04
1
-3
/
+4
*
sh: Send the "not found" message for builtin <cmd> to redirected fd 2.
jilles
2010-01-03
1
-5
/
+11
*
sh: Fix some bugs with backquoted builtins:
jilles
2010-01-01
6
-21
/
+23
*
sh(1): document ulimit -w (swapuse rlimit).
jilles
2009-12-31
1
-2
/
+5
*
sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2009-12-31
1
-2
/
+2
*
sh: Use PATH= assignment in type.
jilles
2009-12-31
1
-1
/
+1
*
sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).
jilles
2009-12-31
3
-7
/
+14
*
sh: Ensure funcnest is decremented if there was an error in the function.
jilles
2009-12-30
1
-2
/
+3
*
Fix memory leak when parsing backticks (``).
jilles
2009-12-30
1
-13
/
+23
*
sh: arith: Return only 0 and 1 from && and ||.
jilles
2009-12-30
1
-2
/
+2
*
Add missing `void' for function without arguments.
ed
2009-12-29
1
-1
/
+1
*
Add missing `void' for function without arguments.
ed
2009-12-29
1
-1
/
+1
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-8
/
+8
[prev]
[next]