bsd.cpu.gcc44.mk: add i686/pentiumpro alias
[dragonfly.git] / sys /
2009-08-07 Alex Hornungsubr_disk - don't show 0-size slices
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 Alex HornungDEVFS - Cleanup of devfs_core, devfs_rules and devfs_vfsops
2009-08-06 Matthew DillonDEVFS - Code Cleanup
2009-08-06 Matthew DillonDEVFS - Code cleanup.
2009-08-06 Alex HornungDEVFS - add vfs ops fhtovp, vptofh and vget
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 Alex HornungDEVFS - Use dyn. memory for alias and clone handler
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-08-06 Matthew DillonNFS - Fix crash on client on write attempt to ro fs...
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 Matthew DillonDEVFS - Remove use of make_adhoc_dev() by keyboard...
2009-08-06 Alex HornungDEVFS - Use v_associate_rdev; fix vcount/count_dev
2009-08-05 Matthew DillonDEVFS - Adjust the vkernel to use if_tap's autocloning...
2009-08-05 Matthew DillonDEVFS - Fix the TAP device. Auto-cloning and old-style...
2009-08-05 Matthew DillonDEVFS - Fix bug in devfs_clone_bitmap_set() (xor -...
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 Alex HornungDEVFS - Avoid showing devfs aliases to hidden nodes
2009-08-05 Alex HornungDEVFS - Avoid hiding of /dev/devfs
2009-08-05 Alex HornungDEVFS - Cleanup of dead functions/comments; various...
2009-08-05 Alex HornungDEVFS - Cleanup of C++-style comments in subr_diskslice
2009-08-05 Alex Hornungvcons - Cleanup of leftover kprintfs in vconsole driver
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 'master' of ssh://alexh@crater.dragonflybs...
2009-08-04 Alex HornungMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd...
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 DillonMerge commit 'crater/master' into devfs
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 Alex HornungDEVFS - Fix a bug in devfsctl and devfs_rules
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 &...
next