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
*
mdoc: drop redundant .Pp calls, kill EOL whitespace
uqs
2010-10-09
1
-4
/
+3
*
Allow a kernel config to specify a set but empty value via
emaste
2010-09-13
1
-0
/
+1
*
Given the lag between introducing the options-compat and fixing the
imp
2010-08-15
1
-1
/
+1
*
Turns out that it is a bad idea to have a missing compat option be a
imp
2010-08-15
1
-3
/
+5
*
Put warnings out to stderr rather than stdout.
imp
2010-07-15
3
-41
/
+54
*
Enhance config to handle MACHINEs with multiple architectures:
nwhitehorn
2010-07-13
4
-10
/
+38
*
style(9) fixes:
imp
2010-06-13
1
-5
/
+3
*
sparc64, and possibly other architectures, pads the length of the
imp
2010-05-01
1
-7
/
+11
*
Require the option that's mapped be listed in the options file. This
imp
2010-04-27
1
-9
/
+28
*
Redo how we add compat options so as to be compatible with old
imp
2010-04-27
2
-78
/
+81
*
Move checking the version up from Makefile generation to just after
imp
2010-04-27
3
-24
/
+62
*
Revert r206179 (by imp) and do something similar which is more consistent
netchild
2010-04-22
1
-1
/
+1
*
Bump minor version of config to reflect the new option remapping
imp
2010-04-20
1
-1
/
+1
*
Allow option aliasing. Lines of the form:
imp
2010-04-15
2
-1
/
+28
*
- Handle calloc() allocation failures.
ru
2010-03-30
5
-9
/
+36
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
ANSIfy almost all applications that use WARNS=6.
ed
2009-12-29
1
-1
/
+1
*
Move the comment to it's correct place.
wkoszek
2009-02-07
1
-5
/
+5
*
Remove leftover of alpha support for config(8)--we have MAP_FAILED
wkoszek
2009-02-07
1
-3
/
+0
*
Make config -x <kernel> only return non-zero characters,
wkoszek
2009-02-06
1
-2
/
+13
*
Delete commented out ancient history.
imp
2009-01-26
1
-14
/
+0
*
Allow multiple makeoption lines to be used with the += operator, this permits
thompsa
2008-11-22
6
-16
/
+32
*
Allow kernel config files to include files other than those in the CWD,
obrien
2008-07-28
2
-0
/
+12
*
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
*
Fix a bug introduced by DEFAULTS feature. When the config file
imp
2008-04-10
1
-0
/
+2
*
Honour the logical current working directory ($PWD) when using config's
emaste
2008-01-08
1
-0
/
+18
*
Spring forward into the late 1970's by following item 5 in the yacc
imp
2007-12-25
1
-51
/
+34
*
Fixed "make checkdpadd" (missing library dependencies).
ru
2007-10-01
1
-1
/
+1
*
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
[next]