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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct typo.
brueffer
2005-04-14
1
-1
/
+1
*
Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into the
cognet
2005-04-14
1
-2
/
+4
*
MFi386: revision 1.612.
nyan
2005-04-14
2
-100
/
+176
*
MFi386: revision 1.20.
nyan
2005-04-14
1
-1
/
+1
*
Remove dead code which would never execute.
gnn
2005-04-14
1
-18
/
+18
*
Read back the real taskfile register values when in 48BIT mode.
sos
2005-04-14
2
-6
/
+23
*
- cache_lookup() relocks the parent in the DOTDOT case for us.
jeff
2005-04-14
2
-4
/
+0
*
Use AcpiUtStrupr() instead of strupr() as the latter will disappear in
marks
2005-04-14
1
-1
/
+1
*
Probe PCI link devices early so that we turn them all off via _DIS before
jhb
2005-04-14
1
-0
/
+4
*
Bah, add a missing cast.
jhb
2005-04-14
1
-1
/
+1
*
Close a race between sleepq_broadcast() and sleepq_catch_signals().
jhb
2005-04-14
1
-47
/
+21
*
Always use the local APIC timer, even on UP machines.
jhb
2005-04-14
2
-8
/
+0
*
If an I/O APIC returns 0xffffffff for its version register after we map it,
jhb
2005-04-14
1
-2
/
+11
*
rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite
peter
2005-04-14
2
-0
/
+2
*
Make sure we look at the correct sub op codes when
mjacob
2005-04-14
1
-3
/
+22
*
Take constructive advice from njl && reformat
mjacob
2005-04-14
1
-0
/
+6
*
Quirk for ZICPlay USB MP3 Player.
njl
2005-04-14
1
-0
/
+8
*
It seems I introduced a new prerequisite for <machine/pcb.h> on i386,
peter
2005-04-14
1
-0
/
+3
*
Apply quirk.
mjacob
2005-04-14
1
-0
/
+4
*
Applied conservative version of suggested quirk.
mjacob
2005-04-14
1
-0
/
+7
*
Apply quirk suggested by submitter.
mjacob
2005-04-14
1
-1
/
+1
*
The divide by zero panic must have been due to a bogus
mjacob
2005-04-14
1
-0
/
+9
*
Allow user processes to completely empty out their LDT, now that user
peter
2005-04-14
1
-1
/
+1
*
- Remove a debugging printf that slipped in.
jeff
2005-04-13
1
-1
/
+0
*
Change the segment limits to 4GB, we set the user accessible bit on all
peter
2005-04-13
9
-67
/
+201
*
Fix mss byte order, only affects synproxy code path.
glebius
2005-04-13
1
-0
/
+2
*
Fix compile error :-(.
imp
2005-04-13
1
-1
/
+2
*
Fix an evil bug that appeared in September 2003. VM86 bios calls use two
peter
2005-04-13
3
-4
/
+4
*
Test for NULL before use.
mdodd
2005-04-13
1
-12
/
+11
*
Add KASSERT() to warn against NULL deref.
mdodd
2005-04-13
1
-0
/
+1
*
Use pci_find_bsf() to retrieve the PCI device associated with
bms
2005-04-13
1
-13
/
+16
*
The maximum allowable alloc is 16K not (16K-1).
julian
2005-04-13
1
-1
/
+1
*
Since cbb implements the pcib_ interface, it must also implement the
imp
2005-04-13
1
-0
/
+10
*
Default to a interrupt router that returns an invalid interrupt.
imp
2005-04-13
1
-1
/
+9
*
pmap_update() is gone.
cognet
2005-04-13
1
-1
/
+0
*
Never hardcode /sys into these Makefiles. The proper way to spell it is $S.
imp
2005-04-13
9
-16
/
+3
*
NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.
glebius
2005-04-13
1
-2
/
+1
*
According to the comment in struct tty, t_modem is optional; hence we should
avatar
2005-04-13
1
-2
/
+4
*
- Remove ifdef PC98.
nyan
2005-04-13
8
-1044
/
+68
*
Remove a meaningless include.
nyan
2005-04-13
2
-4
/
+0
*
Move pc98 specific parts to the pc98 specific file.
nyan
2005-04-13
4
-14
/
+69
*
Remove ifdef PC98.
nyan
2005-04-13
2
-25
/
+0
*
- Change all filesystems and vfs_cache to relock the dvp once the child is
jeff
2005-04-13
19
-64
/
+39
*
- Change vop_lookup_post assertions to reflect recent vfs_lookup changes.
jeff
2005-04-13
1
-12
/
+2
*
- Further simplify lookup; Force all filesystems to relock in the DOTDOT
jeff
2005-04-13
1
-30
/
+23
*
Add #defines for control fields and address bits.
mdodd
2005-04-13
1
-0
/
+28
*
Support for the GTCO Digipad.
mdodd
2005-04-13
1
-0
/
+1
*
Add a ata_setmode method so we dont panic on setmode.
sos
2005-04-13
3
-4
/
+40
*
Make it clear that the statement following the conditional is a NOP.
mdodd
2005-04-13
2
-2
/
+4
*
Follow i386's suit and include AGP support in the generic kernel.
anholt
2005-04-13
1
-0
/
+2
[next]