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
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document missing multibyte character handling in utilities specified
tjr
2004-07-03
1
-1
/
+5
*
Deal with double whitespace.
ru
2004-07-03
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
2
-96
/
+192
*
Include <stdio.h> for a sprintf() prototype.
stefanf
2004-05-24
1
-0
/
+2
*
Document the "return" built-in better: it will exit . (sources) and
green
2004-04-14
1
-1
/
+7
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
66
-264
/
+0
*
Install /bin/sh safely. This allows a shell script to be used
ru
2004-03-18
1
-0
/
+1
*
style.Makefile:
johan
2004-02-23
1
-1
/
+1
*
style(9): wrap at 80 columns.
njl
2004-02-12
1
-3
/
+5
*
Handle proper formatting and a buffer overrun when running an old sh on
njl
2004-02-12
1
-7
/
+28
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
1
-2
/
+2
*
Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>
cracauer
2004-02-05
1
-1
/
+1
*
Use sys_nsig instead of NSIG for the length of the signal arrays. This
njl
2004-01-28
2
-6
/
+6
*
The PR diff I committed recently had one bug noticed by
cracauer
2004-01-28
1
-1
/
+2
*
Replace home-grown dup2() implementation with actual dup2() calls. This
des
2004-01-21
5
-43
/
+13
*
Removed duplicate y.tab.h from SRCS and CLEANFILES.
ru
2004-01-20
1
-1
/
+1
*
o Spell 'diretories' correctly.
maxim
2003-12-30
1
-1
/
+1
*
PR 28852
cracauer
2003-12-28
1
-24
/
+1
*
Do not assume there is only a space between #define and the macro name
schweikh
2003-09-13
1
-1
/
+1
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Fix testing of arith_assign() value for $((a=15)).
schweikh
2003-09-07
1
-1
/
+1
*
#include <string.h> for prototypes for strcpy() and strlen().
tjr
2003-09-06
1
-0
/
+2
*
Style cleanup, mostly
schweikh
2003-09-04
4
-207
/
+246
*
Implement missing shell arithmetic operators in $(()) expansion
schweikh
2003-08-30
4
-49
/
+236
*
Remove collate_range_cmp() stabilization, it conflicts with ranges
ache
2003-08-03
1
-9
/
+2
*
Changes following CScout analysis:
dds
2003-07-05
13
-38
/
+37
*
Instead of eating trailing newlines after inserting them into the
fenner
2003-05-31
1
-5
/
+12
*
mdoc(7) police: A better version of the same.
ru
2003-05-16
1
-2
/
+2
*
Centralize _PATH_* definitions.
obrien
2003-05-05
1
-1
/
+2
*
The is_name and is_in_name macros are FUBAR'ed.
obrien
2003-05-02
1
-0
/
+2
*
Quiet warnings about copyright[].
obrien
2003-05-01
4
-8
/
+8
*
Fix references to non-existing or obsoleted man pages.
schweikh
2003-04-30
1
-2
/
+1
*
Document the -L and -P options to the cd and pwd commands as being
tjr
2003-04-12
1
-3
/
+3
*
Flush the output buffers before forking a child process to avoid
tjr
2003-03-17
1
-0
/
+1
*
Fixed (soon might be fatal) -Wformat warnings.
ru
2003-03-15
1
-2
/
+3
*
Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.
marcel
2003-02-24
3
-101
/
+54
*
Revert ALIGN change for the second and last time. I can't figure out
tjr
2003-02-18
3
-6
/
+56
*
Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.
tjr
2003-02-17
3
-56
/
+6
*
Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,
tjr
2003-02-16
3
-4
/
+54
*
Use the ALIGN macro from <sys/param.h> instead of defining our own
tjr
2003-02-14
3
-54
/
+4
*
Add FBSDID.
charnier
2003-02-05
1
-1
/
+3
*
Improve the layout of the description of the various parameter expansion
fanf
2003-02-03
1
-0
/
+2
*
Ensure that the TTY file descriptor is greater than or equal to 10 so that
tjr
2003-01-27
1
-1
/
+14
*
Make this compile with DEBUG defined now that WARNS=0 has been removed
tjr
2003-01-21
3
-2
/
+4
*
Do not strip CTL* escapes from redirection filenames in exptilde(),
tjr
2003-01-08
1
-4
/
+4
*
Add the "wordexp" shell built-in command which will be used to implement
tjr
2002-12-26
3
-0
/
+24
*
mdoc(7) police: Deal with self-xrefs.
ru
2002-12-24
1
-1
/
+1
*
mdoc(7) police: markup nit.
ru
2002-12-23
1
-1
/
+1
*
Use '\033' rather than '\e' as the latter is a gccism.
dwmalone
2002-12-22
1
-1
/
+1
*
The code uses trapsasync, however the manual page uses asynctraps. Fix the
trhodes
2002-12-17
1
-1
/
+1
[next]