]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
If the parent up/down task was queued then sync with it before returning from
[FreeBSD/FreeBSD.git] / sys /
2009-01-25 thompsaIf the parent up/down task was queued then sync with...
2009-01-25 jeffFix errors introduced when I rewrote select.
2009-01-24 edRemove unused unrhdr from GEOM character device module.
2009-01-24 edMark kern.ttys as MPSAFE.
2009-01-24 rwatsonUse __FBSDID() for $FreeBSD$ version strings in .c...
2009-01-24 rwatsonBegin to add SDT tracing of the MAC Framework: add...
2009-01-24 rwatsonAdd explicit static DTrace tracing to the callout mecha...
2009-01-23 jhb- Mark all standalone INT/LONG/QUAD sysctl's MPSAFE...
2009-01-23 jhb- Add conditional Giant locking around the vrele() in
2009-01-23 jhbAdd a flag to tag individual sysctl leaf nodes as MPSAF...
2009-01-23 jhbUse shared vnode locks for fchdir().
2009-01-23 jhbTweak the wording for vfs_mark_atime() since the I...
2009-01-23 jhbPush down Giant in the vlnru kproc main loop so that...
2009-01-23 traszProtect against NULL pointer dereference.
2009-01-23 traszDon't leak memory when alloc fails.
2009-01-23 traszGuard against NULL pointer dereference.
2009-01-23 traszGuard against NULL pointer dereference.
2009-01-23 jhbOnly start the if_slowtimo timer (which drives the...
2009-01-23 samfix regulatory state check for all vaps' being down...
2009-01-23 samadd defines for driver-private bits to eliminate use...
2009-01-23 jkim- Add few VIA bridges to agp_via.c and connect it to...
2009-01-23 jhbUse the correct type for the timeout parameter to the...
2009-01-23 weongyourtw(4) works also on amd64.
2009-01-23 weongyoAdd an entry for the urtw(4) module.
2009-01-23 weongyoConnect urtw(4) to the i386 build only because it's...
2009-01-23 samfix return status handling by ar5XXXReset; this is...
2009-01-23 weongyoAdd a new USB wireless driver, urtw(4) for supporting...
2009-01-23 samdon't run the calibration code if scanning, we won...
2009-01-23 impMove to having a caps flag. Newer versions of the...
2009-01-22 impDon't over-commit the DMA. Use the passed in size...
2009-01-22 impMigrate towards using at91_master_clock. Initialize...
2009-01-22 impUse at91_master_clock instead of AT91C_MASTER_CLOCK.
2009-01-22 impRemove now-redundant declaration.
2009-01-22 impStore at91_master_clock in a global variable as opposed...
2009-01-22 jkimVIA Nano processor has a special MSR (CENT_HARDWARECTRL...
2009-01-22 jkimInclude a missing header file.
2009-01-22 jkimReplace couple of strcmp(cpu_vendor, "foo") with cpu_ve...
2009-01-22 cognetAdd a comment explaining what ARM_KERN_DIRECTMAP is...
2009-01-22 jhbFix a compile bogon. 'ppbus' is used by two different...
2009-01-22 bzAdd externs to fix build with VIMAGE_GLOBALS after...
2009-01-22 takawataRename sc_is_pseudo to sc_nobulk member in ufoma_softc.
2009-01-21 jhbAdd locking to ppc and ppbus and mark the whole lot...
2009-01-21 joergAdd the dresden elektronik SensorTerminalBoard which...
2009-01-21 jkimChange __FreeBSD_version to prepare for merging r184102.
2009-01-21 jhbFix a few style bogons.
2009-01-21 edAdd Unicode rendering to the teken demo application.
2009-01-21 impDefault to normal bus timing mode on SD cards. In...
2009-01-21 impo The f_max is really at91_master_clock / 2, not 30MHz...
2009-01-21 impFix minor style nit for file consistency.
2009-01-21 impMake the command reporting be under boot verbose.
2009-01-21 kibMove the code from ufs_lookup.c used to do dotdot looku...
2009-01-21 jhbNow that vfs_markatime() no longer requires an exclusiv...
2009-01-21 jhbMove the VA_MARKATIME flag for VOP_SETATTR() out into...
2009-01-21 mavFix copy/paste mistake in variable name. This could...
2009-01-21 thompsaAdd functions WITNESS so it can be asserted that the...
2009-01-21 samcorrect typo that left programmed sifs time in the...
2009-01-20 emaxFix typo in comment
2009-01-20 mavCheck for infinite recursion possible on some broken...
2009-01-20 emaxUpdate (well, actually rewrite mostly) ng_ubt2 driver...
2009-01-20 kibThe r187467 should remove all pages for V_NORMAL case...
2009-01-20 thompsaDont assume $MACHINE is set, this breaks for regular...
2009-01-20 jkim- Add support for 8110SCe part. Some magic registers...
2009-01-20 jkimRetire RL_FLAG_INVMAR bit to match its comment and...
2009-01-20 jkim- Do not read and write RX configuration register multi...
2009-01-20 mavImplement MMCBR_IVAR_CAPS. It should better be implemen...
2009-01-20 jhbAdd a comment explaining why the "bufwait" / "dirhash...
2009-01-20 nwhitehornFix a race condition in kiic(4) made possible by the...
2009-01-20 nwhitehornSet the wrong softc size when defining the ofw_iicbus...
2009-01-20 kibThe context switch to the 32bit binary does not properl...
2009-01-20 edProperly implement the VT100 SCS sequences in xterm...
2009-01-20 kibWhen extending inode size, we call vnode_pager_setsize...
2009-01-20 kibFFS puts the extended attributes blocks at the negative...
2009-01-20 mckayAdd a limit on namecache entries.
2009-01-20 sobomaxTone down warning about the quality of the NTFS VFS...
2009-01-20 nwhitehornChange the probe priority for PCI and I2C generic bus...
2009-01-19 nwhitehornProvide a device description for macio-attached ATA...
2009-01-19 emaxProperly return error code to the caller. This should...
2009-01-19 thompsaSet the pipe pointer before calling usbd_transfer(...
2009-01-19 mavAdd two more nVidia HDMI codec IDs.
2009-01-19 samre-enable wi: was accidentally disabled in r1.502
2009-01-19 sobomaxMention the fact that the NTFS kernel support isn't
2009-01-19 sobomaxTake NTFS option out to match i386 GENERIC.
2009-01-19 sobomaxasr(4) is not amd64-clean, not amr(4).
2009-01-19 sobomaxComment amr(4) out - according to scottl it's not 64...
2009-01-19 sobomaxWhitespace-only: reduce diff to the i386 GENERIC.
2009-01-19 sobomaxAdd asr(4) and stge(4) from i386 GENERIC. Both drivers...
2009-01-19 yongariSometimes RTL8168B seems to take long time to access...
2009-01-18 thompsaAlso strip the machine arch from SRCDIR in case it...
2009-01-18 mavIf source mbuf chain consists of only one mbuf, use...
2009-01-18 mavTeach m_copyback() to use trailing space of the last...
2009-01-18 mavUse m_unshare()+m_copyback() instead of m_freem()+m_dev...
2009-01-18 stas- Eliminate warnings in debug print macros by explicitl...
2009-01-18 stas- Whitespace fixes.
2009-01-18 stas- Obtain inode sizes and location of the first inode...
2009-01-18 mariusAdjust the padding of struct pcpu to r187357.
2009-01-18 mavRemove strict limitation on minimal multilink MRRU...
2009-01-18 edDon't forget to mark the color translation array as...
2009-01-18 alcCorrect an error in revision 1.170 of this file. When...
2009-01-18 samremove too noisy DIAGNOSTIC code
2009-01-18 thompsaJust put the ifnet pointer first in the softc like...
next