amd64 - mpt(4) should use {,u}int32_t for S32/U32
[dragonfly.git] / sys / sys /
2009-10-04 Alex Hornunggeode/cs5536 - Add support for wdog/gpio/timers/identfi...
2009-10-04 Alex Hornungwdog - Watchdog framework, initial commit
2009-10-03 Simon Schubertsys/stat.h: implement st_atim et al
2009-10-02 Matthew Dillontaskq - Fix SMP spinlock recursion
2009-10-02 Matthew Dillonlwkt - Add lwkt_setpri_initial()
2009-10-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-10-02 Alex Hornungmbuf - Add m_apply and m_getptr
2009-10-02 Alex Hornungtaskqueue - Improve _start_threads, refactor code
2009-10-01 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-09-30 Matthew Dillonkernel - add missing header commit to interrupt config...
2009-09-30 Simon 'corecode... Merge branch 'vendor/TCSH'
2009-09-30 Alex Hornungtaskqueue - Major overhaul
2009-09-30 Alex Hornunglksleep - Add lksleep for lockmgr locks
2009-09-30 Alex HornungAdd a karc4rand() to libkern
2009-09-28 Thomas NikolajsenDEVFS - Add probing of OpenBSD slices
2009-09-25 Alex Hornungdevfs - Change make_dev_covering to use dev_ops
2009-09-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-20 Alex Hornungdisk - Also probe NetBSD slices for labels
2009-09-15 Matthew DillonRELEASE 2.4 - Release Engineering on master adjust...
2009-09-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-12 Alex Hornungdevfs - change default GID to wheel
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Alex Hornungdevfs - populate statfs f_files properly
2009-09-11 Alex Hornungconf.h - Fix buildworld
2009-09-11 Alex Hornungkbdmux - make it work for us
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonFix buildworld issues - conditionalize thread.h in...
2009-09-11 Alex Hornungdevfs - Add new make_dev_covering
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonKERNEL - Implement a poor man's ioscheduler using sys...
2009-09-08 Simon Schubertsys/module.h: include sys/linker_set.h
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Alexander Polakovlibiconv: Uncomment iconv_vfs_refcount.
2009-09-05 Alexander PolakovStage 1/5: Update libiconv to support multibyte encodings.
2009-09-03 Matthew Dillonmodules: Kill debugging.
2009-09-03 Simon Schubertmodules: pull in most of FreeBSD's module linker changes
2009-09-03 Simon Schubertmodules: disable dummy module declarations
2009-09-03 Matthew DillonTCP - Reduce context switching when handling large...
2009-09-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-01 Alex Hornungpty - Introduce unix98 ptys
2009-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-30 Matthew DillonKernel - replace unbounded uses of kvcprintf() and...
2009-08-30 Matthew DillonKernel - add ksnrprintf() and friends.
2009-08-28 Sascha Wildnerdevice.h: Properly tabify
2009-08-28 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-28 Simon SchubertMerge branch 'vendor/GCC'
2009-08-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-26 Matthew Dilloncdparanoia hacks - add ENOMEDIUM, fake out scsi_inquiry...
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-25 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-25 Simon Schubert__DragonFly_version: bump after sleep function renames
2009-08-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Michael Neumannpriv: hammer expand not allowed within jail
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-24 Matthew DillonKernel - Fix issues with vnode_pager_setsize() (effects...
2009-08-24 Matthew DillonRename msleep() to ssleep().
2009-08-24 Matthew DillonRename serialize_sleep() to zsleep()
2009-08-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-23 Nicolas Theryvfs: add support for incoming faccessat(2) syscall
2009-08-23 Nicolas Thery'at' syscalls: remove unneeded _AT_SYMLINK_MASK constant
2009-08-21 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-20 Matthew DillonBIOQ - Create a more sophisticated bursting mechanic...
2009-08-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-20 Matthew DillonNATA - Convert sysctls to globals to make NATA compile ok
2009-08-19 Sascha WildnerRemove dev_ops_release() and two more stale prototypes.
2009-08-19 Matthew Dillonbioqdisksort - refactor I/O queueing to fix read starva...
2009-08-19 Alex Hornungsys/sys/conf.h - Add GID_TTY #define
2009-08-19 Alex HornungDEVFS - Avoid clearing of hides that don't come from...
2009-08-19 Alex HornungDEVFS - fix possible panic on devfs_release_ops
2009-08-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-19 Matthew DillonChange typedefs for vm_offset_t, vm_size_t, and vm_pind...
2009-08-18 Nicolas Theryadd unlinkat(2) system call
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-16 Matthew DillonMPI Driver update - additional merge work.
2009-08-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-15 Matthew DillonAdd umax, umin, i64max, i64min, u64max, u64min.
2009-08-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-15 Matthew DillonDEVFS - Add sync_devs()
2009-08-14 Matthew DillonDEVFS - Fix xterm pty allocation, permanently fix pty...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonAMD64 - Sync machine-independant bits from smtms.
2009-08-12 Matthew Dillonmount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-11 Alex HornungDEVFS - Modification of clone behaviour; general cleanu...
2009-08-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-09 Nicolas Theryadd fchownat(2) system call
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-09 Matthew DillonPIPE - Fix bugs in pipe_shutdown(), and multiple readers.
next