Add M_LENCHECKED mbuf flag.
[dragonfly.git] / sys / kern /
2009-03-12 Matthew DillonFix kernel panic on NULL pointer deref w/ certain ktrac...
2009-03-09 Simon Schubertsignals: rename CURSIGNB to CURSIG_NOBLOCK and unify...
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
2009-03-09 Simon Schubertsignals: stop all threads of a process before taking...
2009-03-09 Simon Schubertstay in tstop() as long as the process is stopped
2009-03-09 Simon Schubertdon't loop printing the diagnostic "waiting for lwps...
2009-03-06 Simon Schubertcleanup: typo in comment
2009-03-01 Matthew DillonAdjust checkpoint restore to use same note order as...
2009-03-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-28 Matthew DillonHAMMER VFS - Fix improper cred checks for utimes()
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-20 Sascha Wildnermakesyscalls.sh: Remove CVS id handling and clean up...
2009-02-20 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-19 Joe Talbottusched_set: Add USCHED_CPU_GET for retrieving the curre...
2009-02-16 Nicolas TheryFix warning in kernel.
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaubusdma(9): Use the passed in 'flags' instead of hard...
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa ZiehauFactor out bus_dmamem_coherent() to allocate busdma...
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2009-02-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2009-01-29 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-25 Matthew DillonFix another process stuck-during-exit bug - stuck due...
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2009-01-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-19 Matthew DillonFix a bug in vinvalbuf(). vinvalbuf() is usually calle...
2009-01-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-17 Matthew DillonReorder an unlock to avoid a recursive vnode lock in...
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-06 Simon SchubertProperly initialize the new vmspace and register its...
2009-01-05 Michael NeumannUse more specific privilege
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-01 Michael NeumannRefactor sys_jail() and fix bugs.
2009-01-01 Michael NeumannUse consistent sizeof() style
2009-01-01 Michael NeumannUse kfree() instead of FREE macro
2009-01-01 Michael NeumannCosmetic changes + comments
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Michael NeumannUnbreak build. Fix missing include.
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-30 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-29 Simon 'corecode... Remove a process from the zombie list before starting...
2008-12-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-28 Matthew Dillonamd64 work: fp_write() takes address of ssize_t, not...
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-27 Matthew DillonDeal with the netgraph NULL function dereference on...
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-12-27 Sepherosa ZiehauWe need to restore unallocated_objects if objcache...
2008-12-26 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-26 Matthew DillonImprove a diagnostic message.
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-24 Sascha WildnerRemove some more dead initialization.
2008-12-21 Sascha WildnerSilence warnings.
2008-12-21 Sascha WildnerSilence UP warning.
2008-12-20 Sascha WildnerFix indentation.
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-19 Matthew DillonClose a possible bug where the p_lock for a new process...
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-12-18 Joe TalbottMerge branch 'master' of /usr/git/dragonfly
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-12-16 Michael NeumannUse jailed() inline-function
2008-12-16 Michael NeumannUse more specific privilege PRIV_VFS_GENERATION
2008-12-16 Matthew DillonLIST_FOREACH_MUTUABLE() was tracking processes not...
2008-12-16 Matthew DillonAssert that nobody holds the process referenced with...
2008-12-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-15 Michael NeumannRemove superfluous shadow variable declaration
2008-12-15 Michael NeumannCosmetic changes (move assignment out of "if")
2008-12-15 Michael NeumannFix missing include
2008-12-15 Michael NeumannDepreciate suser_*. Instead use priv_check_*.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-15 Michael NeumannImplement priv_check() and priv_check_cred()
2008-12-15 Michael NeumannRemove unnecessary optimization.
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonAdd kmalloc_create() and kmalloc_destroy(), an API...
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-26 Sepherosa Ziehau- In sys_setsockopt():
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
next