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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise the description of how .Ev MAKEFILE and .Va .MAKEFILE relate.
yar
2008-03-04
1
-21
/
+27
*
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
*
Split descriptions of .Ev MAKEFILE and .Va .MAKEFLAGS for clarity.
yar
2008-03-04
1
-2
/
+2
*
Make it possible to continue working after calling doadump()
ru
2008-03-04
1
-0
/
+1
*
Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98
imp
2008-03-04
1
-8
/
+7
*
Linux requires -D__dead2= and -D__unused= to get rid of the
imp
2008-03-04
1
-1
/
+1
*
If a new thread is created, it inherits current thread's signal masks,
davidxu
2008-03-04
3
-1
/
+24
*
Include cpuset.h, unbreak compiling.
davidxu
2008-03-04
1
-0
/
+2
*
Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.
marcel
2008-03-04
1
-1
/
+1
*
implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.
davidxu
2008-03-04
4
-3
/
+68
*
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
5
-2
/
+105
*
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
*
- Add my birthday.
jadawin
2008-03-03
1
-0
/
+1
*
- Add myself to ports committers and to tabthorpe and thierry's mentee list
jadawin
2008-03-03
1
-0
/
+5
*
Raise a bit ipfw kld priority.
piso
2008-03-03
1
-1
/
+1
*
Fix typo.
dds
2008-03-03
1
-1
/
+1
*
Implement functions pthread_getaffinity_np and pthread_setaffinity_np to
davidxu
2008-03-03
3
-1
/
+78
*
The Sony i.LINK (CXD1947) is _not_ supported.
brueffer
2008-03-03
1
-3
/
+1
*
Fix SYNOPSIS and usage().
ru
2008-03-03
2
-9
/
+10
*
Add cpu affinity APIs to get and set thread's cpu affinity mask, the
davidxu
2008-03-03
1
-0
/
+7
*
Convert to be a 2-clause bsd-only license.
kevlo
2008-03-03
1
-7
/
+0
*
- Fix an off-by-one bug in _libelf_insert_section(). [1]
jkoshy
2008-03-03
1
-5
/
+11
*
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
*
Typo in comment spotted by Hasso Tepper.
fanf
2008-03-02
1
-2
/
+2
*
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
*
Don't run tests that assume <= 64-bit precision on machines with quad
das
2008-03-02
1
-8
/
+20
*
1 << 47 needs to be written 1ULL << 47.
das
2008-03-02
1
-1
/
+1
*
New sentence -> new line.
brueffer
2008-03-02
1
-1
/
+2
*
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
*
Return ENOSYS instead of 0 for the unknown futex operations.
kib
2008-03-02
1
-1
/
+1
*
Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced
ru
2008-03-02
3
-8
/
+3
[next]