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
*
correct comment
sam
2003-10-17
1
-1
/
+1
*
indicate device receives all management frames
sam
2003-10-17
1
-2
/
+6
*
o add capability to indicate if device receives all management frames
sam
2003-10-17
2
-6
/
+18
*
Fix a couple of bugs with AIF handling:
scottl
2003-10-17
2
-14
/
+19
*
parameterize locking to improve portability and possible
sam
2003-10-17
3
-21
/
+29
*
- Remove the correct thread from the run queue in setrunqueue(). This
jeff
2003-10-17
1
-1
/
+1
*
use ND_IFINFO().
ume
2003-10-17
1
-0
/
+4
*
nuke duplicate function and unused function.
ume
2003-10-17
3
-45
/
+5
*
revert wrongly dropped null check by previous commit.
ume
2003-10-17
1
-0
/
+2
*
- add dom_if{attach,detach} framework.
ume
2003-10-17
21
-297
/
+313
*
When expunging unlinked files from a snapshot, skip over holes in the
mckusick
2003-10-17
1
-6
/
+16
*
Simplify count_dev()
phk
2003-10-17
1
-5
/
+5
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-17
1
-14
/
+19
*
Halt the cpu on amd64 as well. For some strange reason, this makes
peter
2003-10-17
1
-1
/
+1
*
Implement cpu_idle() on ia64. We put the processor in a lightweight
marcel
2003-10-17
2
-2
/
+10
*
- The kse may be null in sched_pctcpu().
jeff
2003-10-16
1
-1
/
+7
*
- Only kse_reassign() in the !running case.
jeff
2003-10-16
1
-8
/
+10
*
- Call sched_add() with the correct argument on SMP.
jeff
2003-10-16
1
-1
/
+1
*
fix horribly botched MFp4 merge
sam
2003-10-16
1
-7
/
+7
*
pfil hooks can modify packet contents so check if the destination
sam
2003-10-16
1
-1
/
+11
*
pfil hooks can modify packet contents so check if the destination
sam
2003-10-16
1
-1
/
+11
*
Drop dummynet lock when calling back into the network stack to deliver
sam
2003-10-16
1
-0
/
+5
*
Correct handling of cloning loop avoidance: rtalloc1 may return a null
sam
2003-10-16
1
-1
/
+2
*
o correct handling of a frame that has too many segments to fit in the
sam
2003-10-16
1
-3
/
+6
*
AF_LINK sockaddr has to be attached to ifp->if_addrlist until the
ume
2003-10-16
1
-3
/
+11
*
Changes for new SMP-safe kobj method dispatch algorithm.
dfr
2003-10-16
1
-2
/
+6
*
Don't forget to load %es with the kernel data segment selector in
bde
2003-10-16
3
-0
/
+9
*
- Fix a minor problem with my last commit, we don't want to return from
jeff
2003-10-16
1
-3
/
+1
*
- mtx_ownedby() was unpopular and is no longer needed. Remove it.
jeff
2003-10-16
1
-6
/
+1
*
Add a workaround for the fact that the priv field was removed from
dfr
2003-10-16
1
-4
/
+18
*
* Add multiple inheritance to kobj. Each class can have zero or more base
dfr
2003-10-16
5
-163
/
+376
*
- Collapse sched_switchin() and sched_switchout() into sched_switch(). Now
jeff
2003-10-16
4
-31
/
+21
*
- Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td
jeff
2003-10-16
6
-38
/
+46
*
- The non iterative algorithm for interact_update was broken due to
jeff
2003-10-16
1
-8
/
+6
*
Bump FreeBSD version for changed layout of cdevsw
phk
2003-10-16
1
-1
/
+1
*
Malloc buckets of size 128 have been having their 64-byte offset
mckusick
2003-10-16
1
-4
/
+7
*
Quiet warnings about mis-matched pointer assignment.
obrien
2003-10-15
1
-12
/
+12
*
Introduce a new optional memberfunction for cdevsw, fdopen() which
phk
2003-10-15
3
-2
/
+11
*
Print the correct logical drive lun number returned by the controller.
ps
2003-10-15
1
-1
/
+2
*
purge extraneous ';'s
sam
2003-10-15
1
-3
/
+3
*
Add Allied Telesis SIC-AT boards support.
shiba
2003-10-15
5
-3
/
+132
*
Make sure to pull in all relevant crypto for GEOM_BDE
phk
2003-10-15
1
-2
/
+3
*
- vm_fault_copy_entry() should not assume that the source object contains
alc
2003-10-15
1
-5
/
+19
*
- If our user_pri doesn't match our actual priority our priority has been
jeff
2003-10-15
1
-3
/
+10
*
Add a wrapper for a function that takes and releases the adapter
deischen
2003-10-15
1
-3
/
+13
*
The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need to
peter
2003-10-15
1
-1
/
+4
*
Pull the tier-2 card one last time and break the get/setcontext and
peter
2003-10-15
5
-5
/
+17
*
Get some more data if we hit the pmap_enter() thing.
peter
2003-10-15
1
-1
/
+8
*
o convert mutex calls to #defines for portability, etc.
sam
2003-10-14
3
-35
/
+61
*
Major update to xe driver:
rsm
2003-10-14
4
-585
/
+790
[next]