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
*
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
*
- Clean-up comments that refer to the use of B_LOCKED.
jeff
2003-08-28
4
-6
/
+8
*
- In LCK_BUF() simply change the owner of the buf to the kernel.
jeff
2003-08-28
2
-20
/
+4
*
Fix location of $FreeBSD$ from last commit.
imp
2003-08-27
1
-4
/
+3
*
Add support for new devices.
pdeuskar
2003-08-27
5
-957
/
+1871
*
Return the translated result code from ATA/ATAPI commands.
sos
2003-08-27
1
-2
/
+2
*
Hopefully Fix problem with probing some ATAPI devices, while still
sos
2003-08-27
1
-14
/
+15
*
All davicom cards seem to need DC_TX_ALIGN.
mbr
2003-08-27
2
-4
/
+2
*
Reserve 184 for dumb console driver(dcons) which can be found in
simokawa
2003-08-27
1
-0
/
+1
*
add debug to pcic memory mapping routine
imp
2003-08-27
1
-0
/
+5
*
Fix a mac_policy_list reference to be a mac_static_policy_list
rwatson
2003-08-26
9
-9
/
+9
*
Revision 1.126 broke the interface of the bktr driver's
nectar
2003-08-26
2
-23
/
+26
*
M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the
rwatson
2003-08-26
1
-0
/
+2
*
Let SA process work under ULE scheduler, originally it would panic kernel.
davidxu
2003-08-26
3
-24
/
+49
*
Use the db_alt_break() state machine instead of rolling our own. This
njl
2003-08-26
1
-32
/
+14
*
Use __FBSDID().
obrien
2003-08-25
21
-49
/
+74
*
Use __FBSDID().
obrien
2003-08-25
28
-73
/
+95
*
Implement the last commit properly.
joe
2003-08-25
1
-0
/
+3
*
Fix the cdevsw compatibility for -stable.
joe
2003-08-25
9
-11
/
+8
[next]