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
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old useless debugging code
julian
2002-10-14
1
-5
/
+0
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
2
-4
/
+4
*
Rename the mutex thread and process states to use a more generic 'LOCK'
jhb
2002-10-02
1
-1
/
+1
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-1
/
+3
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
4
-6
/
+6
*
- Get rid of the unused LK_NOOBJ.
jeff
2002-09-25
2
-2
/
+2
*
- Lock access to numoutput on the swap devices.
jeff
2002-09-25
2
-0
/
+4
*
- Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
jeff
2002-09-25
1
-2
/
+7
*
Modify vm_map_clean() (and thus the msync(2) system call) to support
mdodd
2002-09-22
1
-7
/
+10
*
o Update some comments.
alc
2002-09-22
1
-7
/
+9
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
5
-46
/
+24
*
Reduce namespace pollution.
alc
2002-09-21
1
-3
/
+0
*
- Use my freebsd email alias in the copyright.
jeff
2002-09-19
5
-12
/
+5
*
- Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.
jeff
2002-09-18
5
-92
/
+101
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-2
/
+4
*
Completely redo thread states.
julian
2002-09-11
3
-39
/
+35
*
- Do not swap out a process if it is in creation. The process may have no
tanimura
2002-09-09
1
-0
/
+24
*
Use UMA as a complex object allocator.
julian
2002-09-06
1
-5
/
+0
*
Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't
bde
2002-09-05
1
-1
/
+1
*
s/SGNL/SIG/
davidxu
2002-09-05
1
-1
/
+2
*
o Synchronize updates to struct vm_page::cow with the page queues lock.
alc
2002-09-02
1
-6
/
+5
*
Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.
dillon
2002-08-31
1
-2
/
+2
*
Change hw.physmem and hw.usermem to unsigned long like they used to be
peter
2002-08-30
1
-2
/
+2
*
o Retire pmap_pageable(). It's an advisory routine that none
alc
2002-08-25
2
-13
/
+0
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
6
-32
/
+5
*
o Use vm_object_lock() in place of directly locking Giant.
alc
2002-08-24
1
-12
/
+12
*
o Use vm_object_lock() in place of Giant when manipulating a vm object
alc
2002-08-24
1
-2
/
+2
*
o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.
alc
2002-08-24
1
-0
/
+6
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-21
1
-2
/
+2
*
o Assert that the page queues lock is held in vm_page_activate().
alc
2002-08-11
1
-1
/
+1
*
o Lock page queue accesses by vm_page_activate().
alc
2002-08-11
1
-0
/
+2
*
o Lock page queue accesses by vm_page_activate().
alc
2002-08-10
1
-0
/
+4
*
o Move a call to vm_page_wakeup() inside the scope of the page queues lock.
alc
2002-08-10
1
-1
/
+1
*
o Remove the setting and clearing of the PG_MAPPED flag from the alpha and
alc
2002-08-10
1
-1
/
+0
*
o Remove the setting and clearing of the PG_MAPPED flag. (This flag is
alc
2002-08-10
3
-4
/
+4
*
o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED
alc
2002-08-08
1
-1
/
+1
*
o Acquire the page queues lock before checking the page's busy status
alc
2002-08-04
1
-2
/
+4
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
4
-24
/
+37
*
o Extend the scope of the page queues lock in contigmalloc1().
alc
2002-08-04
1
-8
/
+8
*
o Remove the setting of PG_MAPPED from vm_page_wire() and
alc
2002-08-03
1
-2
/
+0
*
o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()
alc
2002-08-02
1
-6
/
+9
*
o Lock page queue accesses in nwfs and smbfs.
alc
2002-08-02
1
-1
/
+1
*
o Lock page queue accesses by vm_page_deactivate().
alc
2002-08-02
1
-0
/
+2
*
o Acquire the page queues lock before calling vm_page_io_finish().
alc
2002-08-01
1
-1
/
+2
*
o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped
alc
2002-07-31
1
-2
/
+0
*
o Lock page accesses by vm_page_io_start() with the page queues lock.
alc
2002-07-31
1
-1
/
+2
*
o In vm_object_madvise() and vm_object_page_remove() replace
alc
2002-07-30
1
-15
/
+10
*
- Optimize wakeup() and its friends; if a thread waken up is being
tanimura
2002-07-30
1
-64
/
+65
*
o Introduce vm_page_sleep_if_busy() as an eventual replacement for
alc
2002-07-29
2
-0
/
+23
*
Remove a XXXKSE comment. the code is no longer a problem..
julian
2002-07-29
1
-1
/
+1
[next]