Remove some more dead initialization.
[dragonfly.git] / sys / kern /
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 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 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...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-09-02 Hasso TepperHandle (unit == -1) case in the device_find_child(...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-09-01 Matthew Dillon* Move /kernel to /boot/kernel and /modules to /boot...
2008-09-01 Sepherosa ZiehauEnable intr_mpsafe by default
2008-08-31 Aggelos EconomopoulosSet fp to NULL on EINVAL
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-17 Nicolas TheryAdd minimal support for post-mortem (core dump) debuggi...
2008-08-16 Nicolas TheryRemove useless NULL check after kmalloc(M_WAITOK).
2008-08-15 Nicolas TheryAllocate unpcb structs with kmalloc() instead of zalloc().
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-08-13 Sascha WildnerRemove a useless assignment and two unused variables.
2008-08-13 Sascha WildnerRemove unused variable.
2008-08-13 Sascha WildnerMove declaration and assignment of minr into #if 0.
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-01 Matthew DillonAMD64 work:
2008-08-01 Matthew DillonCast to unsigned long to match the rest of the expressi...
2008-07-27 Matthew DillonAdjust the desiredvnodes (kern.maxvnodes) calculation...
2008-07-26 Sepherosa ZiehauBring following change from FreeBSD (yar@freebsd.org):
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-19 Matthew DillonO_CREAT was being allowed to leak through a read-only...
2008-07-18 Matthew DillonMake some adjustments to the buffer cache:
2008-07-17 Matthew DillonGive krateprintf() an initial burst capability if count...
2008-07-14 Matthew DillonFix a bug in vmntvnodescan() revealed by the recent...
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Matthew DillonCorrect a bug in the last commit.
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-07-07 Matthew DillonUFS+softupdates can build up thousands of dirty 1K...
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-07-06 Nicolas TheryChange soopt_mcopyin() and soopt_mcopyout() to not...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonFix a low-memory deadlock in the VM system which can...
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
next