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.sbin
/
config
/
mkmakefile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow multiple makeoption lines to be used with the += operator, this permits
thompsa
2008-11-22
1
-3
/
+7
*
Revice the way the CTF conversion is done per object. Avoid creating a second
jb
2008-06-29
1
-1
/
+1
*
Change the CTF conversion makefile code to use a new line to avoid
jb
2008-06-09
1
-1
/
+1
*
Add the CTF conversion to the generated makefile. In the case where
jb
2008-05-23
1
-1
/
+1
*
Don't leak files.
imp
2006-10-24
1
-3
/
+2
*
End my resistance to jmg's multiple hints files and bring in support
imp
2006-10-24
1
-9
/
+6
*
Added rudimentary support for the "include" directive (inside "files").
ru
2006-10-01
1
-0
/
+14
*
Remove an unused variable.
stefanf
2006-07-19
1
-2
/
+1
*
Use calloc() instead of zeroing the memory our own.
delphij
2006-06-07
1
-2
/
+1
*
Allow newer config versions to config older versions with the same
imp
2006-02-03
1
-1
/
+2
*
- Avoid adding devices multiple times to the device list.
ru
2005-12-30
1
-5
/
+2
*
Clean up most of the "XXX"-tagged items:
ru
2005-12-30
1
-13
/
+22
*
Make config(8) understand ORed dependecies in "files*" and
ru
2005-11-27
1
-11
/
+21
*
Clean some code that became obfuscated over the years:
ru
2005-11-25
1
-43
/
+19
*
Kill count device support from config. I've changed the last few
peter
2004-08-30
1
-14
/
+4
*
Per letter dated July 22, 1999, delete clause 3 from code directly
imp
2004-08-07
1
-4
/
+0
*
Fix a few glitches in my previous commit.
cognet
2004-05-11
1
-2
/
+1
*
Add a new "files" directive, which allows to include a files.foo file directly
cognet
2004-05-09
1
-27
/
+32
*
Not particularly pretty hack to generate rules to make .ln files
markm
2003-06-16
1
-2
/
+10
*
Don't convert the kernel ident to uppercase when writing the Makefile.
des
2003-04-24
1
-1
/
+1
*
Avoid emitting duplicate makefile entries.
phk
2003-04-12
1
-1
/
+4
*
Convert to using <sys/queue.h> macros.
ru
2003-02-15
1
-18
/
+12
*
Moved the setting of all profiling-related variables except the key one
bde
2002-07-13
1
-11
/
+7
*
Commit some infrastructure for turning on -Werror for kernel compiles.
peter
2002-02-20
1
-3
/
+11
*
Use includes to get prototypes for hints and env arrays.
peter
2001-09-17
1
-0
/
+8
*
Enable hardwiring of things like tunables from embedded enironments
peter
2001-08-27
1
-13
/
+49
*
Put on my peril-sensitive sunglasses and remove the POLA-violating
peter
2001-07-14
1
-0
/
+7
*
Some more tidying up. we dont use config-dependent anyware. Eliminate
peter
2001-02-28
1
-15
/
+3
*
s/special/compilewith/ (so I stop confusing myself) and GC an unused
peter
2001-02-28
1
-26
/
+11
*
Untangle some special magic that happened for conflicting defintions for
peter
2001-02-28
1
-17
/
+0
*
Remove some more dead code. :-/
peter
2001-02-28
1
-10
/
+4
*
GC some leftover stuff (device-driver suffix)
peter
2001-02-28
1
-7
/
+0
*
Move the 'dont forget "make depend"' to be the last thing that people see,
peter
2001-02-23
1
-2
/
+0
*
${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"
peter
2001-02-19
1
-8
/
+8
*
Devices are NOT compiled with the "special c2 option -i"..
peter
2001-02-18
1
-3
/
+0
*
Unwind a bit more cruft - we only have one type of device now.
peter
2001-01-31
1
-3
/
+1
*
Clean up some obsolete stuff. config -r has not been needed since around
peter
2001-01-22
1
-1
/
+2
*
Stop turning 'mandatory' into an implicit 'count' line. i386/npx was the
peter
2001-01-19
1
-1
/
+0
*
Make the xxxFILES= list generation generic. This makes it easier to add
peter
2000-11-25
1
-62
/
+18
*
Fix buffer overflows in filenames. If you had a path > 80 characters
imp
2000-11-21
1
-5
/
+9
*
If a ${KERNEL}.hints file exists, and no hints are specified explicitly,
peter
2000-08-25
1
-0
/
+7
*
Argh! I broke the static hints parser at the last minute on freefall when
peter
2000-06-14
1
-1
/
+1
*
Borrow phk's axe and apply the next stage of config(8)'s evolution.
peter
2000-06-13
1
-67
/
+102
*
A checkpoint of a part of a work-in-progress. Some more cleanups for
peter
2000-06-10
1
-30
/
+20
*
Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.
peter
2000-01-08
1
-8
/
+15
*
Add a 'warning' option for the files* files. This is intended to enable
peter
1999-12-12
1
-2
/
+17
*
A better version of the previous checkin. If the user specifies
archie
1999-12-03
1
-3
/
+9
*
When specifying additiona user-specified kernel compilation source
archie
1999-12-02
1
-1
/
+1
*
Add option "-d destdir" which instructs config to use another output
marcel
1999-10-30
1
-0
/
+2
*
Further cleanup. Also remove the following unused or defunct tokens:
peter
1999-10-10
1
-15
/
+9
[next]