projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git]
/
sys
/
kern
/
uipc_mbuf.c
2009-08-19
Matthew Dillon
AMD64 - Refactor uio_resid and size_t assumptions.
blob
|
commitdiff
2009-04-07
Sascha Wildner
Generally use NULL instead of explicitly casting 0...
blob
|
commitdiff
|
diff to current
2009-04-05
Sepherosa Ziehau
mbuf: Don't discount the objcache limits required by...
blob
|
commitdiff
|
diff to current
2009-02-05
Aggelos Economopoulos
kill db_print_backtrace()
blob
|
commitdiff
|
diff to current
2008-11-20
Sepherosa Ziehau
Since kmalloc's limit testing is not synchronized acros...
blob
|
commitdiff
|
diff to current
2008-10-26
Sepherosa Ziehau
- Return the real cluster limit used by the objcache
blob
|
commitdiff
|
diff to current
2008-10-24
Sepherosa Ziehau
Use atomic_fetchadd_int() to simplify the reference...
blob
|
commitdiff
|
diff to current
2008-10-19
Sepherosa Ziehau
Add m_devpad() to avoid code duplication in various...
blob
|
commitdiff
|
diff to current
2008-06-05
Sascha Wildner
* Fix some cases where NULL was used but 0 was meant...
blob
|
commitdiff
|
diff to current
2007-08-12
Matthew Dillon
Make m_mclfree() MP safe by fixing a N->0 dereferencing...
blob
|
commitdiff
|
diff to current
2007-08-11
Joe Talbott
Make mbuf allocator statistics SMP safe.
blob
|
commitdiff
|
diff to current
2007-08-09
Matthew Dillon
Add the MBUF_DEBUG option. This is a fairly invasive...
blob
|
commitdiff
|
diff to current
2007-05-13
Matthew Dillon
Make the kern.ipc.nmbclusters and kern.ipc.nmbufs sysct...
blob
|
commitdiff
|
diff to current
2007-04-30
Matthew Dillon
Revamp SYSINIT ordering. Relabel sysinit IDs (SI_...
blob
|
commitdiff
|
diff to current
2007-03-04
Sascha Wildner
Remove weird license clause which has expired.
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-12-17
Matthew Dillon
Pass NULL to objcache_create() to indicate that null_ct...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-09-03
Matthew Dillon
Rename functions to avoid conflicts with libc.
blob
|
commitdiff
|
diff to current
2006-01-21
Matthew Dillon
Switch the type and how argument declarations around...
blob
|
commitdiff
|
diff to current
2005-12-01
Matthew Dillon
The primary mbuf cluster management code needs to be...
blob
|
commitdiff
|
diff to current
2005-11-25
Matthew Dillon
Fix a mbuf statistics bug.
blob
|
commitdiff
|
diff to current
2005-06-17
Matthew Dillon
When cleaning an mbuf header for reinsertion into the...
blob
|
commitdiff
|
diff to current
2005-06-09
Matthew Dillon
Fix a bug in the mbstats accounting. m_mbufs was being...
blob
|
commitdiff
|
diff to current
2005-06-09
Jeffrey Hsu
Also preserve all the non-copied flags in the target...
blob
|
commitdiff
|
diff to current
2005-06-09
Jeffrey Hsu
Preserve the target M_EXT_CLUSTER flag when duplicating...
blob
|
commitdiff
|
diff to current
2005-06-09
Jeffrey Hsu
A packet header without any packet tags is still a...
blob
|
commitdiff
|
diff to current
2005-06-08
Jeffrey Hsu
Only duplicate packet headers into mbuf packet headers.
blob
|
commitdiff
|
diff to current
2005-06-08
Jeffrey Hsu
Only allow packet headers to be copied into a packet...
blob
|
commitdiff
|
diff to current
2005-06-08
Jeffrey Hsu
Allocate the right type of mbuf to begin with rather...
blob
|
commitdiff
|
diff to current
2005-06-08
Matthew Dillon
Rollup mbuf/objcache fixes.
blob
|
commitdiff
|
diff to current
2005-06-08
Matthew Dillon
Temporary hack to fix interrupt race when decrementing...
blob
|
commitdiff
|
diff to current
2005-06-08
Matthew Dillon
Reorder code in m_chtype() to properly decrement the...
blob
|
commitdiff
|
diff to current
2005-06-07
Jeffrey Hsu
Re-implement the mbuf allocator using the object cache.
blob
|
commitdiff
|
diff to current
2005-05-31
Joerg Sonnenberger
Remove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
blob
|
commitdiff
|
diff to current
2005-05-29
Jeffrey Hsu
Simplify the interface to m_uiomove().
blob
|
commitdiff
|
diff to current
2005-05-29
Jeffrey Hsu
Use m_getl() to get the right sized mbuf.
blob
|
commitdiff
|
diff to current
2005-05-29
Jeffrey Hsu
Deprecate MCLGET() in favor of m_getcl() or m_getl...
blob
|
commitdiff
|
diff to current
2005-04-20
Jeffrey Hsu
Clean up some of the sockbuf append code.
blob
|
commitdiff
|
diff to current
2005-03-04
Jeffrey Hsu
Convert the struct domain next pointer to an SLIST.
blob
|
commitdiff
|
diff to current
2005-02-20
Joerg Sonnenberger
Add m_defrag_nofree, which works like m_defrag, but...
blob
|
commitdiff
|
diff to current
2005-02-17
Joerg Sonnenberger
GCC supports two pseudo variables to get the function...
blob
|
commitdiff
|
diff to current
2005-02-11
Joerg Sonnenberger
Import ALTQ support from KAME. This is based on the...
blob
|
commitdiff
|
diff to current
2005-02-04
Matthew Dillon
The last commit was not sufficient. Rework the code...
blob
|
commitdiff
|
diff to current
2005-02-04
Matthew Dillon
m_clalloc() was improperly assuming that an mcl malloc...
blob
|
commitdiff
|
diff to current
2004-11-18
Matthew Dillon
Do a cleanup pass on the mbuf allocator. Reorder the...
blob
|
commitdiff
|
diff to current
2004-09-19
Joerg Sonnenberger
Kernel part of PF
blob
|
commitdiff
|
diff to current
2004-09-17
Matthew Dillon
Fix a type-o / syntax error in the last commit.
blob
|
commitdiff
|
diff to current
2004-09-17
Matthew Dillon
Make the freeing free mbuf assertion a bit more verbose.
blob
|
commitdiff
|
diff to current
2004-08-24
Matthew Dillon
M_EXT_CLUSTER was not being properly inherited in m_cop...
blob
|
commitdiff
|
diff to current
2004-07-31
Matthew Dillon
Since mbufs are no longer limited by an mb_map the...
blob
|
commitdiff
|
diff to current
2004-07-31
Matthew Dillon
Get rid of mb_map. Retool the mbuf and mbuf cluster...
blob
|
commitdiff
|
diff to current
2004-07-29
Matthew Dillon
Stage 1/many: mbuf/cluster accounting rewrite and mbuf...
blob
|
commitdiff
|
diff to current
2004-07-08
Jeffrey Hsu
Add the standard DragonFly copyright notice to go along...
blob
|
commitdiff
|
diff to current
2004-06-07
Matthew Dillon
Remove dtom() from comment.
blob
|
commitdiff
|
diff to current
2004-06-06
Hiten Pandya
Now that we have clients that use m_getcl(9), set the...
blob
|
commitdiff
|
diff to current
2004-06-04
Matthew Dillon
ANSIfication. No functional changes.
blob
|
commitdiff
|
diff to current
2004-06-02
Eirik Nygaard
Change mbug allocation flags from M_ to MB_ to avoid...
blob
|
commitdiff
|
diff to current
2004-05-26
Hiten Pandya
Consolidate SYSCTL_DECL(_kern_ipc), move it to sys...
blob
|
commitdiff
|
diff to current
2004-03-27
Jeffrey Hsu
Pull out m_uiomove() functionality from sosend().
blob
|
commitdiff
|
diff to current
2003-12-28
Matthew Dillon
Try to catch mbuf cluster mclfree list corruption a...
blob
|
commitdiff
|
diff to current
2003-10-15
Hiten Pandya
Second contigmalloc() cleanup:
blob
|
commitdiff
|
diff to current
2003-08-26
Robert Garrett
__P() removal
blob
|
commitdiff
|
diff to current
2003-08-25
Matthew Dillon
Add the NO_KMEM_MAP kernel configuration option. This...
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
blob
|
commitdiff
|
diff to current
2003-07-23
Matthew Dillon
LINT pass. Cleanup missed proc->thread conversions...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Nuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Remove the priority part of the priority|flags argument...
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Nuke huge mbuf macros stage 1/2: Remove massive inline...
blob
|
commitdiff
|
diff to current
2003-07-10
Matthew Dillon
MP Implmentation 3/4: MAJOR progress on SMP, full userl...
blob
|
commitdiff
|
diff to current
2003-06-29
Matthew Dillon
threaded interrupts 1: Rewrite the ICU interrupt code...
blob
|
commitdiff
|
diff to current
2003-06-22
Matthew Dillon
proc->thread stage 1: change kproc_*() API to take...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current