DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / sys /
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.
2009-07-06 Jordan GordeevMerge branch 'master' into amd64
2009-07-06 Jordan GordeevMerge commit '973c11b9c3cdde88fe6ca0ef2c5af56a8c49e014...
2009-07-06 Jordan GordeevMerge commit '1276d1e1a1b128f7093a3021d3f6bc27afa80d23...
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Stathis KamperisAdd missing definition for RLIMIT_AS resource.
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-05 Aggelos Economopoulossysctl.h should include kernel.h
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Michael Neumannpriv: Introduce prison_priv_check()
2009-06-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Michael Neumannpriv: Refactor kern_mknod and narrow privileges
2009-06-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
next