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
/
sys
/
boot
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a number of misspellings of "dependency" and "dependencies" in
iedowse
2001-11-16
1
-3
/
+3
*
Initialize first to -1; this will create a (nearly) empty file on failure,
fenner
2001-11-07
1
-1
/
+1
*
Add a DEVT_CD type for CD drivers.
jhb
2001-11-05
1
-0
/
+1
*
Print out 'foo devices:' as the line before displaying a group of
jhb
2001-11-04
1
-1
/
+1
*
Revert rev 1.3 which moved us away from POSIX character classes.
obrien
2001-11-03
1
-4
/
+4
*
Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese for
obrien
2001-11-01
1
-4
/
+4
*
grammar fix: to -> too
silby
2001-10-01
1
-1
/
+1
*
Implement the long-awaited module->file cache database. A userland
peter
2001-09-11
5
-119
/
+423
*
mdoc(7) police: markup nits.
ru
2001-08-20
1
-9
/
+17
*
Limit the amount of KVM reserved for the buffer cache and for swap-meta
dillon
2001-08-20
1
-0
/
+27
*
mdoc(7) police: join split punctuation to macro calls.
ru
2001-08-10
1
-2
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-3
/
+3
*
Get rid of some constness warnings.
dwmalone
2001-06-24
1
-6
/
+7
*
Convert the elf loader to the new linker set layout for elf files.
peter
2001-06-19
1
-6
/
+7
*
Fix some of the worst formatting bug (seperate commit)
peter
2001-06-19
1
-2
/
+4
*
Nuke old gensetdefs based linker sets with extreme prejudice
peter
2001-06-14
2
-47
/
+2
*
Fix a minor style bug in the last commit.
jesper
2001-06-10
1
-1
/
+1
*
In sys/boot/common/module.c, near line 105 a request for a raw
jesper
2001-05-27
1
-1
/
+1
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-3
/
+3
*
setlocale(3) has been fixed to match POSIX standard:
ru
2001-03-02
1
-1
/
+1
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-8
/
+8
*
Whenever the user might be offered a chance to quit through
dcs
2001-02-22
1
-4
/
+7
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+1
*
Use <sys/queue.h> macro API.
phk
2000-12-30
1
-12
/
+12
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-13
/
+10
*
mdoc(7) police: removed duplicate .Os call.
ru
2000-12-14
1
-1
/
+1
*
mdoc(7) police: do not split author names in the AUTHORS section.
ru
2000-11-22
1
-5
/
+3
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-4
/
+4
*
The default kernel filename is "kernel" again, not "kernel.ko".
msmith
2000-11-17
1
-1
/
+1
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+3
*
OpenFirmware/PowerPC loader, part 2.
benno
2000-11-10
1
-0
/
+4
*
Give the network device a print method.
benno
2000-11-10
1
-1
/
+9
*
Don't indirect through a null pointer if we run out of kernel filenames.
dfr
2000-10-25
1
-1
/
+1
*
The default search path for kernel and modules was bogus. It makes no
dcs
2000-09-16
1
-1
/
+1
*
Start countdown only _after_ the kernel was loaded. Not very fair otherwise.
dcs
2000-09-15
1
-4
/
+4
*
Change NOFORTH comment character from # to \ followed by space,
dcs
2000-09-10
1
-1
/
+1
*
Update boot and boot-conf descriptions to reflect new and old changes.
dcs
2000-09-08
1
-0
/
+5
*
Make the pnp structure a global variable, so it can be used elsewhere.
dcs
2000-09-08
2
-1
/
+5
*
Fix autoboot. Now autoboot *always* show the correct kernel name. It
dcs
2000-09-08
2
-17
/
+37
*
With the committed changes to the loaders modules path code, the kernel
obrien
2000-09-06
1
-1
/
+1
*
Fix the kernel default load from "/boot/modules" to "/boot/kernel".
obrien
2000-09-05
1
-1
/
+1
*
The kernel is now known as `kernel.ko' and it and its matching modules
obrien
2000-09-05
2
-2
/
+2
*
List loader.conf and friends in the FILES section.
sheldonh
2000-08-24
1
-0
/
+6
*
Add missing "is".
dcs
2000-08-11
1
-1
/
+1
*
Add support to send the string 'PXEClient' as the Vendor class
ps
2000-08-11
1
-1
/
+2
*
Bring back the perform() function. However, conditionionalize it on
jhb
2000-08-04
1
-0
/
+36
*
Fix the more obvious warnings to deal with my earlier warning cleanups.
jhb
2000-08-03
1
-1
/
+0
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
12
-162
/
+135
*
Don't call printf with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call printf with no format string. This is technically a security
kris
2000-07-10
1
-2
/
+2
[next]