Add the management part of address selection policy described in RFC
[dragonfly.git] / sys / sys /
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 Simon 'corecode... Fix amd64 trap handling.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-19 YONETANI TomokazuAdjust VFS_SET() to deal with the change to struct...
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 Joe TalbottMerge branch 'master' of /usr/git/dragonfly
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-17 Michael NeumannUnbreak buildworld
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonAdd kmalloc_create() and kmalloc_destroy(), an API...
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-01 Simon SchubertAdd support for MAP_TRYFIXED
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-20 Hasso TepperMake apps using '#define _POSIX_C_SOURCE' compile.
2008-11-11 Peter AvalosAdd the lchflags() syscall.
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 Sepherosa Ziehau- Add comment for lwkt_initport_serialize()
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-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-14 Sascha WildnerRemove unused variable.
2008-10-06 Sascha WildnerPOSIX conformance:
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-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-22 Hasso TepperAdd _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 Matthew DillonImprove code flow for KASSERT and KKASSERT using __pred...
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-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-08-30 Sascha WildnerAdjust whitespace (reduce differences with FreeBSD).
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-29 Matthew DillonBack-out the tls change. The field must be signed...
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-28 Hasso TepperAdd STAILQ_FOREACH_MUTABLE.
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
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-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-01 Matthew DillonAMD64 work:
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-17 Matthew DillonCode documentation only: Describe B_NOCACHE
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-11 Sascha WildnerAdd prototype for crc32_ext().
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-07 Matthew DillonRename fid_reserved to fid_ext.
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-26 Matthew DillonAdd additional atomic ops from FreeBSD.
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-20 YONETANI TomokazuPrototype declarations don't have an initializer.
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-19 Hasso TepperChange suseconds_t to long as it is in most of systems...
2008-06-18 Hasso TepperMove timeval struct into its own header and include...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-13 Matthew DillonLWPHOLD/LWPRELE must be atomic ops because an IPI can...
2008-06-12 Matthew DillonReimplement B_AGE. Have it cycle the buffer in the...
2008-06-10 Nicolas TheryFix ordering mismatch between KERN_* values and CTL_KER...
2008-06-09 Matthew DillonAdd an extern for hidirtybuffers.
2008-06-05 Sascha WildnerInclude <sys/_null.h> for the definition of NULL.
2008-06-05 Sascha WildnerAdd <sys/_null.h> for the definition of NULL:
2008-06-04 Nicolas TheryFix bugs in spin_trylock_wr():
next