]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace it
[FreeBSD/FreeBSD.git] / sys /
2008-03-25 samIFM_IEEE80211_IBSSMASTER hasn't been used in many years...
2008-03-25 samenable dynamic addition of "show all" commands
2008-03-25 jhbRegen.
2008-03-25 jhbAdd entries for the cpuset-related system calls. The...
2008-03-25 emasteCorrect data direction flags in aac_bio_command() in the
2008-03-25 ruFix build.
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-25 ruRegen after changing prototypes of cpuset_{get,set...
2008-03-25 ruFixed type of the fourth argument of cpuset_{get,set...
2008-03-25 rwatsonCheck for a NULL free buffer pointer in BPF before...
2008-03-25 weongyoAdd support for Marvell Libertas 88W8335 based PCI...
2008-03-24 mavRewrite node to support multiple hooks, alike to ng_l2t...
2008-03-24 jkimBelatedly add BPF_JITTER in NOTES for supported archite...
2008-03-24 jkimFix build with option BPF_JITTER.
2008-03-24 jkimRemove redundant inclusions of net/bpfdesc.h.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 kmacychange inp_wlock_assert to inp_lock_assert
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 emasteDiff reduction to Adaptec's driver (around build 15317...
2008-03-24 samo add M_PROTO[678]; they'll be needed by net80211 vap...
2008-03-24 marius- Const'ify the bus_stream_asi and bus_type_asi arrays.
2008-03-24 marius- Take advantage of bus_dmamap_load_mbuf_sg(9).
2008-03-24 marius- Const'ify the dc_devs array.
2008-03-24 mariusSplit the registers into two halves in preparation...
2008-03-24 emasteDiff reduction to Adaptec driver build 15317 (refactori...
2008-03-24 bzFix a bug that when getting/dumping the soft lifetime...
2008-03-24 bzImport change from KAME, rev. 1.362 kame/kame/sys/netke...
2008-03-24 csjpBump the FreeBSD version for zerocopy bpf buffers and...
2008-03-24 csjpIntroduce support for zero-copy BPF buffering, which...
2008-03-24 kmacyremove unneccessary tcbinfo lock acquisitions - set...
2008-03-24 jeff - Greatly simplify vget() by removing the guarantee...
2008-03-24 jeff - Don't acquire the vnode interlock in _vn_lock()...
2008-03-24 jeff - Remove an old comment; vnodes have been working...
2008-03-24 kmacyLabel inp as unused in the non-INVARIANTS case
2008-03-23 peterFirst pass at (possibly futile) microoptimizing of...
2008-03-23 alcCorrect an error in pmap_mincore() when applied to...
2008-03-23 peterExport TDP_KTHREAD to asm files.
2008-03-23 peterMove pcb_flags to make trivially better use of cache...
2008-03-23 peterProtect the setting of the fsbase/gsbase MSR registers...
2008-03-23 kmacyInsulate inpcb consumers outside the stack from the...
2008-03-23 alcTo date, we have assumed that the TLB will only set...
2008-03-23 kibYield the cpu in the kernel while iterating the list...
2008-03-23 kibPrevent the overflow in the calculation of the next...
2008-03-23 yongariMSI handling on some RealTek chips are broken so disabl...
2008-03-23 yongariFor MSI capable hardwares, enable MSI enable bit in...
2008-03-23 yongariSome RealTek chips are known to be buggy on DAC handlin...
2008-03-23 yongariVLAN hardware tag information should be set for all...
2008-03-23 yongariAlways honor configured VLAN/checksum offload capabilities.
2008-03-23 davidxuRemove commented out code, thread suspension is done...
2008-03-23 jeff - Only return 1 from sync_vnode() in cases where the...
2008-03-23 marcelInstead of making a single geom_part.ko module, make...
2008-03-23 jeff - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don...
2008-03-23 marcelRedefine G_PART_SCHEME_DECLARE() from populating a...
2008-03-23 marcelAdd g_retaste(), which given a class will present all...
2008-03-22 cognetWe need to prototype _start() as well, as we use it...
2008-03-22 qingliReuse the mbuf that was just retrieved from the receive...
2008-03-22 samadd hints to specify how NPE ports are mapped to MAC...
2008-03-22 samImprove mac+phy configuration so that hints can be...
2008-03-22 phkIn abort2(2): Accept a NULL arg pointer if nargs == 0
2008-03-22 sam(finally) add the hal status to the diagnostic generate...
2008-03-22 jeff - Complete part of the unfinished bufobj work by consi...
2008-03-22 alfredFix a race where timeout/untimeout could cause crashes...
2008-03-22 ambriskoAdd in a compat. mode so you can either open the card...
2008-03-21 bzAdd ';' missed with the SYSINIT changes.
2008-03-21 remkoAdd the i915 GME device to DRM.
2008-03-21 kibReduce contention on the vnode interlock by not acquiri...
2008-03-21 kibReduce the acquisition of the vnode interlock in the...
2008-03-21 jeff - Reduce contention on the global bdonelock and bpinlo...
2008-03-21 jeff - Add a new td flag TDF_NEEDSUSPCHK that is set whenev...
2008-03-20 jhbExplicitly use spinlock_enter/exit rather than locking...
2008-03-20 jhbImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 sosUnbreak the last commit.
2008-03-20 kmacypay attention to default cluster limits when sizing...
2008-03-20 emasteRestore creation of passthrough devices with newer...
2008-03-20 emasteAdd ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,
2008-03-20 samadd usb devices and more wlan stuff now that usb is...
2008-03-20 rdivacky o Add stub support for some new futex operations,
2008-03-20 samWorkaround design botch in usb: blindly mixing bus_dma...
2008-03-20 kibDo not dereference cdev->si_cdevsw, use the dev_refthre...
2008-03-20 samCorrect cache handling for xfer requests marked URQ_REQ...
2008-03-20 sammap device 5; the optional USB controller on Gateworks...
2008-03-20 kibFix the leak of the vmspace on the fork when the proces...
2008-03-20 sosFix Problem with Intel Matrix RAID.
2008-03-20 kmacyback out last change as Sam believes that it breaks...
2008-03-20 jeff - Restore runq to manipulating threads directly by...
2008-03-20 kmacyDon't re-initialize the interface if it is already...
2008-03-20 kevlo- Add the Corega CG-WLUSB2GL from NetBSD
2008-03-20 blandImprove VT_WAITACTIVE semantics.
2008-03-20 samadd some debug msgs for tracking xfers
2008-03-20 samadd support for %b printing of request + xfer flags
2008-03-20 jeff - Remove the unused and redundant sched_newproc()...
2008-03-20 jeff - There is no sense in calling sched_newthread() at...
2008-03-20 jeff - ULE and 4BSD share only one line of code from sched_...
2008-03-20 jeff - Don't call the empty sched_newproc() function. ...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-20 jeff - Move maybe_preempt() from kern_switch.c to sched_4bs...
2008-03-20 jeff - Directly include opt_sched.h in sched_4bsd.
2008-03-20 jeff - Add an option to compile in SCHED_STATS.
next