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
...
*
|
|
Remove stale entries.
scottl
2006-06-03
1
-8
/
+0
*
|
|
Remove unused member.
davidxu
2006-06-03
1
-1
/
+0
*
|
|
add missed calls to bpf_peers_present
sam
2006-06-02
11
-17
/
+15
*
|
|
Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0.
jhb
2006-06-02
1
-0
/
+2
*
|
|
Fix a problem introduced in revision 1.220. On mount(2) failure, don't
pjd
2006-06-02
1
-5
/
+6
*
|
|
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
20
-132
/
+89
*
|
|
Make the code able to compile again in RELENG_4.
mjacob
2006-06-02
1
-0
/
+1
*
|
|
More checkpointing on the way toward really (finally)
mjacob
2006-06-02
4
-110
/
+123
*
|
|
Fix "mount -u -o ro".
rodrigc
2006-06-02
1
-1
/
+24
*
|
|
Make lio ident more consistant with aio ident.
ambrisko
2006-06-02
1
-1
/
+1
*
|
|
doc fix: option MFS is obsolete. use MD_ROOT instead.
motoyuki
2006-06-02
1
-1
/
+1
*
|
|
Fix gif_output() so that GIF_UNLOCK() is performed only in case
glebius
2006-06-02
1
-2
/
+2
*
|
|
Don't forget to unlock kq lock in low memory situations.
pjd
2006-06-02
1
-0
/
+1
*
|
|
Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro know
pjd
2006-06-02
1
-2
/
+1
*
|
|
Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an element
pjd
2006-06-02
1
-2
/
+2
*
|
|
As far as I can tell, the correct CPU family for amd64 (which Linux calls
des
2006-06-02
1
-2
/
+2
*
|
|
o Implement findblk command: find the inode(s) owning the specified
maxim
2006-06-02
2
-1
/
+272
*
|
|
Don't #error if no CPU is defined but we're not compiling the kernel.
cognet
2006-06-02
1
-2
/
+2
*
|
|
Replace the array initialization using the gcc-specific format
dds
2006-06-02
1
-5
/
+5
*
|
|
Remove unused member field m_queue.
davidxu
2006-06-02
2
-6
/
+1
*
|
|
raw_disconnect() now disconnects but does not detach the raw pcb. As a
rwatson
2006-06-02
2
-3
/
+2
*
|
|
Minor restyling and cleanup around ipport_tick().
rwatson
2006-06-02
1
-11
/
+9
*
|
|
- Add definition for IFM_10G_CX4.
glebius
2006-06-02
1
-0
/
+4
*
|
|
Zero out the devices when they are deleted. We can access the pointer after
imp
2006-06-02
1
-1
/
+5
*
|
|
Print dynamic rules for IPv6 as well.
mlaier
2006-06-02
1
-5
/
+15
*
|
|
EISA bus ia64 systems don't exist in reality. I'm told they may exist in
imp
2006-06-02
1
-1
/
+0
*
|
|
- Only print a clarifying message about which HCI node has been used if there
markus
2006-06-02
1
-4
/
+6
*
|
|
sched_rem() already sets ke->ke_state to KES_THREAD, so there's no need
cognet
2006-06-01
1
-2
/
+0
*
|
|
Include "xfs_macros.h" to fix tinderbox build breakage.
rodrigc
2006-06-01
1
-0
/
+1
*
|
|
Correct a syntax error in the previous revision.
alc
2006-06-01
1
-1
/
+1
*
|
|
Cope with -Wundef. This means including xfs_macros.h early in a few more
imp
2006-06-01
13
-19
/
+24
*
|
|
Don't enable the FIQ in enable_interrupts() if F32_bit is not specified.
cognet
2006-06-01
1
-1
/
+1
*
|
|
o Record a file offset for a last successfully parsed group file line.
maxim
2006-06-01
1
-0
/
+8
*
|
|
Check to see if the rootdir is the same as the current working directory.
csjp
2006-06-01
1
-3
/
+11
*
|
|
o Better be safe than sorry: check return code from setuid(2),
maxim
2006-06-01
2
-8
/
+30
*
|
|
o Document the fact truncate(2) has no effect for !VDIR or !VREG files.
maxim
2006-06-01
1
-1
/
+5
*
|
|
Since NIS is an RPC based service, add a note that when adjusting access
csjp
2006-06-01
1
-0
/
+1
*
|
|
Move conditional preprocessing out from the IEEE80211_DPRINTF macro
dds
2006-06-01
1
-14
/
+8
*
|
|
Add rc.d/bridge which is invoked when a new interface arrives and can
thompsa
2006-06-01
5
-1
/
+118
*
|
|
Add scottl to maintainers to ask for Pre-commit review on all busdma
mjacob
2006-06-01
1
-1
/
+2
*
|
|
After much discussion with mjacob and scottl, change bus_dmamem_alloc so
silby
2006-06-01
3
-75
/
+17
*
|
|
mount_msdosfs.c:
rodrigc
2006-06-01
2
-11
/
+1
*
|
|
Introduce pmap_enter_locked() and use it to reimplement pmap_enter_quick().
alc
2006-06-01
1
-11
/
+19
*
|
|
Announce all interfaces to devd on attach/detach. This adds a new devctl
thompsa
2006-06-01
3
-10
/
+14
*
|
|
Swing URLs to security advisories over to security.FreeBSD.org.
bmah
2006-05-31
2
-24
/
+24
*
|
|
New release notes: SA-06:15, SA-06:16.
bmah
2006-05-31
2
-0
/
+24
*
|
|
Fix minidumps to include pages allocated via pmap_map on amd64.
ps
2006-05-31
1
-0
/
+9
*
|
|
Enable inadvertantly disabled "securenet" access controls in ypserv. [1]
cperciva
2006-05-31
2
-16
/
+30
*
|
|
Bring the "just copy" hit list closer to date.
ceri
2006-05-31
1
-2
/
+9
*
|
|
Update the location of the kernel for upgrades.
ceri
2006-05-31
1
-6
/
+7
[prev]
[next]