glxsb - Make it work for us
[dragonfly.git] / sys / kern /
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 Matthew DillonHAMMER Util - Refactor mount list scan and other fixes
2009-08-19 Matthew DillonKernel - Check cd8/cd9 for root mount (USB)
2009-08-19 Matthew DillonAMD64 - Pipes now support 64 bit size_t for uio_resid.
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-18 Nicolas Theryadd unlinkat(2) system call
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-17 Matthew DillonAMD64 - Fix bogus signal interruption
2009-08-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-16 Matthew DillonKernel - Instrumentation for experimentation, interrupt...
2009-08-16 Matthew Dillonkernel - Fix bug in usched_set()
2009-08-16 Sascha WildnerSilence some 'unused variable' warnings in the kernel.
2009-08-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-16 Matthew Dillondisk/fd - fix panics
2009-08-16 Matthew DillonPIPE - Fix a blocking race.
2009-08-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-15 Matthew DillonBIO - Do not try to redirty a bp on error unless it...
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-13 Matthew DillonAMD64 - Fix file descriptor passing.
2009-08-13 Matthew DillonAMD64 - Use Elf_Word for note alignment
2009-08-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-13 Matthew DillonAMD64 - Enable TSC functions.
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 Dillonmount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-11 Alex HornungDEVFS - fix probing of label for MBR compat slice;...
2009-08-11 Alex HornungDEVFS - Modification of clone behaviour; general cleanu...
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-10 Nicolas Therycrget(): use M_ZERO instead of bzero()
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-08-10 Matthew DillonDEVFS - Make synchronization prior to mountroot more...
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 Dillonbioq - Add a sysctl kern.bioq_barrier to control bioqdi...
2009-08-09 Matthew Dillontsleep - close a tsleep/wakeup race.
2009-08-09 Matthew DillonPIPE - Fix bugs in pipe_shutdown(), and multiple readers.
2009-08-08 Matthew DillonDEVFS - Cleanup. Remove svn_read() / svn_write() and...
2009-08-08 Matthew Dillonfifos - fix broken mkfifo style fifos.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew Dillonbioqdisksort - fixes to avoid starvation
2009-08-08 Matthew DillonDEVFS - More GPT fixes. Fix serial number aliases...
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew DillonDEVFS - probe for disklabels in GPT slices.
2009-08-08 Matthew DillonDEVFS - Cleanup pass.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew DillonDEVFS - Refactor the loop in disk_probe() to fix GPT...
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-07 Alex Hornungsubr_disk - don't show 0-size slices
2009-08-07 Simon Schubertkern_memio: don't treat any memio device as /dev/zero
2009-08-07 Matthew DillonDEVFS - Fix asynchronous race on reprobe, remove devfs_...
2009-08-07 Matthew DillonKernel mtx - Add mtxsleep(), interlocked tsleep w/...
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Alex Hornungkern_memio - fix check for zerodev to fix memory mappings
2009-08-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Alex Hornungsubr_disk - Use serializing tokens for disklist acceses
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-08-06 Matthew DillonDEVTAB - Add mountroot & fstab support for serial numbe...
2009-08-06 Matthew DillonDEVFS - Cleanup, remove debug messages.
2009-08-06 Matthew DillonDEVFS - Remove numerous leftovers of the old device...
2009-08-06 Alex HornungDEVFS - Use v_associate_rdev; fix vcount/count_dev
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 HornungDEVFS - Cleanup of C++-style comments in subr_diskslice
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-30 Matthew DillonFix nasty bug in exec*() code that can crash the machine.
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-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.
next