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
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r254501. Instead, reuse the type stability of the struct pmap
kib
2013-08-22
1
-3
/
+0
*
Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).
kib
2013-08-22
1
-1
/
+1
*
Add process descriptors support to the GENERIC kernel. It is already being
pjd
2013-08-18
1
-0
/
+1
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
1
-12
/
+10
*
follow up to r254051
avg
2013-08-09
1
-2
/
+1
*
Split the pagequeues per NUMA domains, and split pageademon process
kib
2013-08-07
1
-0
/
+1
*
enable KDB_TRACE in GENERICs
avg
2013-08-07
1
-1
/
+1
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
5
-10
/
+14
*
Add MD (for now) atomic_store_acq_<type>() and use it in pmap_activate()
marius
2013-08-06
2
-10
/
+26
*
Remove unused member.
attilio
2013-08-04
2
-2
/
+0
*
Back out r253779 & r253786.
obrien
2013-07-31
1
-1
/
+0
*
Decouple yarrow from random(4) device.
obrien
2013-07-29
1
-0
/
+1
*
Revert r253748,253749
avg
2013-07-28
1
-2
/
+2
*
put contents of cpu.h under _KERNEL
avg
2013-07-28
1
-2
/
+2
*
Include sys/systm.h after sys/param.h.
ae
2013-07-15
1
-1
/
+1
*
Introduce new structure sfstat for collecting sendfile's statistics
ae
2013-07-15
1
-1
/
+1
*
Prefix the alias macros for members of struct __mcontext with an underscore
marius
2013-07-12
2
-31
/
+31
*
Fix issues with zeroing and fetching the counters, on x86 and ppc64.
kib
2013-07-01
1
-0
/
+39
*
Remove conflicting macros from SPARC64's atomic(9) header.
ed
2013-06-15
1
-15
/
+3
*
Stick to using the documented atomic(9) API.
ed
2013-06-15
1
-1
/
+1
*
- Add a BIT_FFS() macro and use it to replace cpusetffs_obj()
jeff
2013-06-13
1
-1
/
+1
*
o Relax locking assertions for vm_page_find_least()
attilio
2013-05-21
1
-0
/
+2
*
Relax the object locking assertion in pmap_enter_locked().
alc
2013-05-17
1
-1
/
+1
*
Tidy up some CVS workarounds.
peter
2013-05-12
2
-2
/
+0
*
Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in
attilio
2013-05-07
2
-7
/
+4
*
Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'
trasz
2013-04-12
1
-4
/
+1
*
Merge from projects/counters: counter(9).
glebius
2013-04-08
1
-0
/
+54
*
Merge from projects/counters:
glebius
2013-04-08
1
-1
/
+2
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
1
-1
/
+0
*
Fix low-level uart drivers that set their fifo sizes in the softc too late.
ian
2013-04-01
1
-9
/
+15
*
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
kib
2013-03-19
1
-0
/
+2
*
Add pmap function pmap_copy_pages(), which copies the content of the
kib
2013-03-14
1
-0
/
+8
*
MFC
attilio
2013-03-09
1
-0
/
+3
*
MFC
attilio
2013-03-08
1
-1
/
+1
|
\
|
*
Correct two spelling mistakes in a comment.
gavin
2013-03-07
1
-1
/
+1
*
|
MFC
attilio
2013-03-02
5
-52
/
+94
|
\
\
|
|
/
|
*
- Revert the part of r247601 which turned the overtemperature and power fail
marius
2013-03-02
1
-11
/
+9
|
*
Revert the part of r247600 which turned the overtemperature and power fail
marius
2013-03-02
1
-18
/
+16
|
*
- Apparently, it's no longer a problem to call shutdown_nice(9) from within
marius
2013-03-02
1
-12
/
+14
|
*
- While Netra X1 generally show no ill effects when registering a power
marius
2013-03-02
1
-27
/
+44
|
*
- In sbbc_pci_attach() just pass the already obtained bus tag and handle
marius
2013-03-01
1
-4
/
+3
|
*
- Remove an unused header.
marius
2013-03-01
1
-6
/
+41
|
*
MFcalloutng:
mav
2013-02-28
1
-18
/
+11
|
*
Merge from vmobj-rwlock:
attilio
2013-02-27
1
-3
/
+2
|
*
Merge from vmobj-rwlock branch:
attilio
2013-02-26
1
-1
/
+0
*
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-5
/
+5
*
|
Fix other architectures and ZFS.
attilio
2013-02-21
2
-1
/
+1
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-4
/
+4
*
|
There is no need to use VM_OBJECT_LOCKED() as the assertion won't
attilio
2013-02-20
1
-3
/
+2
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-4
/
+4
|
/
[next]