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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some problems that affect multiple file inclusion. Bruce found
imp
2007-05-17
3
-73
/
+26
*
Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some
wkoszek
2007-05-16
1
-4
/
+4
*
Bump config(8) version and build requirement for config(8) to 600006. This
wkoszek
2007-05-13
1
-1
/
+1
*
This is loser's commit message:
wkoszek
2007-05-12
1
-1
/
+12
*
Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly
wkoszek
2007-05-12
1
-1
/
+1
*
Improve INCLUDE_CONFIG_FILE support.
wkoszek
2007-05-12
7
-90
/
+389
*
Don't leak files.
imp
2006-10-24
1
-3
/
+2
*
Document multiple hints lines.
imp
2006-10-24
1
-4
/
+18
*
End my resistance to jmg's multiple hints files and bring in support
imp
2006-10-24
4
-15
/
+19
*
style(9) pedantry
imp
2006-10-24
1
-7
/
+7
*
Since multiple hints lines do not work, make doing that a fatal error.
imp
2006-10-24
1
-0
/
+3
*
Comment out the first paragraph; while it tells the true (we're using
ru
2006-10-21
1
-14
/
+14
*
Added rudimentary support for the "include" directive (inside "files").
ru
2006-10-01
2
-1
/
+15
*
Remove unused variables.
stefanf
2006-07-20
1
-3
/
+1
*
Remove an unused variable.
stefanf
2006-07-19
1
-2
/
+1
*
Use calloc() instead of zeroing the memory our own.
delphij
2006-06-07
4
-22
/
+11
*
Document the two argument form of the "machine" directive.
jkoshy
2006-02-12
1
-1
/
+12
*
Allow newer config versions to config older versions with the same
imp
2006-02-03
2
-21
/
+30
*
- Change the exit message from "make cleandepend; make depend" to
flz
2006-01-14
1
-1
/
+1
*
- Avoid adding devices multiple times to the device list.
ru
2005-12-30
2
-33
/
+66
*
Clean up most of the "XXX"-tagged items:
ru
2005-12-30
4
-17
/
+39
*
config.5 was repocopied from share/man/man5/ to usr.sbin/config/.
ru
2005-12-09
1
-1
/
+1
*
Document "makeoption", "nocpu", and "nomakeoptions" directives.
ru
2005-12-03
1
-2
/
+29
*
Add "makeoption" as an alias to "makeoptions", for symmetry.
ru
2005-12-03
1
-0
/
+1
*
Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.
ru
2005-11-30
1
-4
/
+3
*
The DEFAULTS changes caused the user specified config file to be opened
peter
2005-11-29
1
-0
/
+5
*
600004 is a better new version than 700000 based on some future commits to
imp
2005-11-28
1
-1
/
+1
*
- Allow duplicate "machine" directives with the same arguments.
ru
2005-11-27
1
-2
/
+3
*
Make config(8) understand ORed dependecies in "files*" and
ru
2005-11-27
2
-13
/
+23
*
Clean some code that became obfuscated over the years:
ru
2005-11-25
3
-59
/
+19
*
Minor comment tweak to prevent gcc from being upset about the substring
rwatson
2005-11-07
1
-1
/
+1
*
Add some rationale about when to bump and not bump the config version.
peter
2005-11-07
1
-3
/
+37
*
since nocpu isn't used in the kernel config base, we don't need to
imp
2005-11-04
1
-1
/
+1
*
Use the eq() macro for comparing strings (style), and remove a "break"
ru
2005-11-03
1
-5
/
+4
*
By a popular demand, add "nomakeoptions" as an alias to "nomakeoption".
ru
2005-11-03
1
-0
/
+1
*
Implement the "nocpu" directive.
ru
2005-11-03
3
-1
/
+14
*
Bump config(8) version for the DEFAULTS change.
jhb
2005-10-27
1
-1
/
+1
*
Optionally include a DEFAULTS config file if it is present in the current
jhb
2005-10-27
3
-3
/
+27
*
Put rev. 1.65 into usage().
obrien
2005-08-11
1
-1
/
+1
*
Add an option to tell what version of config(8) this is.
obrien
2005-08-10
2
-2
/
+10
*
Ask that "make cleandepend" be run before "make depend", now that
ru
2005-04-22
1
-1
/
+1
*
Allow one to specify a second parameter to the machine line. This
imp
2005-04-01
4
-3
/
+28
*
style(9) nits
imp
2005-03-30
1
-2
/
+3
*
Unstaticize config. It was being optimized away.
des
2005-03-27
1
-1
/
+1
*
Bump the version number for the addition of devices / nodevices.
des
2005-02-10
1
-1
/
+1
*
Fully document (no)?(device|option)s?.
des
2005-02-10
1
-17
/
+23
*
"device" and "nodevice" lines can actually specify more than one device
des
2005-02-10
1
-0
/
+2
*
Sort sections.
ru
2005-01-18
1
-2
/
+2
*
The ioconf.c is no longer generated.
ru
2004-12-16
1
-4
/
+1
*
Allow multiple devices to be specified on one device / nodevice line.
des
2004-10-24
1
-7
/
+27
[next]