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
*
Fix panic associated with file creation via RPC/NFS when the MLS policy
csjp
2006-08-26
1
-0
/
+12
*
Add 2400 f/w support.
mjacob
2006-08-26
2
-0
/
+37
*
Add QLogic 2400 (4Gb) firmware.
mjacob
2006-08-26
2
-1
/
+12242
*
Allow the user process to query the kernel's notion of a maximum
rwatson
2006-08-26
2
-0
/
+6
*
Fix for a bug that causes the computation of "len" in tcp_output() to
mohans
2006-08-26
2
-0
/
+8
*
Fix another bug introduced with rev. 1.204; in vfs_donmount() if
marius
2006-08-26
1
-2
/
+1
*
The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
ssouhlal
2006-08-26
1
-1
/
+1
*
Correct the number of retries in a futex_wake() call.
netchild
2006-08-26
1
-2
/
+6
*
Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSM
rwatson
2006-08-26
6
-147
/
+229
*
Prevent a call to contigmalloc() that asks for more physical memory than
alc
2006-08-26
1
-1
/
+1
*
Eliminate unused definitions. (They came from NetBSD.)
alc
2006-08-25
3
-24
/
+0
*
Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
thompsa
2006-08-25
1
-8
/
+8
*
The bridge cant hear its own transmissions so set IFF_SIMPLEX.
thompsa
2006-08-25
1
-1
/
+1
*
- Catch up with ongoing rwatson's socket work;
emax
2006-08-25
2
-184
/
+68
*
Fix comment.
pjd
2006-08-25
1
-1
/
+1
*
Explicitely set the "allocbuffer" field to NULL when creating a new dmamap.
cognet
2006-08-25
1
-0
/
+1
*
Do not create dma maps with bus_dmamap_create, as we call
cognet
2006-08-25
1
-5
/
+0
*
Emulate what vfork does instead of using it in linux_vfork. This way
netchild
2006-08-25
2
-2
/
+25
*
Don't call suser_cred() directly from linux_sethostname(), as it just
rwatson
2006-08-25
1
-3
/
+0
*
Same as previous change, the user provided priority should be reversed
davidxu
2006-08-25
1
-2
/
+2
*
Properly initialize and destroy the RAID lock.
sos
2006-08-25
1
-1
/
+4
*
Fix spelling.
thompsa
2006-08-25
1
-1
/
+1
*
Remove $P4$ from this file; other then temporarily P4-local work in
rwatson
2006-08-25
1
-1
/
+0
*
Initialize kg_base_user_pri.
davidxu
2006-08-25
1
-0
/
+1
*
Add user priority loaning code to support priority propagation for
davidxu
2006-08-25
6
-10
/
+184
*
The return value from vm_pageq_add_new_page() is not used. Eliminate it.
alc
2006-08-25
2
-3
/
+2
*
Add member kg_base_user_pri and flag TDF_UBORROWING, they will be used
davidxu
2006-08-25
1
-2
/
+4
*
Remove file that snuck in accidentally in Marcel's gdb commit.
grehan
2006-08-25
1
-1
/
+0
*
Finally bring it support for the i80219 XScale processor.
cognet
2006-08-24
20
-97
/
+899
*
Use ELFDATA2MSB if we're building big endian.
cognet
2006-08-24
1
-0
/
+4
*
Remove the DPMS code in creator_blank_display(), as it causes some
marius
2006-08-24
1
-9
/
+0
*
Add skeletal support for GDB. In particular gdb_cpu_getreg() needs
marcel
2006-08-24
3
-0
/
+127
*
Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
rik
2006-08-24
1
-3
/
+3
*
Fix another fallout from the IF_LLADDR() type change.
ru
2006-08-24
1
-1
/
+2
*
Fix a bug introduced with rev. 1.204; in vfs_donmount() use
marius
2006-08-24
1
-5
/
+4
*
Add kqueue support to audit pipe pseudo-devices.
rwatson
2006-08-24
1
-0
/
+84
*
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
emax
2006-08-24
1
-1
/
+2
*
Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.
oleg
2006-08-24
1
-5
/
+24
*
Spellcheck.
ru
2006-08-24
1
-20
/
+20
*
Correct buffer overflow in the handling of LCP options in ppp(4)
cperciva
2006-08-23
1
-12
/
+24
*
Pack several boolean fields into single bge_flags field.
glebius
2006-08-23
1
-1
/
+1
*
Pack several boolean fields into single bge_flags field.
glebius
2006-08-23
2
-37
/
+43
*
POSIX requires that higher numerical values for the priority represent
davidxu
2006-08-23
1
-39
/
+39
*
Fix misalignment bugs caused by invalid type casts of pointers
marcel
2006-08-22
4
-11
/
+11
*
It seems that em(4) misses Tx completion interrupts under certain
yongari
2006-08-22
1
-0
/
+12
*
Use aperture base address from north bridge. Some BIOS does not encode
jkim
2006-08-21
2
-20
/
+10
*
Minor style(9) treatment to make things a little more consistant
imp
2006-08-21
2
-20
/
+33
*
While checking for update of snapshot file in the ffs_copyonwrite,
kib
2006-08-21
1
-1
/
+1
*
Implement 'camcontrol reportluns'. This allows users to send the SCSI
ken
2006-08-21
2
-15
/
+35
*
Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and
alc
2006-08-21
4
-4
/
+2
[next]