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
*
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
*
When we went to the set_flags interface for the memory resource, we
imp
2003-08-29
1
-4
/
+4
*
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
njl
2003-08-29
6
-153
/
+6
*
Add Creative SB AudioPCI CT4730 rev A.
orion
2003-08-29
1
-2
/
+18
*
Add Creative EV1938.
orion
2003-08-29
1
-0
/
+2
*
Remove extra tabs indenting MAC library calls; they were there to
rwatson
2003-08-29
2
-42
/
+40
*
Remove unneeded field after CIS changes.
imp
2003-08-29
1
-1
/
+0
*
In vnode_pager_generic_putpages(), change the printf format specifier
marcel
2003-08-29
1
-2
/
+2
*
Recent pmap changes permit the use of a more precise locking assertion
alc
2003-08-28
1
-2
/
+1
*
Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,
alc
2003-08-28
1
-33
/
+8
*
Remove redundant initialization of rti; SLIST_FOREACH does that for
rwatson
2003-08-28
1
-1
/
+0
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
6
-16
/
+25
*
Add constants for capability IDs and header types.
jhb
2003-08-28
1
-0
/
+14
*
In bufdone(), change the format specifier for m->valid and m->dirty to
marcel
2003-08-28
1
-2
/
+3
*
Add sound support for the AMD64 8111 chip.
obrien
2003-08-28
1
-0
/
+4
*
Minor style cleanups.
njl
2003-08-28
6
-17
/
+8
*
Style cleanups.
njl
2003-08-28
4
-72
/
+35
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
9
-1156
/
+1193
*
Do not return with vnode interlock held.
kan
2003-08-28
1
-0
/
+2
*
Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.
nyan
2003-08-28
2
-68
/
+30
*
Be more carefull on nulling the ATAPI magic for fake slave.
sos
2003-08-28
1
-13
/
+15
*
Make sure to call start when retrying.
sos
2003-08-28
1
-1
/
+2
*
- Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.
jeff
2003-08-28
4
-97
/
+117
*
A number of minor fixes to the mapping of memory. This should help
imp
2003-08-28
1
-22
/
+18
*
Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.
thomas
2003-08-28
1
-1
/
+2
*
Remove a duplicate comment.
njl
2003-08-28
1
-6
/
+0
*
The valid field in struct vm_page can be of type unsigned long when
marcel
2003-08-28
1
-2
/
+2
[next]