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
*
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
*
Removed mounds of unused variables.
bde
2002-02-25
1
-4
/
+0
*
Document the hw.physmem kernel environment variable.
davidc
2002-02-21
1
-0
/
+7
*
CG hard sentence breaks.
sobomax
2002-01-23
1
-1
/
+2
*
Allow dump device be configured as early as possible using loader(8) tunable.
sobomax
2002-01-21
1
-0
/
+6
*
mdoc(7) police: remove hard sentence break which I didn't
ru
2001-12-14
1
-1
/
+2
*
- Add 'fwrite' and 'fseek' words for writing to and seeking on files.
jhb
2001-12-11
1
-2
/
+12
*
Add support for writing blocks to the loader's disk cache.
jhb
2001-12-11
1
-21
/
+92
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
2
-2
/
+2
*
o Expand list of tunables documented in loader.8 to include kern.maxusers,
rwatson
2001-12-07
1
-0
/
+8
*
The entry for the 'set' command no longer has a list of variables.
des
2001-12-04
1
-2
/
+0
*
Fix typo.
murray
2001-12-03
1
-1
/
+1
[next]