dragonfly.git
2009-07-17 Matthew DillonNFS - Fix unmounting blockages, fix tick interval,...
2009-07-17 Matthew DillonNFS - implement async state machine for nfs_readrpc_bio()
2009-07-17 Matthew DillonNFS - refactor nfs_request() and add state machine...
2009-07-17 Matthew DillonNFS - Cleanup pass -factor out strict temporaries from...
2009-07-17 Matthew DillonNFS - Fix refactor bugs.
2009-07-16 Matthew DillonNFS - Marathon - completely refactor the nfsm_* macros.
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2009-07-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonNFS - install nfsmount on nfs_mountq, for timeout handling.
2009-07-16 Matthew DillonNFS - Remove old nfsiod, start adding new kernel thread...
2009-07-16 Matthew DillonNFS - Minor compile fix
2009-07-16 Matthew Dillontsleep_interlock - Fix bug with TDF_TSLEEPQ
2009-07-16 Matthew DillonNFS - move nfs_reqq from global to per-nfsmount.
2009-07-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonNFS - Use mutex API, begin refactoring the state machine.
2009-07-16 Matthew DillonMPSAFE - mutex - better exclusive lock sequencer, bug...
2009-07-15 Sascha WildnerFix LINT build.
2009-07-15 Matthew DillonMPSAFE - mutexes
2009-07-15 Matthew DillonMPSAFE - mutex enhancements.
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMPSAFE - Add a set of general blocking/spinnable mutex...
2009-07-15 Matthew DillonMPSAFE - Add a set of general blocking/spinnable mutex...
2009-07-15 Matthew DillonAdjust atomic_cmpset_int/long - Faster version, fix...
2009-07-15 Michael Neumannhammer expand: Also increase number of total bigblocks
2009-07-15 Michael Neumannhammer expand: Layer 1 formatting (step 2/2)
2009-07-15 Michael NeumannMinor adjustment which does not change behaviour.
2009-07-15 Michael Neumannhammer expand: Layer 2 formatting (step 1.5/2)
2009-07-15 Sascha Wildnerisdnd(8): Fix some NULL dereferences.
2009-07-15 Matthew Dillonpipes - set kern.pipe.mpsafe default to 1.
2009-07-15 Matthew DillonWhitespace cleanup
2009-07-15 Matthew DillonNFS - Make the NFS read-ahead defaults & limits more...
2009-07-15 Matthew Dillonundo - Add <sys/param.h> to get MAXPATHLEN
2009-07-15 Matthew DillonLWKT - Make sure an exiting thread is not sitting on...
2009-07-15 Matthew DillonLWKT - Rename lwkt_yield_quick() to a more appropriate...
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-15 Matthew DillonMinor adjustments of recent commits to fix UP kernel...
2009-07-15 Sascha WildnerFix some typos in manpages.
2009-07-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Michael Neumannhammer expand: Do not assume sequential vol_no's
2009-07-14 Hasso TepperFix randomly seen problems with linking C++ programs.
2009-07-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Michael NeumannExpand HAMMER filesystem step 1/2
2009-07-14 Sascha WildnerFix typos in mse(4) and ppp(8) manpages: compliment...
2009-07-14 Sepherosa ZiehauShuffle IPI handlers to the last two blocks of the...
2009-07-14 Sepherosa ZiehauAdd age(4) to GENERIC and LINT
2009-07-14 Sepherosa ZiehauAdd ae(4) manpage
2009-07-14 Sepherosa ZiehauAdd ae(4) to LINT and GENERIC
2009-07-14 Sepherosa ZiehauAdd ae(4) into module building
2009-07-14 Sepherosa ZiehauAdd driver for Attansic/Atheros L2 FastEthernet
2009-07-14 Sepherosa Ziehaulapic_init() -> lapic_map()
2009-07-14 Sascha WildnerRemove the distribute, redistribute and distributeworld...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew Dillontsleep() - Use PINTERLOCKED in msleep() and serialized_...
2009-07-14 Stathis Kamperistermios.h: Expose tcgetsid(3) function.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-07-14 Matthew DillonHAMMER - new hammer_lock code, fix mplock bug in last...
2009-07-14 Matthew DillonMPSAFE - Regenerate system calls for MPSAFE changes.
2009-07-14 Matthew DillonMPSAFE - Implement sysctl vfs.getattr_mpsafe, make...
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-14 Matthew DillonMPSAFE - system calls set_tls_area() and get_tls_area...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonHAMMER - Add MPSAFE suppor for hammer_vop_read().
2009-07-14 Matthew DillonMPSAFE - Add read() and write() path MPSAFE support...
2009-07-14 Sascha Wildnermxge: Clean up Makefile a little more.
2009-07-14 Sascha Wildnermxge: Add opt_inet.h to the Makefile.
2009-07-14 Matthew DillonCCMS - Correct bug, add #include <sys/spinlock2.h>...
2009-07-14 Matthew DillonCCMS - bug in last commit, remove #include <sys/spinloc...
2009-07-13 Matthew DillonNormalize the defines for the vnode flags (non-operatio...
2009-07-13 Matthew DillonCCMS - Make the cache coherency locks MPSAFE.
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2009-07-13 Sascha Wildnertelnet: Fix a bug (really use the return value of tty_i...
2009-07-13 Michael NeumannExpand HAMMER filesystem stubs
2009-07-13 Matthew Dillonpipe - add required critical section around tsleep_inte...
2009-07-13 Matthew Dillonbuffer cache - protect bufqueues[] with the bufspin...
2009-07-13 Sascha Wildnermxge.4: Some small changes.
2009-07-13 Aggelos EconomopoulosMerge branch 'mxge'
2009-07-13 Aggelos Economopoulosmxge.4: sync with the status of the driver in DragonFly
2009-07-13 Aggelos Economopoulosmxge: import mxge.4 from FreeBSD
2009-07-13 Matthew DillonDocument pmap_qremove() as being MPSAFE.
2009-07-13 Matthew DillonMake getpbuf(), trypbuf(), and relpbuf() MPSAFE.
2009-07-13 Matthew DillonMake biowait() MPSAFE.
2009-07-13 Sascha Wildnertelnet.1: Remove unnecessary .Pp
2009-07-13 Sascha Wildnerpriv.9: Update for recent changes.
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2009-07-13 Matthew Dillonlwkt_token - Add ASSERT_LWKT_TOKEN_HELD(token) macro.
2009-07-13 Matthew Dillonbio_track - fix bug in last commit (the negative count...
2009-07-13 Matthew DillonMake operations on struct bio_track MPSAFE.
2009-07-13 Aggelos Economopoulosmxge: use ether_input_chain()
2009-07-13 Aggelos Economopoulosmxge: call bus_setup_intr() after the if serializer...
2009-07-13 Aggelos Economopoulosmxge: properly initialize m_pkthdr.len as well
2009-07-13 Aggelos Economopoulosmxge: use normal ethernet mtu by default
2009-07-13 Aggelos Economopoulosmxge: properly remove the sysctls
2009-07-13 Matthew Dillonvnode - move v_pollinfo.vpi_token to v_token
2009-07-13 Matthew Dillonpipe - fix UP build error.
2009-07-13 Matthew DillonSYSPERF - update pipe1, pipe2
2009-07-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew Dillonpipe - replace use of DELAY() with a better solution...
2009-07-13 Matthew Dillonclocks - Add fine-grained spin delay function via TSC
next