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
/
pci
/
agp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
1
-0
/
+1
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
1
-1
/
+1
*
o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().
alc
2002-08-10
1
-4
/
+1
*
o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,
alc
2002-07-21
1
-0
/
+2
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
1
-0
/
+2
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
1
-0
/
+4
*
Allow retrieval of the virtual address of the AGP aperture
mdodd
2001-12-19
1
-0
/
+1
*
Don't automatically unbind/deallocate memory when releasing.
ru
2001-11-27
1
-10
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
un-staticize M_AGP so that it can be used in agp*.c
assar
2000-12-19
1
-1
/
+1
*
Add a missing include of <sys/proc.h>.
jhb
2000-12-12
1
-0
/
+1
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/
peter
2000-10-18
1
-1
/
+1
*
Use appropriate resource management accessors instead of directly
mdodd
2000-10-18
1
-2
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+1
*
Add support for Intel's i810 chipset with integrated graphics. An
dfr
2000-07-12
1
-4
/
+14
*
Fix the AMD 751 AGP minidriver so that it works with my test code.
dfr
2000-06-10
1
-1
/
+5
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+790