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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust the max transfer size used.
sos
2003-09-02
1
-1
/
+1
*
Prepare for locking mlx(4) by cleaning up the use of busdma. No real
scottl
2003-09-02
2
-155
/
+243
*
Don't open with exclusive bit, swapon(8) wants to trash our swapdev.
phk
2003-09-02
1
-2
/
+8
*
Simplify the ioctl handling in GEOM.
phk
2003-09-01
6
-309
/
+146
*
Commands submitted through the management interface won't have scatter/
scottl
2003-09-01
1
-0
/
+2
*
Change clean_map from a global to an auto variable
eivind
2003-09-01
2
-1
/
+1
*
Don't try to enable io or memory access for non-standard resource
dfr
2003-09-01
1
-6
/
+9
*
Add support for AMD766 and AMD768 chipsets.
dfr
2003-09-01
1
-3
/
+9
*
Try to close the race between disk_destroy() and a subsequent disk_create().
phk
2003-09-01
1
-19
/
+17
*
Rearrange the probe code yet again.
sos
2003-09-01
2
-44
/
+61
*
Try a port reset if initial contact to a device failed.
ticso
2003-09-01
1
-1
/
+4
*
Use pmap_steal_memory() for the msgbuf instead of trying to squeeze
marcel
2003-09-01
1
-25
/
+2
*
Implement MBUF_STRESS_TEST mark II.
silby
2003-09-01
3
-18
/
+87
*
Locking and misc cleanups; most of which I've been running for >4 months:
sam
2003-09-01
10
-477
/
+355
*
add locking
sam
2003-09-01
2
-74
/
+123
*
o interlock domain list when adding domains
sam
2003-09-01
1
-8
/
+9
*
remove warning about use of old divert sockets; this was marked
sam
2003-09-01
1
-9
/
+0
*
add locking
sam
2003-09-01
1
-125
/
+117
*
Explicitly enable probe request frame reception when not in station mode;
sam
2003-09-01
1
-0
/
+4
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
5
-15
/
+15
*
o correct logic that checks frame size to decide if a cluaster is needed
sam
2003-09-01
1
-1
/
+2
*
eliminate casts from the DMAADDR macro. This depends upon bus_addr_t being
jmg
2003-09-01
1
-1
/
+1
*
If ~ chars were pennies, I'd be pennyless. This should fix all of the
scottl
2003-09-01
1
-2
/
+3
*
Use direct mapped KVA for the sf_buf allocator, as made possible
marcel
2003-09-01
1
-15
/
+8
*
Implement cpu_set_upcall_kse. May need tweaking.
jake
2003-08-31
1
-0
/
+12
*
Update the comment to indicate ICH5 support
njl
2003-08-31
1
-1
/
+1
*
Detect Geode CPUs and initialize the 27MHz timecounter "Geode".
phk
2003-08-31
3
-0
/
+102
*
- Backout rev 1.142. This caused a deadlock that I do not understand. More
jeff
2003-08-31
1
-5
/
+3
*
- Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() to
jeff
2003-08-31
3
-3
/
+14
*
- Don't acquire the vnode interlock in drain_output(). Instead, require the
jeff
2003-08-31
1
-53
/
+77
*
Add support for the 82801EB (ICH5) SMBus controller.
njl
2003-08-31
1
-0
/
+4
*
- If there is no vp assume that BKGRDINPROG is not set and set RELPBUF in
jeff
2003-08-31
1
-1
/
+2
*
- In some cases bp->b_vp can be NULL in brelse, don't try to lock the
jeff
2003-08-31
1
-4
/
+6
*
- Add vm object locking to the part of vm_pageout_scan() that launders
alc
2003-08-31
1
-20
/
+16
*
Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for
marcel
2003-08-30
2
-80
/
+147
*
Label the uarea address as such in DDB's ps output
phk
2003-08-30
1
-1
/
+1
*
Add the new g_dev_getprovider() function, the swap_pager needs it now.
phk
2003-08-30
2
-0
/
+15
*
Add a close() method to a swapdev.
phk
2003-08-30
1
-138
/
+254
*
Protect the swapdevice tailq with a mutex.
phk
2003-08-30
1
-23
/
+50
*
Continue the objectification of the swapdev backends:
phk
2003-08-30
1
-59
/
+106
*
Make the strategy function a method of the individual swapdev.
phk
2003-08-30
1
-21
/
+30
*
Consistent use modern function definitions
phk
2003-08-30
1
-69
/
+23
*
Style fixes of the whitespace variety. Fix long lines and tabs.
markm
2003-08-30
3
-69
/
+102
*
Add pst as a module
sos
2003-08-30
2
-0
/
+10
*
More debug under boot verbose.
imp
2003-08-29
1
-2
/
+3
*
Fix comment.
imp
2003-08-29
1
-1
/
+1
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
8
-99
/
+704
*
More checking of M_PREPEND() return values: pass through link-layer
rwatson
2003-08-29
2
-0
/
+8
*
Introduce error checking for calls to M_PREPEND():
rwatson
2003-08-29
1
-1
/
+3
*
Fix byte order of multi-byte scsi_status information.
simokawa
2003-08-29
1
-20
/
+11
[next]