]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
copy xen device drivers
[FreeBSD/FreeBSD.git] / sys /
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-11-01 kmacyIF_RELENG7 183757:184526
2008-11-01 impFix a few typos/spelling errors in my comments from...
2008-11-01 edClamp the values of t_column to 5 digits in `pstat...
2008-11-01 edReimplement the /dev/console device node.
2008-11-01 edAllow a read() on /dev/ams[0-9] to be interrupted.
2008-11-01 impAdd RL_TWISTER_ENABLE.
2008-10-31 impAdd RL_TWISTER_ENABLE option. This enables the magic...
2008-10-31 rwatsonSince there is no longer the opportunity for record...
2008-10-31 rwatsonHistorically, /dev/auditpipe has allows only whole...
2008-10-31 kibThe code in linux_proc_exit() contains a race when...
2008-10-31 kibThe file was inadvertently excluded from r184499.
2008-10-31 kibRevert r184136. Instead, push the check for crashdumpma...
2008-10-31 peterAdd three extra to the kinfo_proc_vmmap data. kve_offs...
2008-10-31 nwhitehornModify our boot block to pick an output device, without...
2008-10-30 rwatsonWhen we drop an audit record going to and audit pipe...
2008-10-30 rwatsonBreak out single audit_pipe_mtx into two types of locks...
2008-10-30 sobomaxMake it possible to compile kernel with KTR but without...
2008-10-30 sobomaxFix compilation in the case when kernel doesn't have...
2008-10-30 mavAdd quirk to set GPIO2 to enable internal speaker on...
2008-10-30 rwatsonProtect the event->class lookup database using an rwloc...
2008-10-30 samFix checks for fast frames negotiation. ni_ath_flags...
2008-10-30 dfrDon't hang if encrypting/decrypting using struct iovecs...
2008-10-30 nwhitehornFix some possible infinite loops in the ADB code, and...
2008-10-30 rwatsonThe V* flags passed using an accmode_t to the access...
2008-10-30 n_hibmaWe need to print out the device info ourselves on FBSD 6.
2008-10-30 n_hibmaBugfix: Check the error code for in progress as well...
2008-10-30 n_hibmaReturn USBD_NORMAL_COMPLETION instead of a hard coded 0.
2008-10-30 marcelAdd support for little-endian compilations to this...
2008-10-29 mavAllow card reader bridge driver to report maximum suppo...
2008-10-29 ivorasIntroduce a new sysctl, kern.sched.topology_spec, that...
2008-10-29 davidxuIf threads limit is exceeded, increase the totoal number
2008-10-29 bzComment out #define turning on debugging which went...
2008-10-29 n_hibmaAdd the device ID for the mass storage device that...
2008-10-28 nwhitehornDBDMA can transfer a maximum of 64K - 1 bytes per descr...
2008-10-28 marius- Turn off interrupts instead of only entering a critic...
2008-10-28 traszRename a variable missed in previous accmode_t-related...
2008-10-28 traszCommit part of accmode_t changes that I missed in previ...
2008-10-28 rwatsonBreak out strictly credential-related portions of mac_p...
2008-10-28 traszBump __FreeBSD_version after accmode_t introduction.
2008-10-28 olegType of q_time (start of queue idle time) has changed...
2008-10-28 traszIntroduce accmode_t. This is required for NFSv4 ACLs...
2008-10-28 rwatsonRename mac_cred_mmapped_drop_perms(), which revokes...
2008-10-28 kibStyle return statements in vn_pollrecord().
2008-10-28 kibGarbage-collect ext2_kqfilter vop that is now a copy...
2008-10-28 kibProtect check for v_pollinfo == NULL and assignment...
2008-10-28 kibProvide an explanation for getinoquota() call in the...
2008-10-28 rwatsonRename three MAC entry points from _proc_ to _cred_...
2008-10-28 bzUnbreak LINT from r184381 using the correct variable...
2008-10-28 rwatsonExtended comment on why we consider a partition relabel...
2008-10-28 rwatsonRename label_on_label() to partition_check(), which...
2008-10-28 rwatsonImprove alphabetical sort order of stub entry points.
2008-10-28 impstyle(9) nit: remove unnecessary {} pair.
2008-10-28 peterAfter a machine has been up for a bit more than 20...
2008-10-27 nwhitehornClean up some magic numbers in the DBDMA code by replac...
2008-10-27 n_hibmaGrab Sierra and Novatel init functions from NetBSD...
2008-10-27 mariusDo as the Linux tg3 driver does and enable MSI support...
2008-10-27 sobomaxFix r184323 - set stathz to be the same as lapic_timer_...
2008-10-27 jhb- Whitespace fix for vop_poll.
2008-10-27 marius- In GCC 4.2 __builtin_frame_address() was fixed to...
2008-10-27 rnolandFix error in busmaster enable logic
2008-10-27 rnolandFix some fallout from the busmaster disable cleanup
2008-10-27 rnolandDon't report GEM capability until we actually have...
2008-10-27 sobomaxFix r184323 - set stathz to be the same as lapic_timer_...
2008-10-27 samprepare for a new hal
2008-10-27 samo With the addition of HT rates the set of h/w codes...
2008-10-27 rwatsonWhen the mac_bsdextended policy is unloaded, free rule...
2008-10-27 samprefer #define to naked constant
2008-10-27 samfix handling of HT rates; these overlap legacy rates...
2008-10-27 samadd hack to deal with Ubiquiti XR9 cards, they have...
2008-10-27 bzAdd the files missed with r184331 to make mac_bsdextend...
2008-10-27 saminstall bssid for ahdemo mode too
2008-10-27 samfix comment
2008-10-27 samcorrect callback status parameter; only indicate succes...
2008-10-27 samFixup statistics:
2008-10-27 samupdate the sta inactivity timer only if we actually...
2008-10-27 samRegdomain fixups:
2008-10-27 samadd regdomain debug msgs
2008-10-27 samadd sys.dev.ath.X.intmit knob to enable/disable ANI
2008-10-27 samshuffle debug setup to simplify debugging events during...
2008-10-27 samrename bf_flags to bf_txflags in preparation for the...
2008-10-27 samuse the ic's opmode instead of our hal equivalent to...
2008-10-27 samintercept IEEE80211_IOC_TXPOWER and service tx power...
2008-10-27 sammove complaints about bad rate codes up a level so...
2008-10-27 samremove driver-private equivalent of ni_txparms; it...
2008-10-27 samnow that the new association callback is used when...
2008-10-27 samo use the new association callback to notify the driver...
2008-10-27 rrsMore issues with pre-blocking:
2008-10-27 rrsTwo inter-related bugs.
2008-10-27 rrsGet rid of ifdef for vimage on version 8 comparison...
2008-10-27 rrsInvariants changes that make more sense.
2008-10-27 rwatsonAdd TrustedBSD credit to new ugidfw_internal.h file.
2008-10-27 rwatsonBreak mac_bsdextended.c out into multiple .c files...
2008-10-27 rwatsonCopy mac_bsdextended.c to two object-specific files...
2008-10-27 edRemove unused consdev structure fields.
2008-10-27 sosOnly call dma.unload() if initialized.
2008-10-27 katoImproved IDE HDD geometry adjustment. Previous code...
2008-10-27 sobomaxvm_pnames should be "const char *const[]".
2008-10-27 sobomaxvm_pnames has no reason to be global.
next