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
*
Document the "files" directive.
cognet
2004-05-13
1
-0
/
+4
*
Fix a few glitches in my previous commit.
cognet
2004-05-11
2
-3
/
+2
*
Add a new "files" directive, which allows to include a files.foo file directly
cognet
2004-05-09
6
-28
/
+62
*
Whitespace nit.
des
2004-02-17
1
-1
/
+1
*
Fixed spurious syntax errors for including files that don't begin with
bde
2003-11-14
1
-3
/
+4
*
Add a reference to config(5) in the SEE ALSO section.
simon
2003-08-06
1
-0
/
+2
*
Eliminate non-existent word.
jkoshy
2003-07-13
1
-1
/
+1
*
"towards" -> "toward". According to dictionary.com, the use of "towards"
jkoshy
2003-07-08
1
-2
/
+2
*
Disallow multiple 'machine' directives in a kernel configuration
jkoshy
2003-07-06
1
-0
/
+3
*
New section 5 manual page detailing our kernel configuration file
jkoshy
2003-07-06
1
-0
/
+343
*
Not particularly pretty hack to generate rules to make .ln files
markm
2003-06-16
1
-2
/
+10
*
Check the return values of opendir() and unlink() in cleanheaders().
tmm
2003-06-12
1
-2
/
+4
*
Best we can do is WARNS=1 due to lex.
obrien
2003-06-11
1
-0
/
+1
*
Do not refer to the non-existant BDECFLAGS.
obrien
2003-06-11
1
-1
/
+0
*
Don't convert the kernel ident to uppercase when writing the Makefile.
des
2003-04-24
1
-1
/
+1
*
Grammar fix
brueffer
2003-04-20
1
-1
/
+1
*
Bump the config version to force people to upgrade their config(8)
phk
2003-04-15
1
-1
/
+1
*
Avoid emitting duplicate makefile entries.
phk
2003-04-12
1
-1
/
+4
*
Print FYI messages on stderr. Previously, they were printed on stdout,
des
2003-03-09
1
-1
/
+3
*
Implemented "nooption" and "nomakeoption" config(8) tokens.
ru
2003-02-26
2
-3
/
+14
*
Allow for boolean make options (``makeoptions NO_MODULES'').
ru
2003-02-21
1
-1
/
+4
*
Bring the suggested command for extracting a configuration file from the
ceri
2003-02-18
1
-1
/
+1
*
Implemented a simple "nodevice" config(8) command that cancels
ru
2003-02-15
2
-1
/
+49
*
Convert to using <sys/queue.h> macros.
ru
2003-02-15
6
-85
/
+76
*
Remove this Makefile, these docs are built by the Makefiles in src/share/doc/...
trhodes
2003-02-01
1
-11
/
+0
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-2
/
+2
*
mdoc(7) police: Removed redundant .Ns calls.
ru
2002-08-13
1
-2
/
+2
*
Remove stray function prototype. I wrote and removed this function but
peter
2002-07-21
1
-1
/
+0
*
Check for missing static unit 'count' declarations as well.
peter
2002-07-21
1
-7
/
+13
*
Check that we are not supplying 'device foo N' to devices that do not take
peter
2002-07-21
1
-2
/
+27
*
The .Nm utility
charnier
2002-07-14
1
-8
/
+12
*
Moved the setting of all profiling-related variables except the key one
bde
2002-07-13
2
-12
/
+8
*
We don't need to hit the user over the head so strong now that we've
obrien
2002-07-06
1
-1
/
+0
*
Clean up hex() and octal() to return and work with unsigned integers since
jmallett
2002-06-21
1
-8
/
+8
*
Consistancy check: s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
Add a hint about -DNO_WERROR
peter
2002-02-25
1
-0
/
+1
*
Commit some infrastructure for turning on -Werror for kernel compiles.
peter
2002-02-20
3
-4
/
+13
*
Bump configvers for different handling of maxusers.
peter
2001-12-14
1
-1
/
+1
*
Allow maxusers to be specified as 0 in the kernel config, which will
dillon
2001-12-09
1
-2
/
+1
*
mdoc(7) police:
ru
2001-10-26
1
-38
/
+49
*
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
5
-14
/
+61
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
1
-2
/
+6
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
2
-3
/
+6
*
Remove whitespace at EOL.
dd
2001-07-15
1
-4
/
+4
*
Put on my peril-sensitive sunglasses and remove the POLA-violating
peter
2001-07-14
1
-0
/
+7
*
Remove the old machine symlink first.
peter
2001-07-14
1
-3
/
+2
*
Introduce an "include" directive. It takes one argument, a filename
dd
2001-07-12
4
-8
/
+102
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Bring FILES section up to date.
imp
2001-07-04
1
-12
/
+10
[next]