]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
correct tx rate displayed by list sta: the reported legacy tx rate
[FreeBSD/FreeBSD.git] / sys /
2008-02-03 Scott LongUpdate the hptiop driver to version 1.3. This adds...
2008-02-03 Poul-Henning KampGive sendfile(2) a SF_SYNC flag which makes it wait...
2008-02-03 Sepherosa Ziehau- Correctly handle ALTQ in ieee80211_deliver_data()
2008-02-03 Sepherosa ZiehauVarious bug fixes for 2560 parts of ral(4):
2008-02-03 Alexander MotinRevert previous commit.
2008-02-03 Christian BruefferDon't build the rr232x module, it has been removed.
2008-02-03 Scott LongRemove the rr232x driver. It has been superceded by...
2008-02-02 David SchultzAdd a few more CPUID feature bits while here. We don...
2008-02-02 David SchultzSSE4 CPUID bits
2008-02-02 Robert WatsonAdd comment that bpfread() has multi-threading issues.
2008-02-02 Warner Loshpc98 lint builds w/o warnings. Remove the last special...
2008-02-02 Doug AmbriskoFix some bugs in dealing with DCMD'd without data....
2008-02-02 Olivier HouchardArm should build fine with -Werror as well.
2008-02-02 Warner Loshsun4v has a MACHINE_ARCH of sparc64, so it was covered...
2008-02-02 Bjoern A. ZeebRather than passing around a cached 'priv', pass in...
2008-02-02 Dmitry MorozovskyFix one more grammo.
2008-02-02 Warner LoshSome platforms that are currently under development...
2008-02-02 Warner LoshWall of shame rather than wall of fame for the -Werror...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-02-02 Sam Leffleradd opaque pointer to tx ampdu state for drivers
2008-02-01 Sam Lefflero correct typo that broke check when handling addba...
2008-02-01 John BaldwinRelax the check for a PCI-express chipset by assuming...
2008-02-01 Poul-Henning KampGive MEXTADD() another argument to make both void point...
2008-02-01 Dmitry MorozovskyReword recent comment a bit.
2008-02-01 Robert WatsonUse FEATURE() macro to advertise aio availability.
2008-02-01 Alexander MotinAdd comments about stack protection mechanism.
2008-02-01 Alexander MotinTune the message for better informativity.
2008-02-01 Benno RiceBand-aid recent commit by mav by replacing a variable...
2008-01-31 Alexander MotinImplement Session-ID hashing to improve receive perform...
2008-01-31 John BaldwinFor no good reason I had assumed that ACPI table header...
2008-01-31 Robert WatsonUse dump_write() instead of direct calls to di->dumper...
2008-01-31 Alexander MotinSome code reformat.
2008-01-31 Alexander MotinImplement stack protection based on GET_STACK_USAGE...
2008-01-31 Alexander MotinMove GET_STACK_USAGE from MI header to i386/amd64 MD...
2008-01-31 Robert WatsonCorrect two problems relating to sorflush(), which...
2008-01-31 Peter GrehanEnable ofwdump on powerpc (finally). Tested on G3 ...
2008-01-31 Olivier HouchardBring in the nice work from Mark Tinguely on arm pmap.
2008-01-30 Alexander MotinImplement GET_STACK_USAGE() macro to get the current...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Pyun YongHyeonFix link state handling in bfe(4).
2008-01-28 Alexander MotinAvoid data copying when it is possible.
2008-01-28 Ruslan ErmilovAdd a wrapper function that bound checks writes to...
2008-01-28 Christian BruefferCorrect the kernel config hint in a printf statement.
2008-01-28 Christian S.J. PeronMake sure that the termid type is initialized to AU_IPv...
2008-01-28 Mitsuru IWASAKIDon't repeat error logging about NOP message sending if
2008-01-28 Andrew GallatinOnly reset driver state when a hardware error is detected.
2008-01-28 Randall Stewart- Fix a comment about prison.
2008-01-28 Randall Stewart- Change back to using prioity 0. Which means don't...
2008-01-28 Randall Stewart- Fix a bug where the socket may have been closed which
2008-01-28 Randall Stewart- Fixes a comparison wrap issue with sack gap ack block...
2008-01-28 Robert WatsonProperly return the error from mls_subject_privileged...
2008-01-28 Mitsuru IWASAKIReturn errno value rather than boolean in this context.
2008-01-27 Mitsuru IWASAKIEnter the sleep state immediately without waiting for...
2008-01-27 Mitsuru IWASAKIAdd devctl_process_running() so that power management...
2008-01-27 Alexander MotinRun expire even without export hook connected.
2008-01-27 Alexander MotinFix memory leak when export hook is not connected.
2008-01-27 Alexander MotinRemove one very strange unneded if.
2008-01-27 Kip MacyFix loading for case where we don't overload tcp_usrreq...
2008-01-27 Kip Macyfix DISABLE_MBUF_IOVEC case by initializing mbuf header...
2008-01-27 Alexander MotinSlightly simplify code.
2008-01-27 Marius Strobl- Fix a typo in a comment.
2008-01-27 Marius StroblFix a typo in a comment.
2008-01-27 Marius StroblAdd a driver for the National Semiconductor DP83815...
2008-01-27 Marius StroblSort values according to style.Makefile(5).
2008-01-26 Robert WatsonIncrease maximum DDB capture buffer size to 5MB.
2008-01-26 Alexander MotinImprove multilink receive performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink xmit performance by netgraph item...
2008-01-26 Alexander MotinImprove multilink receive performance with fragment...
2008-01-26 Sam Lefflerrx mbufs must have a pkthdr; use m_gethdr to populate...
2008-01-26 Robert WatsonAllow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUF...
2008-01-26 Yaroslav TykhiyOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-26 Robert WatsonRename DB_ constants in db_capture.c to DDB_ so that...
2008-01-26 Robert WatsonRemove Giant acquisition around soreceive() and sosend...
2008-01-26 Konstantin BelousovIn rev. 1.156, the convertion of the minor number to...
2008-01-26 Julian ElischerOne of my powerbooks has this chip in it..
2008-01-26 Ed MasteAllow arbitrary baud rates, not just the standard ones.
2008-01-26 Kip Macyadd opt_global.h dependency
2008-01-25 John BaldwinFix a bug where a thread that hit the race where the...
2008-01-25 Robert WatsonHide ipfw internal data structures behind IPFW_INTERNAL...
2008-01-25 Ed MasteCalculate baud rate divisor instead of allowing only...
2008-01-25 John BaldwinFix a race in the sleepqueue timeout code that resulted...
2008-01-24 Jean-Sébastien PédronWhen asked to use kqueue, AIO stores its internal state...
2008-01-24 Konstantin BelousovDo not dereference NULL scp in the case the screen...
2008-01-24 Attilio RaoBump __FreeBSD_version in order to signal:
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Pawel Jakub Dawidek- Reduce how much ZFS caches by default. This is anothe...
2008-01-24 Pawel Jakub DawidekChange type of kmem_used() and kmem_size() functions...
2008-01-24 Bjoern A. ZeebReplace the last susers calls in netinet6/ with privile...
2008-01-24 Bjoern A. ZeebDifferentiate between addifaddr and delifaddr for the...
2008-01-24 Scott LongMany improvements that have been collected over time:
2008-01-23 Robert Watsontcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr...
2008-01-23 Alexander MotinFix bundle xmit octets stats for packet-split operation...
2008-01-23 Maxim Konovalovo Add boot, gdb, nfsserver and opencrypto dirs to CSCOP...
2008-01-23 Jeff Roberson - sched_prio() should only adjust tdq_lowpri if the...
2008-01-23 Andrey A. ChernovBump FreeBSD_version after adding "ASCII" encoding...
2008-01-22 Andrew GallatinTake advantage of the new physically contiguous 9K...
2008-01-21 Robert WatsonPut "coda_rdwr: Internally Opening" printf generated...
2008-01-21 Robert WatsonReplace references to VOP_LOCK() w/o LK_RETRY to vn_loc...
2008-01-21 Ruslan ErmilovAdd copyrights.
next