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
*
Capitalize an occurrence of 'ficl' for consistency.
brueffer
2003-06-29
1
-1
/
+1
*
Build on amd64. Yes, I know this isn't particularly nice.
peter
2003-06-26
1
-4
/
+0
*
Fixed the markup and wording of the kern.ipc.nsfbufs tunable.
ru
2003-05-17
1
-3
/
+5
*
Fix lookup of module metadata on amd64 systems. While this is in
peter
2003-05-12
1
-5
/
+25
*
Since we insist on loading the POS ACPI by default, give the poor user
obrien
2003-05-05
1
-0
/
+5
*
Fix a bunch of typos and grammatical errors.
murray
2003-05-04
1
-42
/
+43
*
Enable the i386 loader to load and run an amd64 kernel. If this puts
peter
2003-05-01
5
-56
/
+88
*
Zap some a.out leftovers
peter
2003-04-06
1
-3
/
+0
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
2
-2
/
+0
*
Fix a few spelling errors.
trhodes
2003-03-07
1
-3
/
+3
*
Document the tunable kern.ipc.nsfbufs in help.common and loader.8. Small
seanc
2003-03-04
2
-4
/
+11
*
FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch
ru
2003-03-03
3
-3
/
+3
*
Only apply rev 1.10 (which hacks around the i386 boot2 being too big for
obrien
2003-02-25
1
-0
/
+5
*
Revert to old (broken for over 1.5Tb filesystems) version of cgbase
mckusick
2003-02-24
1
-0
/
+2
*
s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/
trhodes
2003-02-08
1
-1
/
+1
*
Fix module dependency (pre)loading on sparc64 by relocating the variables
jake
2003-01-21
1
-6
/
+57
*
Minimally document hw.syscons.sc_no_suspend_vtswitch.
mdodd
2003-01-15
1
-0
/
+6
*
Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2
phk
2002-12-14
1
-91
/
+33
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-1
/
+1
*
Eliminate references to defunct kernel tunables.
yar
2002-11-26
2
-23
/
+0
*
Document loader tunables hw.pci.enable_io_modes and
mdodd
2002-11-13
2
-0
/
+24
*
Loader tunable 'machdep.disable_mtrrs'.
mdodd
2002-11-13
2
-0
/
+6
*
It seems that the only problem with UFS2 booting on i386 is the 64bit
phk
2002-10-08
1
-10
/
+12
*
Move the definition of UFS1_ONLY into the Makefiles where it belongs.
phk
2002-10-07
1
-3
/
+0
*
s/hint.acpi.0.disable/hint.acpi.0.disabled/
iwasaki
2002-08-30
1
-1
/
+1
*
Actually remove the stale a.out kld support. This is the stuff that was
peter
2002-08-29
1
-256
/
+0
*
Initiate deorbit burn of i386 a.out kld "support" in loader. Note that
peter
2002-08-29
1
-4
/
+0
*
mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...
ru
2002-08-13
1
-3
/
+5
*
Restore autoloading of ACPI module.
obrien
2002-08-09
1
-0
/
+4
*
Stash various networking paramters in the environment for the kernel
jake
2002-07-31
1
-0
/
+9
*
Use present tense in all the verbs, when describing loader's startup.
keramida
2002-07-15
1
-2
/
+2
*
The .Nm
charnier
2002-07-14
1
-3
/
+6
*
Change help documentation for bootfile and module_path to reflect
mp
2002-07-07
1
-6
/
+8
*
Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or
jake
2002-06-21
1
-0
/
+2
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-41
/
+174
*
Make sparc64 share ufsread.c with i386.
phk
2002-06-05
1
-4
/
+10
*
Indent this file more like style(9).
phk
2002-06-05
1
-108
/
+108
*
Preparation for UFS2 commit:
phk
2002-06-05
1
-0
/
+183
*
Fix a handful of typos and grammar bogons. No content changes.
schweikh
2002-05-29
1
-8
/
+8
*
We don't need bootinfo any more, and sparc64 doesn't have it anyways.
obrien
2002-05-10
1
-1
/
+0
*
Bandaid for a buffer overrun in the module searching code. When breaking
peter
2002-04-11
1
-0
/
+2
*
Upgrade FICL to 3.02. Forgot this one, sorry.
dcs
2002-04-09
1
-6
/
+7
*
Fix another unsigned long used to index the symbol table which should be
jake
2002-04-09
1
-1
/
+1
*
Use the correct elf hash table entry type. This matches a similar fix
peter
2002-04-06
1
-6
/
+6
*
Not all platforms have and want a.out format support.
obrien
2002-03-28
1
-1
/
+5
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
mdoc(7) police: fix a typo and markup.
ru
2002-03-15
1
-2
/
+6
*
CG superfluous prototype.
sobomax
2002-03-10
1
-1
/
+0
*
Declare time(not3) instead of depending on namespace pollution 3 layers
bde
2002-02-25
1
-0
/
+2
[next]