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
*
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
*
MFi386 revision 1.416
alc
2003-07-25
3
-21
/
+30
*
Discussions on src-committers with alfred and bde pointed out that
gad
2003-07-25
1
-6
/
+8
*
Add an informational debugging printf of the maximum time spent in
njl
2003-07-25
1
-0
/
+10
*
Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3
bde
2003-07-25
1
-6
/
+1
*
Print the offending SPANS message only if printing is enabled.
harti
2003-07-25
1
-1
/
+2
*
o Do not overwrite saved interrupt priority level by alloc_hash(),
maxim
2003-07-25
1
-6
/
+8
*
Add support for VBR and CBR PVCs for IP over ATM.
harti
2003-07-25
5
-6
/
+205
*
Remove __aligned(16) from the definition of struct _ia64_fpreg. It's
marcel
2003-07-25
2
-132
/
+133
*
Remove INVARIANT* and WITNESS. This makes the simulator much more
marcel
2003-07-25
1
-3
/
+0
*
Set the interface type of the network interfaces to IFT_IPOVERATM(114).
harti
2003-07-25
1
-1
/
+1
*
Hand the packet to bpf not only in the LLC/SNAP case, but for all
harti
2003-07-25
2
-13
/
+13
*
Make the debugging variable that controls printing of UNI messages
harti
2003-07-25
5
-15
/
+29
*
Move ia64_pa_access() from machdep.c to mem.c and declare it static.
marcel
2003-07-25
2
-6
/
+6
*
Align upcall stack top to odd times of 8. GCC accounts return address
davidxu
2003-07-25
1
-0
/
+1
*
Disable the single-step trap on a debug related trap, including of
marcel
2003-07-25
1
-0
/
+2
*
The POSIX spec also requires that kern_sigtimedwait return
mtm
2003-07-24
1
-1
/
+1
*
Make the debugging variable that controls dumping of IP over ATM packets
harti
2003-07-24
4
-10
/
+19
*
Create a sysctl that allows to enable/disable printing of SPANS messages.
harti
2003-07-24
3
-17
/
+15
*
Free the UNI vcc to the same zone from where it was allocated from.
harti
2003-07-24
2
-3
/
+3
*
Now that we have if_detach() don't try to get rid of all the interface
harti
2003-07-24
1
-95
/
+5
*
Create a subtree 'harp' of the net sysctl tree. This uses a fixed
harti
2003-07-24
3
-3
/
+31
*
Constify the arguments to several pdu_print functions.
harti
2003-07-24
9
-33
/
+18
*
Implement cpu_set_upcall and cpu_set_upcall_kse.
davidxu
2003-07-24
1
-0
/
+68
*
Set fault address to si_addr.
davidxu
2003-07-24
1
-0
/
+3
*
Add BPF support to HARP network interfaces. This allows one to see
harti
2003-07-24
3
-0
/
+37
*
Implement casuptr().
marcel
2003-07-24
2
-7
/
+29
*
In get_mcontext() and set_mcontext() save and restore the current
marcel
2003-07-24
1
-3
/
+15
*
Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are
marcel
2003-07-24
1
-0
/
+17
*
Use a spare for the thread pointer (mc_thrptr). The thread pointer
marcel
2003-07-24
1
-1
/
+2
[next]