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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-3
/
+3
*
o Retire pmap_pageable(). It's an advisory routine that none
alc
2002-08-25
1
-23
/
+0
*
Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown
peter
2002-08-23
1
-1
/
+1
*
Move several MI types from <machine/_types.h> to <sys/_types.h>.
mike
2002-08-23
1
-37
/
+0
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
2
-3
/
+3
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-21
3
-6
/
+6
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
4
-5
/
+144
*
Use the __BUS_ACCESSOR macro for NEXUS_ACCESSOR
mux
2002-08-20
1
-14
/
+2
*
remove unit counts from atkbdc, pckbd, sc
peter
2002-08-20
1
-2
/
+2
*
o Simplify the ptphint test in pmap_release_free_page(). In other words,
alc
2002-08-18
1
-1
/
+1
*
In order to better support flexible and extensible access control,
rwatson
2002-08-15
1
-1
/
+2
*
pccbb->cbb
imp
2002-08-15
1
-1
/
+1
*
Document why the has_f00f_bug variable is initialised rather than placed into
jmallett
2002-08-14
1
-1
/
+1
*
o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().
alc
2002-08-13
1
-2
/
+0
*
o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()
alc
2002-08-12
1
-9
/
+15
*
Use roundup2() to avoid a problem where pmap_growkernel was unable
iedowse
2002-08-12
1
-1
/
+1
*
Add support for the LSI-Logic Fusion/MP architecture.
mjacob
2002-08-11
1
-0
/
+1
*
o Remove the setting and clearing of the PG_MAPPED flag. (This flag is
alc
2002-08-10
1
-8
/
+4
*
Make ppp(4) devices clonable and unloadable.
brooks
2002-08-09
1
-1
/
+1
*
Improve stack manipulation code of ACPI wakeup routine.
iwasaki
2002-08-07
1
-2
/
+2
*
Add Intersil and Symbol as vendors for 802.11 cards that the wi driver
imp
2002-08-07
1
-1
/
+1
*
Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth the
peter
2002-08-05
1
-11
/
+8
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-05
1
-0
/
+1
*
Add device agp to GENERIC, filter it out of floppy builds
anholt
2002-08-04
1
-0
/
+2
*
Fix a mistake in 1.352 - I was returning a pointer to the rounded down
peter
2002-08-04
1
-1
/
+1
*
Remove commented out PCI_ENABLE_IO_MODES. It is gone now.
imp
2002-08-04
1
-1
/
+0
*
o Request a wired page from vm_page_grab() in _pmap_allocpte().
alc
2002-08-04
1
-5
/
+1
*
o Ask for a prezeroed page in pmap_pinit() for the page directory page.
alc
2002-08-03
1
-1
/
+1
*
o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().
alc
2002-08-03
1
-1
/
+0
*
Take advantage of the fact that there is a small 1MB direct mapped region
peter
2002-08-03
1
-8
/
+11
*
Take a shot at fixing a nasty bug in the pmap changes that I did. I
peter
2002-08-03
1
-1
/
+1
*
Move a prototype to the least wrong place.
phk
2002-08-02
3
-1
/
+2
*
o Lock page queue accesses by vm_page_deactivate().
alc
2002-08-02
1
-3
/
+15
*
Fix the link to the Handbook
blackend
2002-08-01
1
-1
/
+1
*
Fix a bug about stack manipulation at ACPI wakeup.
iwasaki
2002-08-01
1
-0
/
+1
*
o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped
alc
2002-07-31
1
-2
/
+0
*
The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.
phk
2002-07-31
2
-2
/
+2
*
Resolve conflicts arising from the ACPI CA 20020725 import.
iwasaki
2002-07-30
1
-0
/
+125
*
o Lock page queue accesses by pmap_release_free_page().
alc
2002-07-30
1
-0
/
+2
*
Create a new header <machine/_stdint.h> for storing MD parts of
mike
2002-07-29
3
-218
/
+171
*
o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()
alc
2002-07-29
1
-13
/
+5
*
Unwind the syscall_with_err_pushed tweak that jake did some time back.
peter
2002-07-28
3
-5
/
+31
*
Add some locking asserts and some comments
julian
2002-07-24
1
-0
/
+1
*
de-count pci
peter
2002-07-23
1
-1
/
+1
*
Add explicit unit count on 'device pci' for ahc/ahd
peter
2002-07-21
1
-1
/
+1
*
style(9)ize the whole file
imp
2002-07-21
1
-474
/
+492
*
Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat
peter
2002-07-21
4
-16
/
+12
*
Regenerate
peter
2002-07-20
3
-1596
/
+311
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
6
-329
/
+2271
*
o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().
alc
2002-07-19
1
-4
/
+2
[next]