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
/
m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
Avoid name shadowing to fix build under powerpc64.
jmmv
2014-08-07
1
-2
/
+2
*
Lower warnings again to 3 the right thing would be to fix the warnings
bapt
2014-08-07
1
-0
/
+2
*
Make libohash a proper internallib instead of hidding it in m4
bapt
2014-08-06
5
-779
/
+3
*
lower warning level to fix build with gcc
bapt
2014-07-31
1
-0
/
+1
*
mdoc: fix date.
joel
2014-07-29
3
-3
/
+3
*
Fix build with gcc
bapt
2014-07-29
1
-2
/
+1
*
Remove ohash_int.h forgotten in previous commit
bapt
2014-07-27
1
-25
/
+0
*
Sync with OpenBSD
bapt
2014-07-27
23
-625
/
+540
*
use .Mt to mark up email addresses consistently (part3)
bapt
2014-06-23
1
-3
/
+3
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
*
Migrate most of tools/regression/usr.bin/ to the new tests layout.
jmmv
2014-03-16
46
-0
/
+1149
*
mdoc: convert .Fd to .In, which is much nicer.
joel
2013-06-04
2
-6
/
+6
*
Work around build breakages with GCC 4.2.
jkim
2013-05-23
1
-0
/
+2
*
Reduce diff with upstream.
jkim
2013-05-03
12
-32
/
+45
*
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
ed
2013-04-19
1
-2
/
+2
*
Add missing DPADD.
antoine
2013-01-01
1
-0
/
+1
*
Fix build.
andreast
2012-10-21
1
-1
/
+1
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-20
5
-4
/
+12
*
Remove contractions.
joel
2012-10-07
2
-2
/
+2
*
Fix world after byacc import:
bapt
2012-05-22
1
-1
/
+0
*
Respect mathematical operation order piority with the exponent gnu extension
bapt
2012-04-30
1
-2
/
+2
*
Improve m4 compatibility with GNU m4 extension ** (exponent)
bapt
2012-04-15
3
-3
/
+7
*
Globally replace u_int*_t from (non-contributed) man pages.
ed
2012-02-12
1
-1
/
+1
*
Unbreak the build after r228697 adding the { } block to make clear which
bz
2011-12-19
1
-1
/
+2
*
Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.
dim
2011-12-18
1
-1
/
+1
*
Reimplement support for the ** (exponent) gnu extension, make it available th...
bapt
2011-12-18
3
-2
/
+10
*
Synchronize with laster version of m4 from OpenBSD and NetBSD
bapt
2011-11-28
30
-1631
/
+2481
*
Mark global functions and/or variables in m4(1) static where possible.
ed
2011-11-06
2
-2
/
+2
*
Fix build of m4 with WARNS=6.
ed
2011-10-16
3
-12
/
+11
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
15
-60
/
+12
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Use NULL instead of 0 for the return value of fopen().
kevlo
2007-09-21
1
-1
/
+1
*
Let bsd.prog.mk set SRCS and MAN to their default values.
ru
2005-01-28
1
-1
/
+0
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
1
-1
/
+1
*
Store a pointer to "null" in struct ndblock's defn member instead of a
tjr
2004-08-16
3
-6
/
+6
*
Respect locale settings from the environment.
tjr
2004-07-12
1
-0
/
+3
*
Document missing multibyte character support in utilities specified
tjr
2004-07-03
1
-1
/
+5
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+1
*
Don't depend on NULL's expansion being a pointer, cast it before it is passed
stefanf
2004-05-18
1
-1
/
+1
*
Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator
smkelly
2004-05-01
1
-154
/
+173
*
m4 script to test the functionality of math operators in eval().
smkelly
2004-05-01
1
-0
/
+181
*
Use .St -susv2 rather than "The Single UNIX specification".
maxim
2003-12-10
1
-2
/
+3
*
The .Nm utility
charnier
2003-06-08
1
-3
/
+5
*
Flush streams before calling system() so that the output appears in the
tjr
2003-05-01
1
-1
/
+3
*
Correct typo in COMPATIBILITY section: s/esycmd/esyscmd
schweikh
2003-04-23
1
-1
/
+1
*
english(4) police.
schweikh
2002-12-27
1
-1
/
+1
*
When we appear to want a signed value from sizeof(), use ssize_t in the cast,
jmallett
2002-10-30
1
-1
/
+1
*
Die on -D=foo, when parsing options - we can't let someone define (nil).
jmallett
2002-09-04
1
-0
/
+2
[next]