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
*
Recently I realized that the ADMtek 8211 driver wasn't working correctly
wpaul
2004-03-23
1
-3
/
+4
*
Add an implementation of uiomove_fromphys() for PowerPC. This
alc
2004-03-23
3
-0
/
+263
*
Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying
tjr
2004-03-23
1
-1
/
+2
*
Change the !MPSAFE boot string to something that doesn't potentially
obrien
2004-03-23
1
-1
/
+1
*
Emit a traceback when witness_trace is set and witness_warn() is
alfred
2004-03-23
1
-0
/
+2
*
Remove another case of grabbing Giant before doing a kthread_exit()
wpaul
2004-03-22
1
-1
/
+0
*
Rather than display which interrupts are MPSAFE, display those that aren't.
obrien
2004-03-22
1
-1
/
+3
*
Use the correct length for appending an extended irq resource. This may
njl
2004-03-22
1
-1
/
+1
*
Shorten some printfs to fit better. No other functional changes.
njl
2004-03-22
1
-6
/
+6
*
Whitespace and comment changes. No MD5 change to the object file.
njl
2004-03-22
1
-53
/
+62
*
Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now support
njl
2004-03-22
1
-9
/
+2
*
Bump FreeBSD version to indicate new bus_alloc_resource_any API.
njl
2004-03-22
1
-1
/
+1
*
I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()
wpaul
2004-03-22
1
-1
/
+1
*
if_ndis.c no longer depends on either pci or pccard. Also, add an
wpaul
2004-03-22
1
-1
/
+2
*
Lock down global variables in if_gre:
rwatson
2004-03-22
3
-9
/
+46
*
Use ' rather than ".
obrien
2004-03-22
1
-1
/
+1
*
Lock down global variables in if_gif:
rwatson
2004-03-22
1
-9
/
+50
*
Move "called", a static function variable used to detect recursive
rwatson
2004-03-22
1
-4
/
+11
*
MFi386: revision 1.480.
nyan
2004-03-22
1
-0
/
+1
*
Remove some netbsd debug code that crept into rev 1.116
ps
2004-03-22
2
-8
/
+0
*
Add an implementation of uiomove_fromphys() to sparc64. This
alc
2004-03-22
2
-0
/
+147
*
Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it from
rwatson
2004-03-22
3
-8
/
+8
*
Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is
rwatson
2004-03-22
6
-23
/
+23
*
Compare pointers with NULL rather than 0, or treating them as boolans in
rwatson
2004-03-22
6
-13
/
+14
*
MAC addresses are 8 bits in ARCNET. Adjust bcopy().
mdodd
2004-03-22
1
-2
/
+2
*
Also modify ddp_input.c with the following changes previously applied
rwatson
2004-03-22
1
-90
/
+90
*
Since I have my hands all over netatalk adding locking and restructuring
rwatson
2004-03-22
5
-582
/
+582
*
Dont count bytes being sent to a disconnected hook.
julian
2004-03-22
1
-4
/
+4
*
The Intel 2200BG NDIS driver does an alloca() of about 5000 bytes
wpaul
2004-03-22
3
-8
/
+32
*
The kthread_create() API is supposed to allow you to create threads
wpaul
2004-03-22
1
-3
/
+4
*
Add an implementation of uiomove_fromphys() for i386. This implementation
alc
2004-03-21
2
-0
/
+133
*
Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() again
wpaul
2004-03-21
2
-12
/
+12
*
Quote NM in case you need to force it to something with args.
obrien
2004-03-21
1
-1
/
+1
*
Give a more reasonable CPU time to the threads which are using scheduler
obrien
2004-03-21
1
-6
/
+3
*
- Fix indentation lost by 'diff -b'.
mdodd
2004-03-21
1
-5
/
+4
*
Fix $FreeBSD$.
obrien
2004-03-21
1
-4
/
+4
*
- Correct variable name.
mdodd
2004-03-21
1
-2
/
+2
*
Massively up the (artificial) limit on system scope threads
julian
2004-03-21
2
-4
/
+4
*
Remove interface type specific code from arprequest(), and in_arpinput().
mdodd
2004-03-21
1
-111
/
+19
*
Handle AF_ARP.
mdodd
2004-03-21
1
-0
/
+27
*
Compile the kernel with -O2 on ia64 by default.
marcel
2004-03-21
1
-0
/
+2
*
Spell "(struct foo *)0" as "NULL".
rwatson
2004-03-21
4
-25
/
+23
*
In breakpoint(), use a different immediate to make sure we can
marcel
2004-03-21
1
-2
/
+3
*
Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1.
peter
2004-03-21
1
-2
/
+2
*
Fix another Intel 2200BG bug: don't schedule ndis_ticktask() on media
wpaul
2004-03-21
1
-1
/
+2
*
- Rewrite the timer and event API routines in subr_ndis.c so that they
wpaul
2004-03-20
6
-217
/
+102
*
Don't make having ${DESTDIR}/boot/device.hints a prerequisite to
marcel
2004-03-20
1
-1
/
+7
*
Add uart_subr.c
marcel
2004-03-20
1
-1
/
+1
*
Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've
scottl
2004-03-20
1
-0
/
+4
*
- Add uiomove_fromphys() implementations to alpha and ia64. These only
alc
2004-03-20
5
-1
/
+267
[next]