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
*
vm_object_shadow: Remove an incorrect assertion. In obscure circumstances
alc
2000-04-19
1
-3
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
3
-10
/
+10
*
Fix _zget() so that it checks the return from kmem_alloc(), to avoid
msmith
2000-04-04
1
-3
/
+9
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
4
-22
/
+22
*
Add necessary spl protection for swapper. The problem was located by
dillon
2000-03-27
3
-3
/
+19
*
Revert spelling mistake I made in the previous commit
charnier
2000-03-27
17
-18
/
+18
*
Spelling
charnier
2000-03-26
17
-39
/
+39
*
Fix one place which knew that B_WRITE was zero.
phk
2000-03-22
1
-1
/
+2
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
4
-7
/
+7
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
4
-18
/
+18
*
Eliminate the undocumented, experimental, non-delivering and highly
phk
2000-03-16
3
-30
/
+0
*
Remove unused 3rd argument from vsunlock() which abused B_WRITE.
phk
2000-03-13
2
-6
/
+2
*
Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).
ps
2000-02-28
3
-20
/
+37
*
Fix null-pointer dereference crash when the system is intentionally
dillon
2000-02-16
3
-5
/
+50
*
The swapdev_vp changes made to rip out the swap specfs interaction
dillon
2000-01-25
1
-8
/
+8
*
Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The
dillon
2000-01-21
1
-25
/
+29
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+1
*
Use MAP_NOSYNC for vnodes without any links in their filesystem.
guido
2000-01-03
1
-0
/
+7
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
11
-18
/
+18
*
Fix the swap backed vn case - this was broken by my rev 1.128 to
peter
1999-12-28
2
-22
/
+50
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to
dillon
1999-12-12
8
-21
/
+82
*
Lock reporting and assertion changes.
eivind
1999-12-11
2
-2
/
+2
*
User ldt sharing.
luoqi
1999-12-06
1
-1
/
+16
*
Report swapdevices as cdevs rather than bdevs.
phk
1999-11-29
1
-1
/
+1
*
Remove nonsensical vm_map_{clear,set}_recursive() calls
alc
1999-11-25
1
-3
/
+0
*
Correct the following error: vm_map_pageable() on a COW'ed (post-fork)
alc
1999-11-23
1
-4
/
+5
*
Isolate the swapdev_vp "not quite" vnode in the only source file which
phk
1999-11-22
2
-35
/
+11
*
Remove the non-functional "swap device" userland front-end to the
peter
1999-11-18
3
-82
/
+14
*
Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc
alc
1999-11-10
1
-11
/
+2
*
Remove unused declarations.
alc
1999-11-08
1
-4
/
+0
*
Remove unused #include's.
alc
1999-11-07
4
-5
/
+0
*
The functions declared by this header file no longer exist.
alc
1999-11-07
3
-42
/
+0
*
Reverse the sense of the test in the KASSERT's from the last commit.
alc
1999-10-30
1
-2
/
+2
*
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc
1999-10-30
3
-78
/
+58
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-2
/
+8
*
useracc() the prequel:
phk
1999-10-29
20
-201
/
+44
*
Remove the last vestiges of "vm_map_t phys_map". It's been unused
alc
1999-10-29
3
-4
/
+0
*
Shrink "struct vm_object" by not spending a full 32 bits
alc
1999-10-27
1
-2
/
+2
*
Fix a panic(8) implementation:
phk
1999-10-08
1
-5
/
+17
*
Introduce swopen to prevent blockdevice opens and insist on minor==0.
phk
1999-10-04
1
-1
/
+17
*
Give the swap device a D_DISK flag against my better judgement.
phk
1999-10-04
1
-1
/
+1
*
Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired.
dt
1999-09-30
1
-0
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
cleanup madvise code, add a few more sanity checks.
dillon
1999-09-21
3
-50
/
+89
*
Final commit to remove vnode->v_lastr. vm_fault now handles read
dillon
1999-09-21
1
-36
/
+43
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
1
-1
/
+1
*
Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsync
dillon
1999-09-17
1
-2
/
+4
*
Add 'lastr' field to vm_map_entry in preparation for its removal
dillon
1999-09-17
1
-0
/
+1
[next]