]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
make loop clearer that it isn't a mistake...
[FreeBSD/FreeBSD.git] / sys /
2009-03-03 Warner Loshmake loop clearer that it isn't a mistake...
2009-03-03 Warner LoshAdd in parsing of the disk FUNCE tuples.
2009-03-03 Warner LoshThe callback takes a void *, not a caddr_t * (sic).
2009-03-03 Warner LoshBump down the inline limit on MIPS.
2009-03-03 Ed SchoutenMake Netgraph compile with Clang.
2009-03-03 Robert WatsonAdding missing ";"'s required by some SDT_PROBE_DEFINEx...
2009-03-03 Dmitry Chaginas suggested by jhb@, panic in case the ncpus == 0.
2009-03-03 Robert WatsonReduce the verbosity of SDT trace points for DTrace...
2009-03-03 John BaldwinFurther refine the handling of resources for BARs in...
2009-03-03 Andriy Gaponichwd: correct range check for timeout value
2009-03-03 Bjoern A. ZeebStart removing IPv6 Type 0 Routing header code.
2009-03-03 Andriy Gaponudf_readdir: do not advance offset if entry can not...
2009-03-03 Alexander MotinSet PortMultiplier port only for SATA2 channels, where...
2009-03-02 Jamie GrittonExtend the "vfsopt" mount options for more general...
2009-03-02 Luigi Rizzocurr_time is a 64 bit variable so SYSCTL_LONG is not...
2009-03-02 Luigi Rizzofw_debug has been unused for ages, so remove it from...
2009-03-02 Alexander KabaevChange vfs_busy to wait until an outcome of pending...
2009-03-02 Christian S.J. PeronSwitch the default buffer mode in bpf(4) to zero-copy...
2009-03-02 Robert NolandDisable INTx when enabling MSI/MSIX
2009-03-02 Konstantin BelousovCorrect types of variables used to track amount of...
2009-03-02 Konstantin BelousovUse the p_sysent->sv_flags flag SV_ILP32 to detect...
2009-03-02 Nathan WhitehornSome Apple I2C buses give the device's I2C address...
2009-03-02 Robert WatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 Robert WatsonVendor import of OpenBSM 1.1 beta1, which incorporates...
2009-03-02 Andrew ThompsonBump __FreeBSD_version for the ushub to uhub rename.
2009-03-02 Andrew ThompsonRename the ushub device class back to uhub as it was...
2009-03-02 Andrew ThompsonMove the serial drivers from Giant to using their own...
2009-03-02 Sam Lefflerconnect vendor wpa area to contrib
2009-03-01 Alexander MotinGive controller a chance to issue Soft Reset clear...
2009-03-01 Ed SchoutenHide __restrict from lint, just like we do with other...
2009-03-01 Alexander MotinComment out enabling FIS Based Switching inside ata_ahc...
2009-03-01 Dmitry ChaginFix range-check error introduced in r182292. Also do...
2009-03-01 Robert WatsonDo a bit of struct ifnet cleanup in preparation for...
2009-03-01 Bjoern A. ZeebAdd size-guards evaluated at compile-time to the main...
2009-03-01 Bjoern A. ZeebAdd the infrastructure and expected sizeof() values...
2009-03-01 Ed SchoutenImprove my previous changes to the TTY code: also remov...
2009-03-01 Bjoern A. ZeebAdd the new compile-time assertion macro CTASSERT_EQUAL().
2009-03-01 David SchultzFix a typo in the previous commit.
2009-03-01 Bruce M SimpsonIn sys/tree.h:
2009-02-28 Robert WatsonRemove unreachable code for generating RST segments...
2009-02-28 Alexander MotinRevert my ata_identify()/ata_reinit() related changes...
2009-02-28 Andrew ThompsonMove the NORELEASE check to after the recurse count...
2009-02-28 Andrew ThompsonA couple of style nits in the last commit
2009-02-28 Andrew Thompson- Remove the usb interface number from the device nodes...
2009-02-28 Ed SchoutenAdd memmove() to the kernel, making the kernel compile...
2009-02-28 Ed SchoutenReplace bcopy() calls inside the TTY layer with memcpy...
2009-02-28 Alexander MotinRework device probing by moving ata_getparam() call...
2009-02-28 Robert WatsonRemove PRIV_ROOT -- all system privileges must now...
2009-02-28 Ed SchoutenAdd missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.
2009-02-28 David Schultz- Add getdelim(), getline(), stpncpy(), strnlen(),...
2009-02-28 David SchultzAdd visibility constants for POSIX.1-2008.
2009-02-28 Robert NolandInitialize the vblank structures at load time. Previou...
2009-02-27 Robert NolandAdd a tuneable to allow disabling msi on drm at runtime.
2009-02-27 Alexander MotinCopy/paste bug fix for previos commit.
2009-02-27 Warner LoshMove to new usb stack that puts the front-end bus attac...
2009-02-27 Andrew ThompsonChange the last references to PRIV_ROOT. /dev/usb used...
2009-02-27 Andrew ThompsonRemove ic_update_mcast calls that are not implemented.
2009-02-27 Andrew ThompsonPartial sync to //depot/projects/usb
2009-02-27 Randall StewartFix the add stream feature of strm-reset to really...
2009-02-27 John Baldwin- Hold a reference on the cdev a filesystem is mounted...
2009-02-27 Alexander MotinMerge rev. 188615, 188812 changes from old-USB to USB2...
2009-02-27 David Christensen- Update copyright to 2009.
2009-02-27 Andriy Gaponudf_readatoffset: return correct size and data pointer...
2009-02-27 Andrew ThompsonChange USB over to make_dev() for all device nodes...
2009-02-27 Bjoern A. ZeebFor all files including net/vnet.h directly include...
2009-02-27 Bjoern A. ZeebMove the include of vinet.h further up before the ipfil...
2009-02-27 Ed SchoutenRemove redundant code in printf() and vprintf().
2009-02-27 Bjoern A. ZeebShuffle the vimage.h includes or add where missing.
2009-02-27 Ed SchoutenRevert previous commit to subr_prf.c and make it more...
2009-02-27 Rafal JaworowskiPrefer register usage style to be more consistent with...
2009-02-27 Rafal JaworowskiMake Book-E debug register state part of the PCB context.
2009-02-27 Robert NolandFix up some ioctl permissions issues long overlooked.
2009-02-26 Alexander MotinRollback rev. 189093.
2009-02-26 Alexander MotinUnhide IDENTIFY command timeouts when verbose messages...
2009-02-26 Alexander MotinRestore mtx_lock() call on ata_timeout(), dropped ...
2009-02-26 Ed SchoutenRename all symbols in libmp(3) to mp_*, just like Solaris.
2009-02-26 Alexander MotinRemove direct ata_completed() call options from ata_fin...
2009-02-26 Andrew ThompsonAllow the old usb stack to compile by adding the approp...
2009-02-26 Alexander MotinAdd MSI blacklisting support.
2009-02-26 Andriy Gaponudf_readatoffset: read through directory vnode, do...
2009-02-26 Ed SchoutenRemove unneeded pointer `ndp'.
2009-02-26 Ed SchoutenRemove even more unneeded variable assignments.
2009-02-26 John BaldwinDon't throw away upper 32-bits of the HT MSI address...
2009-02-26 Ed SchoutenRemove unneeded variable `ocn_mute'.
2009-02-26 Ed SchoutenRemove unused variables `p' and unneeded assignments...
2009-02-26 Andriy Gaponudf: add read-ahead support modeled after cd9660
2009-02-26 Andriy Gaponudf_map: return proper error code instead of leaking...
2009-02-26 Andriy Gaponudf_read: correctly read data from files with data...
2009-02-26 Andriy Gaponudf_strategy: tiny optimization of logic, calculations...
2009-02-26 Ed SchoutenRemove redundant assignment of `p'.
2009-02-26 Ed SchoutenRemove redundant assignment of `s'.
2009-02-26 Ed SchoutenRemove unneeded variable assignment.
2009-02-26 Robert WatsonAdd static tracing for privilege checking:
2009-02-26 Ed SchoutenSilence compiler warning inside our ^T handler.
2009-02-26 Ed SchoutenUse unsigned longs for the TTY's sysctl stats.
2009-02-26 Ed SchoutenDon't use PTY name as format string, even though it...
2009-02-25 Maxim SobolevFix typo in comments in r189023.
2009-02-25 Jung-uk KimEnable support for PAT_WRITE_PROTECTED and PAT_UNCACHED...
2009-02-25 Robert NolandThe GM45 handles vblank differently. Pull the changes...
2009-02-25 Robert NolandRemove D_NEEDGIANT.
next