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
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix make(1) behaviour regarding SysV-style substitution when given a nil
jmallett
2002-05-05
1
-0
/
+6
*
Use `The .Nm utility'
charnier
2002-04-20
1
-9
/
+15
*
Move the sysV variable substitution up with the BSD feature that replaced it.
obrien
2002-04-19
1
-2
/
+2
*
Do not reset MAKEFILE when reading ".depend" as this rather
ru
2002-04-18
1
-1
/
+6
*
Back out rev 1.17, it breaks dependencies.
obrien
2002-04-14
1
-15
/
+11
*
Revision 1.17 seems to break a subsequent buildworld (i.e. with the new
obrien
2002-04-13
1
-2
/
+5
*
Fix a minor lint warning.
obrien
2002-04-13
1
-0
/
+2
*
Prefer BSDmakefile over makefile and Makefile.
obrien
2002-04-13
5
-7
/
+9
*
Fix copyrights, and undo SCS ID damage.
obrien
2002-04-13
21
-30
/
+49
*
Update SCM ID method.
obrien
2002-04-13
15
-44
/
+16
*
Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does).
obrien
2002-04-13
1
-12
/
+13
*
De'register.
obrien
2002-04-13
14
-129
/
+128
*
Constify str_concat()
obrien
2002-04-13
1
-3
/
+3
*
Check to make sure fdopen() succeeds in make(1).
obrien
2002-04-13
1
-0
/
+2
*
Un.Ar makefile. The add of .Ar was part of my last commit.
charnier
2002-04-12
1
-3
/
+1
*
Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to
charnier
2002-04-12
3
-31
/
+27
*
o unifdef -D__STDC__
imp
2002-03-23
6
-412
/
+5
*
remove __P
imp
2002-03-22
26
-336
/
+303
*
make(1) claims to ignore the remainder of a conditional once its value
cjc
2002-02-20
1
-1
/
+1
*
Make substitutions in internal macros like $(@F:.o=.c) work.
schweikh
2002-01-12
1
-1
/
+1
*
mdoc(7) police: protect trailing full stops of abbreviations
ru
2001-08-10
1
-1
/
+1
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
3
-6
/
+9
*
Clarify that MAKEOBJDIR and MAKEOBJDIRPREFIX are environment variables.
ru
2001-07-16
1
-1
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
1
-2
/
+2
*
Note that sys.mk is read before any other file (even Makefile)
obrien
2001-05-23
1
-1
/
+4
*
By default build make(1) as a static binary. It costs only 100k of additional
sobomax
2001-05-18
1
-0
/
+2
*
mdoc(7) police: remove hard sentence breaks.
dd
2001-04-30
1
-16
/
+32
*
Remove GCC-ism (-Wall).
will
2001-04-26
1
-1
/
+1
*
Add -Wall.
ru
2001-04-25
1
-1
/
+1
*
-Wall cleanup.
ru
2001-04-25
1
-1
/
+2
*
unifdef -UWANT_ENV_PWD.
ru
2001-04-25
2
-42
/
+13
*
Make ${.OBJDIR} canonical.
ru
2001-04-25
1
-10
/
+2
*
with my mentor hat on...
billf
2001-03-15
1
-2
/
+0
*
Revert previous change -- apparently it's not quite right. It broke
will
2001-03-15
1
-15
/
+9
*
Fix make(1) bug: nested comments may be placed in .if, .else .if, and
will
2001-03-15
1
-9
/
+15
*
Fix two bugs in null suffix handling. Both occured only after the suffix
tmm
2001-03-08
1
-6
/
+19
*
Include -DDEFSHELL=1 in Makefile.dist so people boostrapping will
imp
2001-03-01
1
-1
/
+2
*
MAXPATHLEN includes the trailing NUL.
imp
2001-03-01
2
-6
/
+6
*
Introduce support for using OpenSSL ASM optimizations. This is done
kris
2001-02-19
1
-0
/
+15
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
6
-7
/
+7
*
Uname is in section 3 of the manual pages.
dwmalone
2001-02-11
1
-1
/
+1
*
Fix nasty bug where make(1) assumed that you could read the directory it
will
2001-02-10
1
-0
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-13
/
+6
*
Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving
will
2001-01-21
3
-11
/
+9
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-2
/
+2
*
Fix for the case where the first two entries returned by readdir() are
will
2000-12-26
1
-6
/
+12
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-10
/
+11
*
Fix a bug introduced in rev. 1.17: initialize variables before use, not after.
des
2000-12-16
1
-1
/
+1
*
There's also no point in #typedef'ing void/char pointers. Accordingly,
will
2000-12-02
36
-512
/
+472
*
There's no reason to use fancy forms of NULL. Replace all instances
will
2000-12-02
38
-238
/
+224
[next]