]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make m_megapullup() more intelligent:
[FreeBSD/FreeBSD.git] / sys /
2008-06-01 mavMake m_megapullup() more intelligent:
2008-06-01 mavPass really available buffer size to libalias instead...
2008-06-01 edRevert the changes I made to devfs_setattr() in r179457.
2008-06-01 philipTry to detect a Synaptics touchpad before IntelliMouse...
2008-06-01 mavPKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error...
2008-06-01 mavFix packet fragmentation support broken by copy/paste...
2008-06-01 alcCorrect an error in pmap_promote_pde() that may result...
2008-06-01 jbMerge a recent change from the OpenSolaris source tree.
2008-05-31 sam5416 and similar chips grew another region in the pci...
2008-05-31 remkoImport rewritten nve device id's, which brings this...
2008-05-31 edMerge back devfs changes from the mpsafetty branch.
2008-05-31 jbAdd the DTrace test kernel module so that people can...
2008-05-30 jhbAfter probing the available frequency settings, restore...
2008-05-30 jhbRemove various and sundry NetBSDism's in preparation...
2008-05-30 jhbTrim an extra semi-colon.
2008-05-30 jhbFix build with DEBUG defined.
2008-05-30 qingliWhen RADIX_MPATH is enabled, the route selection is...
2008-05-30 dfrDon't rely on NSM to help us forget about RPC client...
2008-05-30 weongyoFix a panic that it's occurred when NDIS init handler...
2008-05-30 weongyoFix a panic that a priority value which is passed to...
2008-05-30 samdon't let KERNBUILDDIR control whether we copy opt_ah.h
2008-05-30 davidxuUse a seperated hash table for mutex and rwlock, avoid...
2008-05-30 bennoThe XScale PXA255 has three generally ns16x50 compatibl...
2008-05-29 jhbUse if_printf() and if_xname and retire 'unit' from...
2008-05-29 rwatsonRead lock rather than write lock TCP inpcbs in monitori...
2008-05-29 edRemove the distinction between device minor and unit...
2008-05-29 rwatsonEmploy read locks on UDP inpcbs, rather than write...
2008-05-29 rwatsonRather than m_free(dtom(si)) in spx_reass(), return...
2008-05-29 mckusickThe SIIG 4 port serial card based on the Oxford OX16PCI...
2008-05-29 rwatsonCorrect minor comment typos, make white space use befor...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-29 samopt_ah.h is not constructed by config, it always comes...
2008-05-29 samcorrect rx radiotap channel flags construction for...
2008-05-29 samCleanup power handling and fix suspend/resume:
2008-05-28 samclose a race on detach by reordering bpfdetach and...
2008-05-28 samsend EAPOL frames at the same rate used for mgt frames
2008-05-28 samAdd ieee80211_crypto_reload_keys to push all keys known
2008-05-28 samAdd a mac address to the key definition as otherwise...
2008-05-28 samSplit s/w crypt/mic attributes to allow future hackery...
2008-05-28 sammissing piece of last commit; add RESUME flag bit defin...
2008-05-28 ambriskoAdd support to talk to the LSI ioctl path on with FreeB...
2008-05-28 samAdd ieee80211_suspend_all and ieee80211_resume_all for
2008-05-28 samDon't override the txpower cap installed by ieee80211_a...
2008-05-28 samSimplify some contorted logic that wrongly left ISCAN_D...
2008-05-28 samRevise lock name handling:
2008-05-28 jhbAdd a module for cnw(4) and build it on i386.
2008-05-28 edRemove redundant checks from fcntl()'s F_DUPFD.
2008-05-28 jhbGrr, restore some useful comments that were only in...
2008-05-28 jhbRemove NetBSD and FreeBSD 4.x code from this driver...
2008-05-28 marcelWork-around a compiler optimization bug, that broke...
2008-05-28 kibChange the fix in the rev. 1.179 to use nfsrv_lockedpai...
2008-05-28 kibInitialize vfslocked prior to calling nfsm_srvmtofh...
2008-05-28 jhbRemove unused 'xl_unit' member from softc.
2008-05-28 impRelease the resources for the registers for the TWI...
2008-05-27 csjpPlug a memory leak which can occur when multiple MAC...
2008-05-27 edRename `tty_subr.c' to `subr_clist.c'.
2008-05-27 yongariAdd jme(4) to the list of drivers supported by GENERIC...
2008-05-27 ariffRelease pcm mutex before calling snd_clone_unref()...
2008-05-27 yongariAdd an entry for the jme(4) module.
2008-05-27 yongariHook up jme(4) to the build.
2008-05-27 yongariAdd driver support for PCIe adapters based on JMicron...
2008-05-27 yongariConnect jmphy(4) to the build.
2008-05-27 yongariAdd JMicron JMP202/JMP211 PHY driver.
2008-05-27 attilioImprove a comment which, in the actual CVS stock, doesn...
2008-05-27 attilioOnce the ENOLCK is detected we expect to retry the...
2008-05-26 rwatsonAvoid unnecessary one use of dtom(9) in spx_input().
2008-05-26 pjdUse _WANT_FILE to make struct file visible from userlan...
2008-05-26 bzBump __FreeBSD_version after netatm and I4B removal.
2008-05-26 bzRemove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
2008-05-26 kibTake into account possible overflow when multiplying...
2008-05-26 sosDont call ata_start() when ata_reinit fails in the...
2008-05-26 delphijWe can not call iwn_start directly in the interrupt
2008-05-25 pjdFix namespace collision after src/sys/sys/file.h:1.78.
2008-05-25 rwatsonRemove netatm from HEAD as it is not MPSAFE and relies...
2008-05-25 jbComment out the code that breaks with invariants. This...
2008-05-25 attilioThe "if" semantic is not needed, just fix this.
2008-05-25 attilioReplace direct atomic operation for the file refcount...
2008-05-25 attiliostyle fix for newly introduced macro.
2008-05-25 jbRemove the dependency on lockstat. That its still work...
2008-05-25 jbAdd the vtime (virtual time) hooks for DTrace.
2008-05-24 alcTo date, our implementation of munmap(2) has required...
2008-05-24 rodrigcFix comments to replace SBSIZE with SBLOCKSIZE, since...
2008-05-24 bzRemove 'fasttrap' module for amd64 for now as the code...
2008-05-24 bzRemove redundant redeclaration of 'zone_drain'.
2008-05-24 bzRestore buildable state. Style ignored.
2008-05-24 edChange my email address to the one from the FreeBSD...
2008-05-24 bzIn addition to the ipsec_osdep.h removal a week ago...
2008-05-24 bzFactor out the v4-only vs. the v6-only inp_flags proces...
2008-05-24 lulf- Add locking to all filesystem operations in fdescfs...
2008-05-24 nyanMFi386: revision 1.249
2008-05-24 jbMake the zfs module depend on the opensolaris module...
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-24 jbAdd a cyclic hook for DTrace.
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-24 jbAdd DTrace 'proc' provider probes using the Statically...
2008-05-24 jbLeave out a couple of DTrace modules for now.
2008-05-24 rodrigcAfter converting the "snapshot" mount option to the...
2008-05-24 rodrigcFor the following mount options, do not perform the...
2008-05-23 rodrigcDo not convert the "snapshot" string to the MNT_SNAPSHO...
2008-05-23 jbMessing with the endian defines breaks the use of other...
next