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
*
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
*
Gulp ... call kmem_malloc() without Giant.
alc
2003-07-26
1
-7
/
+1
*
Fix some recently introduced warnings. 'Declaration does not declare
peter
2003-07-26
1
-2
/
+2
*
Turn -Werror back on again. I've tested with/without
peter
2003-07-26
1
-1
/
+1
*
Change the inline limit switch to something that exists in gcc-3.2.
peter
2003-07-26
2
-4
/
+4
*
Revise and improve ntfs_subr.c 1.30: read only a single cluster at a time
tjr
2003-07-26
2
-17
/
+28
*
Revert previous commit. We don't use setjmp()/longjmp() for context
marcel
2003-07-25
1
-2
/
+1
*
revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquire
alc
2003-07-25
1
-6
/
+0
*
Use __FBSDID().
obrien
2003-07-25
39
-78
/
+127
*
Use __FBSDID().
obrien
2003-07-25
3
-6
/
+10
*
Add support for the M_ZERO flag to contigmalloc().
mux
2003-07-25
1
-1
/
+5
*
Remove alpha vtophys() hack from if_bgereg.h and clean up unneeded
wpaul
2003-07-25
2
-7
/
+0
*
Convert bge(4) to use busdma. I have not tested this on anything
wpaul
2003-07-25
2
-127
/
+856
[next]