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
*
o We don't have to keep track of the PIC, nor do we have to make sure
marcel
2008-03-05
1
-28
/
+39
*
o Various fixes related to PCI Express:
marcel
2008-03-05
1
-37
/
+65
*
Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs.
kib
2008-03-05
1
-0
/
+1
*
Oops, I accidently concatenated uslcom.[c4] multiple times before the
rink
2008-03-05
1
-1676
/
+0
*
Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories
rink
2008-03-05
8
-0
/
+2137
*
Change float_t and double_t to long double on i386. All floating point
bde
2008-03-05
1
-2
/
+2
*
Oops, back out previous commit since it was to the wrong file.
bde
2008-03-05
1
-5
/
+4
*
Change float_t and double_t to long double on i386. All floating point
bde
2008-03-05
1
-4
/
+5
*
Expand the nfs_opts array to include all possible string
rodrigc
2008-03-05
1
-1
/
+4
*
In nfs_mount(), default initialize struct nfs_args
rodrigc
2008-03-05
1
-1
/
+25
*
- Don't overwrite the recently allocated 'nset' in cpuset_setthread() by
jeff
2008-03-05
1
-1
/
+1
*
Add rl(4) support
kevlo
2008-03-05
1
-0
/
+2
*
Plug memory leak in jumbo buffer allocation failure path.
yongari
2008-03-05
1
-4
/
+12
*
- Verify that when a user supplies a mask that is bigger than the kernel
jeff
2008-03-05
2
-26
/
+100
*
Add detection of isolation state.
yongari
2008-03-05
1
-0
/
+5
*
Change the default port range for outgoing connections by introducing
rpaulo
2008-03-04
2
-44
/
+29
*
Add support for automatic promotion of 4KB page mappings to 2MB page
alc
2008-03-04
2
-105
/
+1081
*
Implement 128 items node name hash for faster name search.
mav
2008-03-04
1
-47
/
+70
*
Force an explicit dependency on opt_global.h for all module object files
jhb
2008-03-04
1
-0
/
+7
*
Continue on-going campaign to replace lockmgr locks with sx locks where
rwatson
2008-03-04
2
-12
/
+14
*
Move setting of MNTK_MPSAFE flag before UFS1 extended attribute
rwatson
2008-03-04
1
-3
/
+3
*
Fix incorrect field name.
mav
2008-03-04
1
-1
/
+1
*
Fix the Giant leak in the nfsrv_remove().
kib
2008-03-04
1
-2
/
+6
*
Make it possible to continue working after calling doadump()
ru
2008-03-04
1
-0
/
+1
*
Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.
marcel
2008-03-04
1
-1
/
+1
*
Comment-out cpu E500. We can't yet build it with AIM at the same time.
marcel
2008-03-04
1
-1
/
+1
*
Add the pic_ipi method. While here, eliminate the unused openpic_ocpbus_softc
marcel
2008-03-04
1
-9
/
+4
*
When unloading kld, don't forget to flush the nat pointers.
piso
2008-03-03
1
-0
/
+7
*
Import the omitted gdb_machdep.c for PowerPC kernel.
raj
2008-03-03
1
-2
/
+57
*
Connect MPC85XX to the PowerPC build.
raj
2008-03-03
4
-2
/
+98
*
Use more compact LIST instead of TAILQ for session hash.
mav
2008-03-03
1
-62
/
+32
*
Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).
raj
2008-03-03
3
-0
/
+2287
*
Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.
raj
2008-03-03
2
-1
/
+4
*
Support for Freescale QUad Integrated Communications Controller.
raj
2008-03-03
11
-0
/
+1456
*
Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.
raj
2008-03-03
26
-3
/
+9576
*
Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support.
raj
2008-03-03
10
-139
/
+730
*
Raise a bit ipfw kld priority.
piso
2008-03-03
1
-1
/
+1
*
Convert to be a 2-clause bsd-only license.
kevlo
2008-03-03
1
-7
/
+0
*
Don't map memory/IO resource in device probe and just use PCI
yongari
2008-03-03
2
-83
/
+51
*
Don't allow jumbo frame on 8139C+ controller.
yongari
2008-03-03
2
-3
/
+13
*
Add KMOD target.
kmacy
2008-03-03
1
-0
/
+1
*
Implement WOL.
yongari
2008-03-03
2
-1
/
+147
*
Make session ID generator to use session ID hash.
mav
2008-03-02
1
-40
/
+37
*
Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has
rwatson
2008-03-02
1
-0
/
+18
*
Unbreak after cpuset: initialize td_cpuset in sched_fork_thread().
marcel
2008-03-02
1
-0
/
+2
*
Rather than copying out the full audit trigger record, which includes
rwatson
2008-03-02
1
-1
/
+1
*
Replace lockmgr lock protecting nwfs vnode hash table with an sx lock.
rwatson
2008-03-02
1
-12
/
+15
*
Replace lockmgr lock protecting smbfs node hash table with sx lock.
rwatson
2008-03-02
3
-9
/
+10
*
Fix bugs when allocating and passing information of current lifetime and
bz
2008-03-02
2
-6
/
+29
*
Unify and generalize PowerPC headers, adjust AIM code accordingly.
raj
2008-03-02
12
-105
/
+240
[next]