Merge branch 'vendor/GDTOA'
[dragonfly.git] / sys / kern /
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 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...
2008-11-20 Sepherosa ZiehauSince kmalloc's limit testing is not synchronized acros...
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-11-10 Peter AvalosAdd an entry for lchflags using the same number as...
2008-11-10 Matthew DillonAdd required range checks prior to kmalloc()ing socket...
2008-11-09 Sepherosa Ziehau- Add priority message queue to msgport. Send a messag...
2008-11-01 Matthew DillonThe priority mask used to compartmentalize the comparis...
2008-11-01 Sepherosa ZiehauFactor out _lwkt_pushmsg() and _lwkt_enqueue_reply...
2008-11-01 Sepherosa ZiehauAll of the thread port backend functions are static.
2008-11-01 Sepherosa Ziehau- Add comment for lwkt_initport_serialize()
2008-11-01 Sepherosa ZiehauUse the same indentation as the rest of the functions...
2008-10-30 Sepherosa ZiehauUse atomic_fetchadd_int() to avoid N->0 race when freei...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-10-26 Sepherosa Ziehau- Return the real cluster limit used by the objcache
2008-10-24 Sepherosa ZiehauUse atomic_fetchadd_int() to simplify the reference...
2008-10-22 Matthew DillonAdd kmalloc_raise_limit() - allow a subsystem to raise...
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
2008-10-04 Sascha WildnerSilence warning on UP build with KTR.
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-28 Matthew DillonAdd vop_stdpathconf and default it so filesystems do...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-24 Sepherosa ZiehauMark all msgs used by polling(4) as MPSAFE ones
2008-09-23 Sepherosa Ziehaupolling(4)'s poll/pollmore netmsg handler will not...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
2008-09-10 YONETANI Tomokazumissing crit_exit()
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
next