Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / sys /
2009-08-04 Matthew DillonMOUNTCTL - Adjust the hammer and null filesystems to...
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 DillonDEVFS - Add required call to devfs_tracer_orphan_count...
2009-08-04 Matthew DillonDEVFS - Remove debugging
2009-08-04 Matthew DillonDEVFS - Fix NULL ptr deref when reclaiming unlinked...
2009-08-04 Matthew DillonDEVFS - change /dev/pci0 to just /dev/pci (fixes X)
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-04 Matthew DillonDEVS - rollup - kernel core
2009-08-04 Matthew DillonDEVFS - rollup, namecache invalidation
2009-08-04 Matthew DillonDEVFS - Remove specfs from the build proper.
2009-08-04 Matthew DillonDEVFS - Rollup
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-08-01 Matthew DillonDEVFS - Bring Alex's GSOC DEVFS core into the main...
2009-08-01 Sascha WildnerBring back sys/bus/pci/pcidevs which was deleted accide...
2009-07-31 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-31 Hasso Tepperdrm/radeon: add RV740 support
2009-07-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-30 Matthew DillonFix nasty bug in exec*() code that can crash the machine.
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-28 Sascha WildnerRegenerate syscalls.c
2009-07-28 Sascha Wildnermakesyscalls.sh: Constify syscall names array.
2009-07-28 Sascha Wildneratomic.[ch]: Clean up some warnings that crept up in...
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-07-28 Matthew DillonTCP - Remove net.inet.tcp.minmssoverload
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 Stathis Kamperistcsetpgrp(3): Return EINVAL upon invalid process group id.
2009-07-25 Nicolas Theryadd openat(2) system call
2009-07-24 Sepherosa Ziehauae(4): Reset PHY during resuming
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonVKE - Move vke_init_addr() to fix panic
2009-07-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-23 Matthew DillonHAMMER - Augment "Missing inode for dirent" Warning.
2009-07-23 Matthew DillonAHD: Add a DELAY() in the XPT_RESET_BUS path to avoid...
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 Matthew DillonNFS - fix d_ino reporting for readdir, readdirplus...
2009-07-23 Hasso TepperAdd some more Sys V compatibility integer typedefs.
2009-07-21 Matthew DillonEXT2FS: support variable inode size.
2009-07-18 Matthew DillonNFS - Increase default read-ahead from 4 to 6
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
2009-07-18 Matthew DillonThe limit specified in kern.ipc.maxsockbuf only applies...
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Fix panic on umount/reboot
2009-07-18 Matthew DillonNFS - Stability pass / recent work.
2009-07-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-18 Matthew DillonNFS - Rewrite the RTT code and the request flags &...
2009-07-18 Matthew Dillontsleep_interlock() - Fix bug in cpu_lwp_exit().
2009-07-17 Sepherosa ZiehauAPIC ABI: Support 32 IDT vectors
2009-07-17 Sepherosa ZiehauRemove unused macro
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 Simon Schubertrelease engineering: record 2.3.2 in subvers
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2009-07-16 Michael Neumannhammer expand: Refactor code
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 Neumannhammer expand: Layer 2 formatting (step 1.5/2)
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 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.
next