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
...
*
Send events for VCC state changes, ACR rate changes and interface state
harti
2003-07-29
3
-9
/
+12
*
Implement a mechanism by which ATM drivers can inform interested
harti
2003-07-29
2
-1
/
+85
*
Use PSL_KERNEL as upcall thread's initial rflags, don't use
davidxu
2003-07-29
1
-1
/
+1
*
Don't hide the name of tmpstk, since there is no need to do so and the
bde
2003-07-29
1
-3
/
+2
*
Implement DOSPTYP_EXTLBA more completely: loop until we find no more
phk
2003-07-29
1
-1
/
+2
*
Try to make 'uname -a' look more like it does on Linux:
des
2003-07-29
1
-0
/
+30
*
Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant
alc
2003-07-29
1
-6
/
+0
*
fix another bus_dma leak due to not having a size param for our bus_dma
jmg
2003-07-29
1
-0
/
+2
*
Deprecate USB and Firewire quirks. We should now never send 6 byte commands
njl
2003-07-29
3
-18
/
+32
*
Fix a problem that occurs when truncating files on NFSv3 mounts: we need
tjr
2003-07-29
1
-1
/
+7
*
Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with the
rwatson
2003-07-28
8
-56
/
+176
*
When exporting file descriptor data for threads invoking the
rwatson
2003-07-28
1
-0
/
+11
*
Make this compile on 64 bit systems again. You cannot just cast a 32 bit
peter
2003-07-28
1
-1
/
+1
*
Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to
njl
2003-07-28
6
-4
/
+21
*
None of the "alloc" functions used by UMA assume that Giant is held any
alc
2003-07-28
1
-9
/
+2
*
The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.
imp
2003-07-28
1
-1
/
+1
*
Reset the per-CPU unique value at boot and clear it in the PCB of the
marcel
2003-07-27
3
-3
/
+9
*
Make pmap_pvo_allocf() callable without Giant.
alc
2003-07-27
3
-18
/
+18
*
Pass the file descriptor index down to vn_open.
phk
2003-07-27
2
-2
/
+26
*
Pass the fdidx argument from vn_open{_cred}() onto VOP_OPEN()
phk
2003-07-27
1
-3
/
+3
*
Remove GIANT_REQUIRED from kmem_alloc().
alc
2003-07-27
1
-2
/
+0
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
17
-23
/
+24
*
Call the new argument "fdidx" that is more precise than "fd".
phk
2003-07-27
1
-1
/
+1
*
ip6fw does not handle ESP correctly
ume
2003-07-27
1
-0
/
+1
*
Respect BUS_DMA_ZERO in iommu_dvmamem_alloc().
tmm
2003-07-27
1
-3
/
+10
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
2
-12
/
+5
*
Now that we can call kmem_malloc without Giant it should be safe
dwmalone
2003-07-27
1
-2
/
+0
*
Changed the data types of three index variables, two of them
robert
2003-07-27
1
-3
/
+3
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
3
-8
/
+4
*
Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory.
mux
2003-07-27
1
-5
/
+2
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
13
-44
/
+72
*
Reserve space for the trailing null byte in the srvname member of
tjr
2003-07-27
1
-1
/
+1
*
Use pmap_zero_page() to zero pages instead of bzero() because
mux
2003-07-27
1
-1
/
+1
*
Allow vm_object_reference() on kernel_object without Giant.
alc
2003-07-27
1
-2
/
+4
*
Changed the type of the variable `qidx' from u_int8_t to int,
robert
2003-07-27
1
-2
/
+3
*
Use M_WAITOK instead of M_WAIT in sppp_attach().
gj
2003-07-26
1
-1
/
+1
*
Acquire Giant rather than asserting it is held in contigmalloc(). This is
alc
2003-07-26
1
-1
/
+2
*
Fix a couple of bugs in the resume handler. Don't call the if_init
jdp
2003-07-26
1
-2
/
+3
*
Add Socket Communications Low Power 10/100 CF Ethernet card.
imp
2003-07-26
1
-0
/
+1
*
Sync to 1.61 of pccarddevs
imp
2003-07-26
1
-2
/
+11
*
MFNetBSD:
imp
2003-07-26
1
-1
/
+6
*
Inline a function that gcc refused to inline. This function was used
harti
2003-07-26
1
-7
/
+2
*
Silence a gcc-warning. Do this by inlining the macro-call. This is
harti
2003-07-26
1
-2
/
+1
*
Fixed wrong function names in the error message that was translated to
bde
2003-07-26
1
-3
/
+3
*
Remove prototype of ia64_pa_access(). The function has been moved to
marcel
2003-07-26
1
-1
/
+0
*
Enable wake up GPE before shutdown, not only for sleeping.
takawata
2003-07-26
1
-0
/
+1
*
Avoid using __aligned(16). Instead define the jmp_buf in terms of
marcel
2003-07-26
1
-9
/
+11
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
28
-42
/
+43
*
Unbreak ia64 builds now -Werror is enabled again. Avoid obsolete
marcel
2003-07-26
1
-6
/
+6
*
Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a
scottl
2003-07-26
3
-0
/
+6
[prev]
[next]