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
*
Don't initialise ret in atomic_cmpset_32.
benno
2001-06-26
1
-2
/
+1
*
The information about how to integrate this driver into BSDs is obsoleted,
onoe
2001-06-26
1
-60
/
+0
*
Fix capability information in association request to reflect ESS/IBSS mode.
onoe
2001-06-26
1
-5
/
+9
*
Fix keyid bit position of encrypted packet to make non-first key usable.
onoe
2001-06-26
1
-2
/
+2
*
Fix previous enhancement to add support for new ifconfig interface.
onoe
2001-06-26
1
-53
/
+35
*
Merged from the following changes.
nyan
2001-06-26
6
-154
/
+528
*
Merged from sys/isa/sio.c revision 1.335.
nyan
2001-06-26
2
-2
/
+10
*
Merged from sys/i386/isa/isa_dma.c revision 1.7.
nyan
2001-06-26
2
-0
/
+18
*
Merged from sys/isa/syscons_isa.c revision 1.16.
nyan
2001-06-26
2
-2
/
+2
*
Merged from sys/dev/syscons/scterm-sc.c revison 1.15.
nyan
2001-06-26
2
-2
/
+4
*
Merged from sys/dev/syscons/syscons.c revisons 1.358 and 1.360.
nyan
2001-06-26
1
-1
/
+20
*
Merged from sys/isa/fd.c revisions 1.198, 1.199, 1.200, 1.202 and 1.204.
nyan
2001-06-26
2
-150
/
+62
*
Merged from sys/i386/include/bus_at386.h revision 1.14.
nyan
2001-06-26
1
-1
/
+1
*
Merged from sys/dev/aic/aic_isa.c revision 1.8.
nyan
2001-06-26
1
-7
/
+3
*
Bring in fix from NetBSD's revision 1.16:
ru
2001-06-26
1
-1
/
+7
*
Commented out pcm hints.
kato
2001-06-26
1
-5
/
+5
*
Recognize FC-PGA2 Pentium III (Tualatin).
kato
2001-06-26
2
-0
/
+2
*
Fixed miss merging from revision 1.102.
nyan
2001-06-26
1
-1
/
+1
*
Allow the clock lock to recurse.
jhb
2001-06-25
1
-1
/
+1
*
- Grab the vm lock around all of pmap_emulate_reference() as it manipulates
jhb
2001-06-25
2
-8
/
+14
*
- Move the 'clk' spinlock below other spin locks since KTR trace events
jhb
2001-06-25
1
-6
/
+39
*
- Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace
jhb
2001-06-25
2
-23
/
+23
*
- Sort includes.
jhb
2001-06-25
1
-9
/
+9
*
Count the context switch when blocking on a mutex as a voluntary context
jhb
2001-06-25
2
-0
/
+6
*
Count the switch when an ithread goes idle as a voluntary context switch.
jhb
2001-06-25
1
-0
/
+1
*
We don't need the vm lock to perform a few simple calculations on the
jhb
2001-06-25
1
-1
/
+1
*
Fix cut-n-paste brain-o.
jhb
2001-06-25
1
-1
/
+1
*
Add code to detect Transmeta Crusoe cpus.
dfr
2001-06-25
2
-4
/
+110
*
Driver modifications consistent with my other drivers to facilitate
msmith
2001-06-25
5
-41
/
+115
*
Work around a bug in the current interrupt system by explicitly
imp
2001-06-25
1
-0
/
+4
*
Merge from netinet/ip_fw.c (1.117 -> 1.118).
kuriyama
2001-06-24
1
-45
/
+69
*
remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)
ume
2001-06-24
1
-7
/
+0
*
disallow setsockopt(IPV6_V6ONLY) for already bound sockets.
ume
2001-06-24
1
-0
/
+11
*
fix oopslet for PROC_UNLOCK_NOSWITCH
mjacob
2001-06-24
1
-1
/
+1
*
cleanup some of the XPORT_FC code
mjacob
2001-06-24
1
-24
/
+18
*
Add a transport settings variant for Fibre Channel.
mjacob
2001-06-24
1
-0
/
+13
*
Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h).
mjacob
2001-06-24
1
-0
/
+3
*
on icmp6 node information query (FQDN), do not return hostnames with
ume
2001-06-24
1
-2
/
+6
*
decrease warning
ume
2001-06-24
1
-2
/
+4
*
Nuke the comment about MIP6. We don't have MIP6 code, yet.
ume
2001-06-24
1
-12
/
+0
*
inject outbound packet to BPF.
ume
2001-06-24
1
-1
/
+25
*
Don't dereference a NULL pointer if we fail to get a sendfilebuf.
dwmalone
2001-06-24
1
-1
/
+2
*
Allow getcred sysctl to work in jailed root processes. Processes can
dwmalone
2001-06-24
3
-17
/
+35
*
Get rid of some constness warnings.
dwmalone
2001-06-24
1
-6
/
+7
*
Fix asm constraints for atomic_cmpset_32. This fix may also be needed
benno
2001-06-24
1
-1
/
+1
*
After exhaustive discussions and some meandering and confusion, enough
dillon
2001-06-24
1
-0
/
+6
*
Reset timestamps of battery info. and status by thier notify handler.
iwasaki
2001-06-24
1
-10
/
+13
*
- Swap order of "S4B" and "S5" in sleep_state_names. They already
iwasaki
2001-06-24
1
-6
/
+6
*
Add initializetion of NVCTL register with EEPROM stored value.
semenu
2001-06-23
5
-0
/
+45
*
the turtle beach santacruz implements ac97 eapd in an inverted sense -
cg
2001-06-23
3
-13
/
+15
[next]