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
*
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
*
size_t != int. Make this compile on 64 bit platforms (eg: amd64).
peter
2003-07-24
3
-4
/
+5
*
Make the breakpoint instruction trap gate available to users.
peter
2003-07-23
1
-1
/
+1
*
Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops.
peter
2003-07-23
1
-1
/
+1
*
Turn -Werror back off again. Leaving out the invariants options causes
peter
2003-07-23
1
-1
/
+1
*
Initialize 'blocked' to NULL. I think this was a real problem, but I
peter
2003-07-23
1
-0
/
+1
*
Stop GCC from whining when people use a 16 bit port number for inb() and outb()
phk
2003-07-23
1
-2
/
+2
*
Turn -Werror back on.
peter
2003-07-23
1
-1
/
+1
*
ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP back
peter
2003-07-23
1
-1
/
+1
*
Provide a knob for raising the inline instruction estimate threshold and
peter
2003-07-23
3
-1
/
+7
*
Annotate pmap_changebit() as __always_inline. This function was
alc
2003-07-23
2
-2
/
+4
*
Use macros from apic.h to when writing to the ICR to send IPIs to startup
jhb
2003-07-23
6
-30
/
+72
*
Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved
jhb
2003-07-23
4
-2
/
+5
[next]