]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add size-guards evaluated at compile-time to the main struct vnet_*
[FreeBSD/FreeBSD.git] / sys /
2009-03-01 bzAdd size-guards evaluated at compile-time to the main...
2009-03-01 bzAdd the infrastructure and expected sizeof() values...
2009-03-01 edImprove my previous changes to the TTY code: also remov...
2009-03-01 bzAdd the new compile-time assertion macro CTASSERT_EQUAL().
2009-03-01 dasFix a typo in the previous commit.
2009-03-01 bmsIn sys/tree.h:
2009-02-28 rwatsonRemove unreachable code for generating RST segments...
2009-02-28 mavRevert my ata_identify()/ata_reinit() related changes...
2009-02-28 thompsaMove the NORELEASE check to after the recurse count...
2009-02-28 thompsaA couple of style nits in the last commit
2009-02-28 thompsa- Remove the usb interface number from the device nodes...
2009-02-28 edAdd memmove() to the kernel, making the kernel compile...
2009-02-28 edReplace bcopy() calls inside the TTY layer with memcpy...
2009-02-28 mavRework device probing by moving ata_getparam() call...
2009-02-28 rwatsonRemove PRIV_ROOT -- all system privileges must now...
2009-02-28 edAdd missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.
2009-02-28 das- Add getdelim(), getline(), stpncpy(), strnlen(),...
2009-02-28 dasAdd visibility constants for POSIX.1-2008.
2009-02-28 rnolandInitialize the vblank structures at load time. Previou...
2009-02-27 rnolandAdd a tuneable to allow disabling msi on drm at runtime.
2009-02-27 mavCopy/paste bug fix for previos commit.
2009-02-27 impMove to new usb stack that puts the front-end bus attac...
2009-02-27 thompsaChange the last references to PRIV_ROOT. /dev/usb used...
2009-02-27 thompsaRemove ic_update_mcast calls that are not implemented.
2009-02-27 thompsaPartial sync to //depot/projects/usb
2009-02-27 rrsFix the add stream feature of strm-reset to really...
2009-02-27 jhb- Hold a reference on the cdev a filesystem is mounted...
2009-02-27 mavMerge rev. 188615, 188812 changes from old-USB to USB2...
2009-02-27 davidch- Update copyright to 2009.
2009-02-27 avgudf_readatoffset: return correct size and data pointer...
2009-02-27 thompsaChange USB over to make_dev() for all device nodes...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-27 bzMove the include of vinet.h further up before the ipfil...
2009-02-27 edRemove redundant code in printf() and vprintf().
2009-02-27 bzShuffle the vimage.h includes or add where missing.
2009-02-27 edRevert previous commit to subr_prf.c and make it more...
2009-02-27 rajPrefer register usage style to be more consistent with...
2009-02-27 rajMake Book-E debug register state part of the PCB context.
2009-02-27 rnolandFix up some ioctl permissions issues long overlooked.
2009-02-26 mavRollback rev. 189093.
2009-02-26 mavUnhide IDENTIFY command timeouts when verbose messages...
2009-02-26 mavRestore mtx_lock() call on ata_timeout(), dropped ...
2009-02-26 edRename all symbols in libmp(3) to mp_*, just like Solaris.
2009-02-26 mavRemove direct ata_completed() call options from ata_fin...
2009-02-26 thompsaAllow the old usb stack to compile by adding the approp...
2009-02-26 mavAdd MSI blacklisting support.
2009-02-26 avgudf_readatoffset: read through directory vnode, do...
2009-02-26 edRemove unneeded pointer `ndp'.
2009-02-26 edRemove even more unneeded variable assignments.
2009-02-26 jhbDon't throw away upper 32-bits of the HT MSI address...
2009-02-26 edRemove unneeded variable `ocn_mute'.
2009-02-26 edRemove unused variables `p' and unneeded assignments...
2009-02-26 avgudf: add read-ahead support modeled after cd9660
2009-02-26 avgudf_map: return proper error code instead of leaking...
2009-02-26 avgudf_read: correctly read data from files with data...
2009-02-26 avgudf_strategy: tiny optimization of logic, calculations...
2009-02-26 edRemove redundant assignment of `p'.
2009-02-26 edRemove redundant assignment of `s'.
2009-02-26 edRemove unneeded variable assignment.
2009-02-26 rwatsonAdd static tracing for privilege checking:
2009-02-26 edSilence compiler warning inside our ^T handler.
2009-02-26 edUse unsigned longs for the TTY's sysctl stats.
2009-02-26 edDon't use PTY name as format string, even though it...
2009-02-25 sobomaxFix typo in comments in r189023.
2009-02-25 jkimEnable support for PAT_WRITE_PROTECTED and PAT_UNCACHED...
2009-02-25 rnolandThe GM45 handles vblank differently. Pull the changes...
2009-02-25 rnolandRemove D_NEEDGIANT.
2009-02-25 rnolandTurn on MSI if the card supports it. There is a blackl...
2009-02-25 rnolandPrepare the radeon driver for MSI support.
2009-02-25 rnolandAdd some vblank related debugging and replace the DRM_W...
2009-02-25 rnolandThis was part of a sync to the code that Intel is shipp...
2009-02-25 rnolandThe i915 driver was the only consumer of locked task...
2009-02-25 rnolandThe vblank_swap ioctl was fundamentally race prone...
2009-02-25 rnolandThere is no reason to hold the lock here.
2009-02-25 rnolandRemove the PZERO priority from mtx_sleep.
2009-02-25 alcPrior to r188331 a map entry's last read offset was...
2009-02-25 sobomaxMake machdep.hyperthreading_enabled tunable working...
2009-02-25 yongariUpdate to latest 3Com firmware image. The latest fimware is
2009-02-24 thompsaUpdate paths for ehci_ixp4xx.c in the old and new stacks.
2009-02-24 thompsaFix path and config name for ehci_mbus.c
2009-02-24 thompsaThese are no longer needed.
2009-02-24 jhbFix some more issues with the real mode BTX.
2009-02-24 kibRevert the addition of the freelist argument for the...
2009-02-24 kibAdd the assertion macros for the map locks. Use them...
2009-02-24 kibUse vm_map_entry_t instead of explicit struct vm_map_en...
2009-02-24 kibUpdate the comment after the r188334.
2009-02-24 rdivackyChange the functions to ANSI in those cases where it...
2009-02-24 thompsaThis copy of usbdevs is unused.
2009-02-24 edAlso use proper capitalisation of FreeBSD in other...
2009-02-24 edUse my address of the FreeBSD project in the copyright...
2009-02-24 jhbBring back the code to prime the ACCESS cache when...
2009-02-24 samfix typo's
2009-02-24 rwatsonIn tcp_usr_shutdown() and tcp_usr_send(), I missed...
2009-02-24 thompsaMFp4 //depot/projects/usb@158015
2009-02-24 thompsaFix compiler warning.
2009-02-24 thompsaMFp4 //depot/projects/usb@157974
2009-02-24 thompsaMFp4 //depot/projects/usb@157958
2009-02-24 thompsaMFp4 //depot/projects/usb@157909
2009-02-24 thompsaMFp4 //depot/projects/usb@157853
2009-02-24 thompsaMFp4 //depot/projects/usb@157847
next