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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a minor lint warning.
obrien
2002-04-13
1
-0
/
+2
*
Prefer BSDmakefile over makefile and Makefile.
obrien
2002-04-13
1
-1
/
+2
*
Fix copyrights, and undo SCS ID damage.
obrien
2002-04-13
1
-2
/
+4
*
Update SCM ID method.
obrien
2002-04-13
1
-2
/
+2
*
Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to
charnier
2002-04-12
1
-10
/
+4
*
o unifdef -D__STDC__
imp
2002-03-23
1
-41
/
+3
*
remove __P
imp
2002-03-22
1
-5
/
+5
*
unifdef -UWANT_ENV_PWD.
ru
2001-04-25
1
-17
/
+1
*
Make ${.OBJDIR} canonical.
ru
2001-04-25
1
-10
/
+2
*
MAXPATHLEN includes the trailing NUL.
imp
2001-03-01
1
-4
/
+4
*
Introduce support for using OpenSSL ASM optimizations. This is done
kris
2001-02-19
1
-0
/
+15
*
There's also no point in #typedef'ing void/char pointers. Accordingly,
will
2000-12-02
1
-12
/
+13
*
There's no reason to use fancy forms of NULL. Replace all instances
will
2000-12-02
1
-5
/
+5
*
Format string paranoia. This should avoid potential buffer overflows from
will
2000-11-30
1
-1
/
+1
*
*** empty log message ***
peter
2000-09-25
1
-11
/
+22
*
Allow use of the ${MAKE_SHELL} variable to specify alternate shells for
green
2000-08-16
1
-0
/
+13
*
Do include <unistd.h> for getopt interface.
imp
2000-07-28
1
-2
/
+1
*
Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro
ache
2000-07-09
1
-2
/
+1
*
Use __RCSID()
wsanchez
2000-07-09
1
-12
/
+6
*
Add loud debugging facility (-dl option) which allows programmers/developers
will
2000-05-14
1
-0
/
+3
*
Improve backward compatibility.
marcel
1999-11-23
1
-1
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).
hoek
1999-08-17
1
-18
/
+20
*
Add a -E flag, similar to -e (overide variables from environment) except
hoek
1999-07-31
1
-4
/
+15
*
Print an error message on illegal numerical arguments.
hoek
1999-07-31
1
-5
/
+20
*
Make MACHINE_ARCH sensitive to the environment, as well as using the
imp
1999-03-01
1
-4
/
+11
*
Fixed missing 'v' in usage message.
bde
1998-11-15
1
-2
/
+2
*
Added a -v (verbose) option and hid multi-job file banner generation
dg
1998-11-14
1
-3
/
+8
*
Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"
obrien
1998-10-18
1
-3
/
+11
*
Set the `pc98' string to the MACHINE if machdep.ispc98 != 0.
kato
1998-09-09
1
-1
/
+23
*
Use malloc + sprintf rather than asprintf to ensure portability to
imp
1998-07-26
1
-2
/
+4
*
Make -V expand it's arguments. This means that instead of 'make -V OBJS'
peter
1998-06-13
1
-6
/
+8
*
Add #include <stdlib.h> to pick up prototypes for getenv and friends.
imp
1997-09-29
1
-1
/
+2
*
Don't preferentially execute Makefiles in ${OBJDIR} - it just causes
jkh
1997-08-27
1
-4
/
+3
*
Make explicit '-B' option propigate to submakes.
fsmp
1997-08-25
1
-1
/
+2
*
Better fix, as originally submitted by reporter.
fsmp
1997-08-14
1
-9
/
+10
*
Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.
fsmp
1997-08-14
1
-8
/
+8
*
Use err(3). Cosmetic in usage string.
charnier
1997-07-24
1
-23
/
+17
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove extraneous comment, fix second-level tabs (one
steve
1996-10-12
1
-9
/
+3
*
Reinstate '!=' fix by Bruce Evans. The original commit message from
steve
1996-10-11
1
-5
/
+11
*
O' to be bitten by CVS. Cleanup after import
steve
1996-10-08
1
-0
/
+2
*
Clarify the rule used to determine the object
steve
1996-10-06
1
-5
/
+9
*
Merge in NetBSD's changes to make(1). Changes include:
steve
1996-10-06
1
-35
/
+286
*
Restore previous compatibility of ${.CURDIR}/obj.`uname -m` and
swallace
1996-09-18
1
-28
/
+64
*
Fixed a missing colon in `notyet' code.
bde
1996-08-31
1
-1
/
+1
*
Added a -V option to print make's idea of the value of a variable.
bde
1996-07-17
1
-6
/
+33
*
Put back the $PWD override behavior of revision 1.4. The concensus
jkh
1996-07-01
1
-0
/
+6
[next]