]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).
[FreeBSD/FreeBSD.git] / sys /
2007-06-13 impconfig_detach is just used in one place, so expand...
2007-06-13 jhbImprove the ktrace locking somewhat to reduce overhead:
2007-06-13 jhbConditionally acquire Giant when dropping a reference...
2007-06-13 thompsaAdd the vlan tag to the bridge route table. This allows...
2007-06-13 bmsDo not attempt to enable AHCI mode on ALi SATA controll...
2007-06-13 rrs- fix bindx to check addresses against socket's protoco...
2007-06-13 rwatsonRemove IPX over IP tunneling support, which allows...
2007-06-13 ruRemove two more instances of the USBDEV() macro.
2007-06-13 mavAdd missing ng_uncallout() on node shutdown.
2007-06-13 bdeUnbreak high resolution profiling a little: use dummy...
2007-06-13 alcEliminate dead code: We have not performed pageouts...
2007-06-13 impRemove more unnecessary and unwanted __OtherBSD__ ifdefs.
2007-06-13 impRemove more __OtherBSD__ ifdefs that don't make sense...
2007-06-13 impExpand USB_DETACH, USB_ATTACH and USB_MATCH inline...
2007-06-13 kmacy- import new common code for the T304
2007-06-13 marcelEnable GEOM_PART_MBR by default. On ia64 this replaces...
2007-06-13 marcelAdd the MBR partitioning scheme to g_part. This does...
2007-06-13 sepotvinOptions spring cleanup:
2007-06-13 rrs- Fixed cookie handling to calc an RTO when
2007-06-13 emaxCatch up with USB cleanups and fix the world
2007-06-12 jeff - Include opt_sched.h for SCHED_STATS.
2007-06-12 impRemove compat macros. md5 the same.
2007-06-12 kmacyfix cassert failure by adjusting padding
2007-06-12 jeff - Fix kse by moving the upcalls list back out of the...
2007-06-12 gallatinUse if_capenable to allow LRO enabled drivers to bypass
2007-06-12 jeff - Garbage collect unused concurrency functions.
2007-06-12 jeff - Garbage collect unused concurrency functions.
2007-06-12 impFirst pass at removing __OtherBSD__. We can't blindly...
2007-06-12 gallatinUse the new IFCAP_LRO to enable/disable LRO.
2007-06-12 impDon't pretend to support !BSD systems.
2007-06-12 impRemove usb_kthread_create*. They are now unused.
2007-06-12 impunifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__
2007-06-12 impEliminate usb_thread_t.
2007-06-12 impRemove USBDEV() macro. We do not need a macro that...
2007-06-12 impclalloc and clfree are useles. Remove them. Remove...
2007-06-12 bmsImport rewrite of IPv4 socket multicast layer to suppor...
2007-06-12 impExpand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and...
2007-06-12 rrs- Restructure so bindx functions are not done inline...
2007-06-12 yongariThe maximum size of the sum of all segment lengths...
2007-06-12 jeff - Move some common code out of sched_fork_exit() and...
2007-06-12 thompsanon-functional cleanup
2007-06-12 jeffSolve a complex exit race introduced with thread_lock:
2007-06-12 yongariNuke duplicated __FBSDID.
2007-06-12 yongariAdd checks for contigmalloc(9) failure.
2007-06-12 yongariIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-12 yongariAdd nfe(4) to the list of drivers supported by GENERIC...
2007-06-12 yongariAllow nfe(4) override nve(4).
2007-06-12 yongariBring overhauled nfe(4) into tree.
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-11 jeff - Add a missing PROC_SUNLOCK() in tdsignal()
2007-06-11 rwatsonClean up, and sometimes remove, a number of audit-relat...
2007-06-11 jeff - Move p_ru to the zero'd section of the proc to keep...
2007-06-11 cognetAdd CPU_XSCALE_81342 before I forget again.
2007-06-11 cognetIntroduce pmap_kenter_supersection(), which maps 16MB...
2007-06-11 cognetRe-acquire the PROC_SLOCK before calling calcru(),...
2007-06-11 andreBump __FreeBSD_version for TCP LRO support.
2007-06-11 remkoCorrect corrupt read when the read starts at a non...
2007-06-11 andreAdd IFCAP_LRO flag for drivers to announce their TCP...
2007-06-11 impFix a spacing nit.
2007-06-11 impPrefer __packed to __attribute__((__packed__)).
2007-06-11 thompsaExclude wlan_scan_* from PAE like the rest of wlan.
2007-06-11 mjacobRemove some ioctls that were ill-thought out. There...
2007-06-11 gallatinMove the oversize ethernet frame size check into DIAGNO...
2007-06-11 gallatinBack out the previous commit which added an M_LRO mbuf...
2007-06-11 mjacobCheck against maxsegsz being zero in bus_dma_tag_create...
2007-06-11 mjacobOnly try and set a segment lim size to 1 << 32 iff...
2007-06-11 impSilence a gcc warning in a more canonical way (evl...
2007-06-11 gallatinAllow drivers, such as cxgb and mxge, which support...
2007-06-11 gallatinSmall LRO related fixes for mxge:
2007-06-11 phkAdd missing \n to printf
2007-06-11 thompsaMFp4 (missed in net80211 megaupdate)
2007-06-11 thompsaAdd wlan_scan_ap and wlan_scan_sta to platforms that...
2007-06-11 thompsaAdd new files in the net80211 changes.
2007-06-11 impExpand DECLARE_USB_DMA_T inline in the one place it...
2007-06-11 impEliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They...
2007-06-11 impPrefer device_printf over printf.
2007-06-11 impMinor tweak.
2007-06-11 impPrefer device_printf to printf
2007-06-11 impPrefer device_printf to printf
2007-06-11 impGet rid of useless devinfo stuff
2007-06-11 impPrefer device_printf to printf where sane.
2007-06-11 simokawa- Don't force to be the GDB port since dcons(4) is...
2007-06-11 samUpdate 802.11 wireless support:
2007-06-11 alcConditionally acquire Giant in vm_contig_launder_page().
2007-06-11 yongariConnect icsphy(4) to the build.
2007-06-11 yongariAdd icsphy(4), Integrated Circuit Systems PHY driver...
2007-06-11 yongariAdd ICS1889/ICS1892/ICS1893 PHY.
2007-06-11 yongariIncrease a maximum segment size of DMA to 4096. Previou...
2007-06-11 yongariDisable automatic IP ID increment. Due to a hardware...
2007-06-11 ariffFilter/compress the amount of channel trigger. This...
2007-06-11 marcelUse default options for default partitioning schemes...
2007-06-10 alcAdd the machine-specific definitions for configuring...
2007-06-10 ariff- Add codec id for ALC660 [1]
2007-06-10 attilioOptimize vmmeter locking.
2007-06-10 andreFix a case in tcp_do_segment() where tcp_update_sack_li...
2007-06-10 andreFix style for comments, be more verbose and add some...
2007-06-10 yarNow pam_nologin(8) will provide an account management...
2007-06-10 marcelWork around a firmware bug in the HP rx2660, where...
2007-06-10 mjacobCast len to be a uintmax_t and make format in KASSERT...
2007-06-10 mjacobRemove const type qualifier from a function- gcc4.2...
next