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
*
In case we encounter a zero sectorsize provider in g_io_check(), fail
phk
2003-08-13
1
-0
/
+6
*
Don't use VM_MIN_KERNEL_ADDRESS to check if the faulting address is
marcel
2003-08-13
1
-2
/
+2
*
Reduce the size of the vm map (and by inclusion the vm space) on 64-bit
alc
2003-08-13
1
-1
/
+1
*
Put an instruction group break between the move to ar.rnat and the
marcel
2003-08-13
1
-0
/
+1
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
16
-35
/
+387
*
Oops.. Some debugging code snuck in here.
ps
2003-08-12
1
-1
/
+1
*
Remove extra space.
mux
2003-08-12
1
-1
/
+1
*
Fixup comment.
jhb
2003-08-12
1
-1
/
+1
*
Reduce the size of the vm object on 64-bit architectures by moving
alc
2003-08-12
1
-1
/
+1
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
3
-4
/
+10
*
- Convert Alpha over to the new calling conventions for cpu_throw() and
jhb
2003-08-12
7
-65
/
+50
*
Support EINPROGRESS and properly deal with 64bit physical addressing.
ps
2003-08-12
1
-24
/
+59
*
Halted CPU's should not accumulate time.
ps
2003-08-12
6
-36
/
+36
*
- No need to bzero() the softc structure.
mux
2003-08-12
1
-7
/
+3
*
Remove two useless bzero() calls.
mux
2003-08-12
1
-2
/
+0
*
Change the code that enables/disables the ATM channel to use the
harti
2003-08-12
1
-67
/
+48
*
db_get_value uses a local buffer to first fetch all the bytes of a
harti
2003-08-12
1
-1
/
+1
*
Validate number of iso. DMA channels.
simokawa
2003-08-12
1
-0
/
+2
*
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
alex
2003-08-12
10
-2
/
+1346
*
Extend identifycpu():
marcel
2003-08-12
1
-17
/
+36
*
Fix the busdma support in twe to support EINPROGRESS and enable it for
ps
2003-08-12
5
-112
/
+249
*
Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.
wpaul
2003-08-12
3
-5
/
+31
*
This commit was generated by cvs2svn to compensate for changes in r118812,
njl
2003-08-12
1
-2
/
+2
|
\
|
*
Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on
njl
2003-08-12
1
-2
/
+2
*
|
Cleanup prototypes in cpu.h, including fswintrberr and any references
marcel
2003-08-12
4
-47
/
+8
*
|
Pipespace() no longer requires Giant.
alc
2003-08-11
1
-2
/
+2
*
|
Cleanup and style(9) fixes. No functional change.
marcel
2003-08-11
1
-7
/
+4
*
|
- When deciding whether to init the zone with small_init or large_init,
bmilekic
2003-08-11
2
-6
/
+25
*
|
Drop Giant in recvit before returning an error to the caller to avoid
kan
2003-08-11
1
-1
/
+4
*
|
Style cleanups to match the rest of this directory. For acpi_battery.c,
njl
2003-08-11
4
-878
/
+800
*
|
bus_dmamap_create() is no longer optional for non-static dma mappings. Thanks
scottl
2003-08-11
1
-0
/
+14
*
|
Add ng_atmpif: a HARP physical interface emulation. This allows one
harti
2003-08-11
9
-2
/
+1980
*
|
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
10
-29
/
+171
*
|
Fix sparc64 LINT build. <blush>
jake
2003-08-11
1
-2
/
+4
*
|
This commit was generated by cvs2svn to compensate for changes in r118765,
njl
2003-08-11
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix AcpiOsMapMemory to match the function definition. Don't use UINT32
njl
2003-08-11
1
-2
/
+2
*
|
More pipe changes:
silby
2003-08-11
6
-49
/
+39
*
|
Don't provide mutexes for static busdma allocations.
scottl
2003-08-11
1
-19
/
+22
*
|
Implement cpu_set_upcall_kse(). Further tweaking may be needed after
marcel
2003-08-11
1
-4
/
+25
*
|
Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreaded
alc
2003-08-11
1
-3
/
+3
*
|
The iBCS2 system call translator for statfs(2) did not check the
nectar
2003-08-10
1
-0
/
+4
*
|
panic() if we try to handle an out-of-range signal number in
nectar
2003-08-10
1
-2
/
+5
*
|
Add or correct range checking of signal numbers in system calls and
nectar
2003-08-10
4
-3
/
+7
*
|
Rename pmap_changebit() to pmap_clear_ptes() and remove the last
alc
2003-08-10
2
-50
/
+38
*
|
o move cpu_reset() from vm_machdep.c to machdep.c.
marcel
2003-08-10
2
-79
/
+68
*
|
The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failure
wpaul
2003-08-10
1
-2
/
+10
*
|
Lower initial drop value to 50, it is enough to hide linearity
ache
2003-08-10
1
-2
/
+2
*
|
Switch from legacy to native mode for ICH4 and ICH5.
orion
2003-08-10
2
-21
/
+22
*
|
Don't hardcode unit numer '0'.
ticso
2003-08-10
3
-3
/
+3
*
|
Now that we can ignore up to 8KB of dirty registers, remove the RSE
marcel
2003-08-10
1
-45
/
+30
[next]