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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
4
-4
/
+46
*
Add `-I.' option to CFLAGS so that we can compile asm code together
iwasaki
2001-09-04
1
-0
/
+1
*
Mostly cosmetic. Move various variables from .s files to .c files so that
peter
2001-09-04
2
-11
/
+8
*
Zap #if 0'ed map init code that got moved to the MI area.
peter
2001-09-04
1
-140
/
+0
*
Nuke #if 0'ed "setredzone()" stub. We never used it, and probably
peter
2001-09-04
1
-17
/
+0
*
Fix the argument specifier for the PnP BIOS function 2
yokota
2001-09-03
1
-1
/
+1
*
Always turned on 8bit access card support for the fe driver
shiba
2001-09-02
1
-1
/
+0
*
Synchronize syscalls.master(s) with recent Giant pushdown work
dillon
2001-09-01
2
-11
/
+11
*
note 2300/2312 support
mjacob
2001-08-31
1
-1
/
+2
*
Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functions
peter
2001-08-31
1
-40
/
+34
*
Revert previous "fix"; bus mice still have to be manually probed even in
msmith
2001-08-31
1
-1
/
+1
*
Remove the MPSAFE keyword from the parser for syscalls.master.
dillon
2001-08-30
2
-17
/
+16
*
Add ACPI attachments.
msmith
2001-08-30
7
-1
/
+8
*
Correct usage of ISA_PNP_PROBE
msmith
2001-08-30
2
-6
/
+3
*
Note that compiling ACPI into the kernel is deprecated for normal use.
msmith
2001-08-30
1
-0
/
+3
*
o Remove some GCCisms in src/powerpc/include/endian.h.
mike
2001-08-30
2
-10
/
+13
*
It turns out that while Toshiba laptops don't want to route interrupts
imp
2001-08-28
2
-34
/
+20
*
MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.
imp
2001-08-27
2
-60
/
+120
*
There is nothing more embarresing than having three goes at correcting
peter
2001-08-27
1
-1
/
+1
*
Enable hardwiring of things like tunables from embedded enironments
peter
2001-08-27
1
-1
/
+3
*
I missed a typo in the last commit: s/whach/which/
peter
2001-08-26
1
-1
/
+1
*
Argh! Revert accidental commit.
peter
2001-08-25
1
-3
/
+1
*
vm_page_zero_idle() is no longer MD.
peter
2001-08-25
1
-1
/
+0
*
Add another comment.
julian
2001-08-25
1
-0
/
+7
*
Optionize UPAGES for the i386. As part of this I split some of the low
peter
2001-08-25
14
-41
/
+72
*
s/teh/the/
peter
2001-08-25
1
-1
/
+1
*
Add an explanatory note that would have saved me an hour or two
julian
2001-08-25
1
-0
/
+7
*
Axe a commented, unused #define related to the old giant lock.
jhb
2001-08-24
1
-1
/
+0
*
INTREN() and INTRDIS() have been MP safe for a while. Don't say that they
jhb
2001-08-24
1
-2
/
+2
*
Remove references to the old giant kernel lock in various comments.
jhb
2001-08-24
2
-33
/
+6
*
Export the actual KERNBASE to the symbol table. We can use nlist() to get
peter
2001-08-24
1
-0
/
+6
*
Move cpu_fxsr definition to C code (so debug info is generated) and where
peter
2001-08-24
2
-2
/
+5
*
Add a new kernel option RESTARTABLE_PANICS. If this option is present,
jhb
2001-08-23
1
-0
/
+10
*
Fix a comment error that was fixed in the pc98 version. hw.maxmem is
peter
2001-08-23
1
-1
/
+1
*
Dont add UPAGES to the %cs segment limit. There is nothing there except
peter
2001-08-23
1
-16
/
+2
*
Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn't
peter
2001-08-23
1
-6
/
+15
*
Move CR4.PGE enabling code after paging is enabled via CR0.PG based on
iwasaki
2001-08-22
1
-7
/
+6
*
Move most of the kernel submap initialization code, including the
dillon
2001-08-22
2
-12
/
+7
*
Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These are
peter
2001-08-22
1
-0
/
+21
*
Push down Giant some in trap_pfault() so we don't grab Giant around
jhb
2001-08-21
1
-4
/
+5
*
The general conesnsus on irc was that pci bios for config registers
imp
2001-08-21
3
-4
/
+51
*
Fix bug in physmem_est calculation - the kernel_map size was not being
dillon
2001-08-21
1
-5
/
+6
*
Detect a certain type of PCIBIOS brain damage. For some reason,
peter
2001-08-21
4
-0
/
+46
*
Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this
peter
2001-08-21
1
-1
/
+10
*
Limit the amount of KVM reserved for the buffer cache and for swap-meta
dillon
2001-08-20
2
-1
/
+22
*
There is nothing special that requires SSE to be only on 686 class cpus.
peter
2001-08-18
1
-6
/
+4
*
style(9) and make consistent across platforms
obrien
2001-08-16
2
-44
/
+48
*
OFF_T -> OFF (more standard style)
ache
2001-08-15
2
-4
/
+4
*
Add OFF_T_MAX/OFF_T_MIN
ache
2001-08-15
2
-0
/
+6
*
Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,
wpaul
2001-08-15
1
-0
/
+3
[prev]
[next]