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
*
Add an API for jumbo mbuf cluster allocation and also provide
andre
2005-12-08
4
-6
/
+113
*
Switch MACHINE to "pc98" on FreeBSD/pc98.
nyan
2005-12-08
1
-2
/
+27
*
o Remove SI_KERNEL until I really implemented it.
davidxu
2005-12-08
1
-1
/
+1
*
the response NS to a DAD NS was not sent correctly due to the
ume
2005-12-08
1
-5
/
+5
*
In devfs_first(), set mp->mnt_opt to a valid empty list of mount options
rodrigc
2005-12-08
1
-0
/
+5
*
Add "errmsg" to list of global mount options.
rodrigc
2005-12-08
1
-0
/
+1
*
Reorder the calling of the completion callback and the transfer
iedowse
2005-12-08
1
-10
/
+14
*
Do not accept an empty bpf program.
jkim
2005-12-08
1
-0
/
+3
*
Fix build without BPF_JITTER option.
jkim
2005-12-07
1
-1
/
+3
*
Add BPF Just-In-Time compiler support for ng_bpf(4).
jkim
2005-12-07
9
-13
/
+41
*
Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.
obrien
2005-12-07
2
-0
/
+6
*
Catch up to the nvenetlib 1.0-0310 import.
obrien
2005-12-07
2
-4
/
+6
*
This commit was generated by cvs2svn to compensate for changes in r153200,
obrien
2005-12-07
4
-630
/
+671
|
\
|
*
Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005.
obrien
2005-12-07
4
-630
/
+671
*
|
Use __DEVOLATILE to cast conspeed.
imp
2005-12-07
1
-1
/
+1
*
|
style(9) nits
obrien
2005-12-07
1
-52
/
+52
*
|
Add Sparc TLS relocation definitions.
obrien
2005-12-07
1
-0
/
+24
*
|
Changes imported from XFS for FreeBSD project:
rodrigc
2005-12-07
3
-33
/
+155
*
|
Catch up to the system siginfo changes. Use a union for the ia32 layout
peter
2005-12-06
2
-3
/
+22
*
|
- Cleanup whitespace and extra ()s in vtophys() macros.
jhb
2005-12-06
6
-14
/
+11
*
|
Fix ZERO_EDX() macro from the previous commit. It was emitting
jkim
2005-12-06
2
-2
/
+2
*
|
Use <sys/ktr.h> directly in .S files instead of exporting the
marius
2005-12-06
2
-14
/
+2
*
|
Extend the scope of #ifndef LOCORE to also cover the prototype of
marius
2005-12-06
1
-3
/
+7
*
|
When compiling with the kernel, detect if INET6 support should be disabled.
ru
2005-12-06
1
-7
/
+11
*
|
Revert two changes I was testing regarding polling delay.
njl
2005-12-06
1
-2
/
+2
*
|
Add KTR support and move some performance debugging variables in the EC
njl
2005-12-06
2
-10
/
+13
*
|
Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with
ru
2005-12-06
7
-48
/
+0
*
|
cpp(1) only understand integer arithmetical expressions, so
ru
2005-12-06
1
-2
/
+1
*
|
MFi386: Add BPF Just-In-Time compiler.
nyan
2005-12-06
2
-0
/
+4
*
|
Fix -Wundef warnings from compiling GENERIC and LINT kernels of
ru
2005-12-06
8
-16
/
+16
*
|
When we drop packet due to no space in output interface output queue, also
glebius
2005-12-06
1
-0
/
+1
*
|
Optimize parallel processing of ipfw(4) rulesets eliminating the locking
glebius
2005-12-06
1
-71
/
+54
*
|
Sync with signal.h.
davidxu
2005-12-06
1
-0
/
+1
*
|
Reduce the scope of the page queues lock in exec_map_first_page(). The vm
alc
2005-12-06
1
-4
/
+2
*
|
s/M_WAITOK/M_NOWAIT/ while mutex is held.
jkim
2005-12-06
3
-6
/
+6
*
|
- Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.
jkim
2005-12-06
4
-24
/
+36
*
|
o Turn on MPSAFE flag for mqueuefs.
davidxu
2005-12-06
1
-4
/
+3
*
|
o Add some pad fields into struct sigevent for future extension.
davidxu
2005-12-06
1
-2
/
+14
*
|
Fix a lock leak in childproc_continued().
davidxu
2005-12-06
1
-1
/
+3
*
|
Add experimental BPF Just-In-Time compiler for amd64 and i386.
jkim
2005-12-06
13
-3
/
+2060
*
|
The Oxford 16C950 based CardBus Serial device that I was given some
imp
2005-12-05
1
-1
/
+2
*
|
Change the i386 code to pass the interrupt vector as a separate argument
jhb
2005-12-05
9
-53
/
+27
*
|
FreeBSD has had endian conversion macros for a long time. Axe the custom
scottl
2005-12-05
1
-46
/
+2
*
|
Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return
sos
2005-12-05
2
-15
/
+19
*
|
- Move the code to deal with handling an IPI_STOP IPI out of
jhb
2005-12-05
5
-49
/
+34
*
|
Remove unused local variable misssed in previous commit.
jhb
2005-12-05
1
-1
/
+0
*
|
correct handling of dtim for periods > 1
sam
2005-12-05
1
-1
/
+1
*
|
Don't panic if IRQ 13 doesn't exist. On some machines (see previous
jhb
2005-12-05
1
-7
/
+9
*
|
Really slam the door on mixed mode now that we don't depend on it for a
jhb
2005-12-05
2
-0
/
+30
*
|
- Move PUSH_FRAME and POP_FRAME into machine/asmacros.h.
jhb
2005-12-05
4
-102
/
+54
[next]