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
*
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
*
Replace bzero() of struct ip with explicit zeroing of structure members,
jlemon
2001-06-23
2
-4
/
+12
*
add defines and ifdefs so this code will compile on 4.x
cg
2001-06-23
7
-14
/
+113
*
move a private struct definition from ac97.h to ac97.c
cg
2001-06-23
2
-13
/
+32
*
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
ru
2001-06-23
6
-6
/
+6
*
add sndstat.c so module users have /dev/sndstat again
cg
2001-06-23
2
-2
/
+2
*
Add sysctl interface (Read-only) for temprature, AC-line and Battery.
iwasaki
2001-06-23
6
-73
/
+618
*
Merged from sys/i386/isa/npx.c revision 1.102.
kato
2001-06-23
1
-2
/
+2
*
Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.
kato
2001-06-23
2
-34
/
+16
*
Removed pcm and sbc devices.
kato
2001-06-23
1
-4
/
+0
*
Merged from sys/conf/files.i386 revisions 1.362 and 1.363.
kato
2001-06-23
1
-5
/
+2
*
Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.
kato
2001-06-23
2
-2
/
+2
*
Convert inb/outb to bus_space.
nsouch
2001-06-23
4
-50
/
+68
*
Translate various ppbus sequences into microsequences to limit
nsouch
2001-06-23
2
-109
/
+128
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
8
-135
/
+122
*
Fix a number of bugs in the implementation of the WEP related status
brooks
2001-06-22
3
-67
/
+156
*
- Lock CURSIG() with the proc lock to close the signal race with psignal.
jhb
2001-06-22
1
-99
/
+67
*
- Lock CURSIG with the proc lock and don't release the proc lock until
jhb
2001-06-22
1
-4
/
+10
*
- Grab the proc lock around CURSIG and postsig(). Don't release the proc
jhb
2001-06-22
5
-13
/
+20
*
- Change CURSIG() and postsig() to require that the proc lock is held
jhb
2001-06-22
1
-9
/
+10
*
People wanted this bumped for the Bzip2 import.
obrien
2001-06-22
1
-1
/
+1
*
Make the hw.physmem and hw.usermem variables unsigned so that they dont
peter
2001-06-22
2
-4
/
+4
*
Be conservative and always perform an mb after an atomic_cmpset operation.
jhb
2001-06-22
1
-0
/
+2
*
- Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex.
jhb
2001-06-22
1
-4
/
+4
*
int -> size_t fix
mjacob
2001-06-22
1
-2
/
+2
*
Make hostid an unsigned long (matches kern_mib.c change)
mjacob
2001-06-22
1
-1
/
+1
*
Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for
mjacob
2001-06-22
1
-2
/
+11
*
changed hostid from long to unsigned long to be able to store values > 2GB
pirzyk
2001-06-22
1
-3
/
+2
*
Doh, missed a printf -> db_printf in the previous commit.
jhb
2001-06-22
1
-1
/
+1
[next]