Merge branch 'vendor/GCC44'
[dragonfly.git] / sys / sys /
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-09 Matthew DillonPIPE - Fix bugs in pipe_shutdown(), and multiple readers.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew Dillonbioqdisksort - fixes to avoid starvation
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-07 Matthew DillonKernel mtx - Add mtxsleep(), interlocked tsleep w/...
2009-08-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-08-06 Matthew DillonDEVFS - Cleanup, remove debug messages.
2009-08-06 Matthew DillonDEVFS - Remove numerous leftovers of the old device...
2009-08-05 Alex HornungDEVFS - add make_autoclone_dev to take of clone initial...
2009-08-05 Alex HornungDEVFS - change the rdev allocator to consider minor
2009-08-05 Alex HornungBump __DragonFly_version after devfs import
2009-08-05 Matthew DillonDEVFS - Add serial number links for all CAM and NATA...
2009-08-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew Dillonkernel module loader - fix load dependencies from prelo...
2009-08-04 Alex HornungMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd...
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew DillonMOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmount...
2009-08-04 Matthew DillonDEVS - rollup - kernel core
2009-08-04 Matthew DillonDEVFS - rollup, namecache invalidation
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-02 Simon SchubertMerge branch 'gcc441'
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-29 Sascha Wildnernlookup.h: Include <sys/file.h> for struct file.
2009-07-28 Sascha WildnerBump __DragonFly_version after removing suser() and...
2009-07-28 Nicolas Theryadd fstatat(2) syscall
2009-07-28 Nicolas Therynew nlookup functions for "at" syscalls
2009-07-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-27 Sascha WildnerRemove suser*() functions, manpage and assorted remains.
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Nicolas Therymake openat(2) a POSIX syscall instead of BSD one.
2009-07-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-26 Nicolas Therydirent.h: fix typo in comment
2009-07-25 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2009-07-25 Nicolas Theryadd openat(2) system call
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-07-23 Hasso TepperAdd some more Sys V compatibility integer typedefs.
2009-07-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonMPSAFE - mutex - better exclusive lock sequencer, bug...
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 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-14 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 DillonMPSAFE - Regenerate system calls for MPSAFE changes.
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-14 Matthew DillonMPSAFE - Add read() and write() path MPSAFE support...
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 Aggelos EconomopoulosMerge branch 'mxge'
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 DillonMake operations on struct bio_track MPSAFE.
2009-07-13 Matthew Dillonvnode - move v_pollinfo.vpi_token to v_token
2009-07-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-13 Matthew Dillonclocks - Add fine-grained spin delay function via TSC
2009-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-12 Matthew Dillonpipe - Make pipe r/w MPSAFE, add kern.pipe.mpsafe ...
2009-07-12 Michael Neumannpriv: Finally get completely rid of PRISON_ROOT flag.
2009-07-12 Michael Neumannpriv: Define and use PRIV_PROC_TRESPASS
2009-07-12 Michael Neumannpriv: Define and use PRIV_SETHOSTNAME
2009-07-12 Michael Neumannpriv: Define and use PRIV_VARSYM_SYS
2009-07-12 Michael Neumannpriv: Define and use PRIV_HAMMER_IOCTL
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_REVOKE
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_LINK
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_CHMOD
2009-07-12 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-12 Matthew Dillonpipe - pre-MP work, change indexing to circular FIFO...
2009-07-12 Matthew Dillonpipe - pre-MP work, remove direct map and sfbuf features
2009-07-11 Matthew Dillonvrevoke/single-user - fix more revoke issues.
2009-07-08 Aggelos Economopoulosget mxge to build, stage 9/many
2009-07-08 Matthew DillonAMD64 - Fix native-built sys/boot install
2009-07-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-08 Sepherosa ZiehauBump __DragonFly_version after introducing PCI domain
2009-07-08 Sepherosa Ziehaupci: White space cleanup
2009-07-08 Sepherosa ZiehauRevoke kreallocf()
2009-07-08 Sepherosa ZiehauSync PCI code with FreeBSD 7.2
2009-07-07 Matthew DillonMerge commit 'smtms/amd64'
2009-07-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-06 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-06 Hasso Tepper"Sync" threading libaries.
next