]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFV: r237650
[FreeBSD/FreeBSD.git] / sys /
2012-06-18 Rick MacklemFix the NFSv4 client for the case where mmap'd files are
2012-06-18 Konstantin BelousovAdjust the fix in r236953, by not generating the signal...
2012-06-18 Marius StroblRevert r236529, re-enabling verification of the flashed...
2012-06-18 Marius StroblRevert the part of r236495 that introduced checking...
2012-06-18 Marius StroblTry to bring this file closer to style(9).
2012-06-18 Marius StroblUnbreak after r236658 by comparing the right things.
2012-06-18 Marius StroblRefine r237102 a bit:
2012-06-18 Michael TuexenAdd rate limitation for SCTP OOTB responses.
2012-06-18 Michael TuexenCleanup the UDP decapsulation code.
2012-06-18 Alan CoxAdd PV chunk and list locking to pmap_page_exists_quick(),
2012-06-18 Alexander V. ChernikovMake radix lookup on src and dst flow addresses optional
2012-06-18 Alexander V. ChernikovSimplify IP pointer recovery in case of mbuf reallocation.
2012-06-18 Alexander MotinRemove never used CD/DA_FLAG_TAGGED_QUEUING flags.
2012-06-18 Poul-Henning KampFix the previous commit to only copy the data we were...
2012-06-18 Peter HolmIn tty_makedev() the following construction:
2012-06-18 Adrian ChaddExtend the radiotap code to be aware of the size of...
2012-06-17 Matt JacobRoll to the latest 2400/2500 firmware available from...
2012-06-17 Matt JacobPrepare for FC-Tape support. This involved doing a...
2012-06-17 Pawel Jakub DawidekDon't check for race with close on advisory unlock...
2012-06-17 Poul-Henning KampOn certain newer Intel Atom based motherboards, for...
2012-06-17 Rick MacklemMove the nfsrpc_close() call in ncl_reclaim() for the...
2012-06-17 Pawel Jakub DawidekExtend the comment about checking for a race with close...
2012-06-17 Pawel Jakub DawidekIf VOP_ADVLOCK() call or earlier checks failed don...
2012-06-17 Mitsuru IWASAKIResotre LCD brightness level on resuming.
2012-06-17 Davide ItalianoDisable hwpmc(4) support for Intel Xeon Sandy Bridge...
2012-06-17 Davide ItalianoThe variable 'error' in sys_poll() is initialized in...
2012-06-17 Adrian ChaddAR9287 tidyups:
2012-06-17 Adrian ChaddAdd an disabled workaround for the AR9285SE.
2012-06-17 Adrian ChaddBring over the AR9285 specific PCIe suspend/resume...
2012-06-17 Adrian ChaddAfter some discussion with bschmidt@, it's likely bette...
2012-06-17 Eitan Adlerattach_generic causes missing devices in /dev when...
2012-06-16 Adrian Chadd.. and this wasn't supposed to be in the previous commi...
2012-06-16 Adrian Chaddoops, remove this, it wasn't supposed to be committed.
2012-06-16 Attilio RaoDo a more targeted check on the page cache and avoid...
2012-06-16 Adrian ChaddA few nitpicks:
2012-06-16 Konstantin BelousovFix build.
2012-06-16 Alan CoxThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-16 Alexander V. ChernikovUse time_uptime instead of getnanotime for accouting...
2012-06-16 Alexander V. ChernikovSet netflow v9 observation domain value to fib number...
2012-06-16 Alexander V. ChernikovFix improper L4 header handling for IPv6 packets passed...
2012-06-16 Pawel Jakub DawidekRevert r237073. 'td' can be NULL here.
2012-06-16 Adrian ChaddShuffle some more fields in ath_buf so it's not too...
2012-06-16 Adrian ChaddShave four (or eight) bytes off of ath_buf - this field...
2012-06-16 Warner LoshThrow this debug behind bootverbose. The information...
2012-06-15 Warner LoshRemove stray line from merge.
2012-06-15 Adrian ChaddOops - use the actual 11n enable option.
2012-06-15 Matt JacobIf debug values were set, the default from tval floated
2012-06-15 Pawel Jakub DawidekOne more attempt to make prototypes formated according...
2012-06-15 Konstantin BelousovUse right size when freeing unneeded GTT mapping.
2012-06-15 Warner LoshMake it possible to link together a sam and an rm kerne...
2012-06-15 Warner LoshThese options are unused, and can safely be retired.
2012-06-15 Warner LoshThis hints file doesn't actually do anything, and besid...
2012-06-15 Warner LoshCollapse the files.at91 and files.at91sam9 back into...
2012-06-15 Warner LoshFix a global shadowing problem when LINUX_BOOT_ABI...
2012-06-15 Warner LoshTake half a step closer towards having a unified atmel...
2012-06-15 Adrian ChaddOk, ok. 802.11n can be on by default in GENERIC in...
2012-06-15 Adrian ChaddConvert ath(4) to just use ieee80211_suspend_all()...
2012-06-14 Marius Strobl- As a baind-aid, disable ATAPI DMA when using ATA_CAM...
2012-06-14 Marius Strobl- Add support for the FT2232 based egnite Turtelizer...
2012-06-14 Marius StroblFix a braino in r236469; the number of DMA tags require...
2012-06-14 Doug BartonImprove the functionality of the PORTS_MODULES knob...
2012-06-14 Warner LoshFix missing straggler for the move to parse_boot_param()
2012-06-14 Alan CoxUpdate a couple comments to reflect r235598.
2012-06-14 Alan CoxCorrectly identify the function in a KASSERT().
2012-06-14 Pawel Jakub DawidekUpdate comment.
2012-06-14 Pawel Jakub DawidekRemove fdtofp() function and use fget_locked(), which...
2012-06-14 Pawel Jakub DawidekExplicitly assert that the filedesc lock is held when...
2012-06-14 Pawel Jakub DawidekAssert that the filedesc lock is being held when the...
2012-06-14 Hans Petter SelaskyAdd more quirks for USB MIDI adapters.
2012-06-14 Pawel Jakub DawidekSimplify the code by making more use of the fdtofp...
2012-06-14 Pawel Jakub Dawidek- Assert that the filedesc lock is being held when...
2012-06-14 Pawel Jakub DawidekStyle fixes and assertions improvements.
2012-06-14 Pawel Jakub DawidekAssert that the filedesc lock is not held when closef...
2012-06-14 Pawel Jakub DawidekAdd FILEDESC_UNLOCK_ASSERT() macro which asserts that...
2012-06-14 Pawel Jakub DawidekExplicitly check if 'fd' is less than 0 instead of...
2012-06-14 Pawel Jakub DawidekStyle fixes.
2012-06-14 Warner LoshDefines for parsing linux ATAGs lists.
2012-06-14 Pawel Jakub DawidekRemove code duplication from fdclosexec(), which was...
2012-06-14 Pawel Jakub DawidekWhen we are closing capabilities during exec, we want...
2012-06-14 Pawel Jakub DawidekStyle.
2012-06-14 Andrey V. ElsukovAlways reconstruct partition entries in the PMBR when...
2012-06-14 Michael TuexenPass flowid explicitly through the stack instead of...
2012-06-14 Adrian ChaddShrink ath_buf a little more:
2012-06-14 Warner LoshMore Linux boot support. Create arm_dump_avail_init...
2012-06-14 Warner LoshAdd support for parsing Linux ATAGs such as you'd see...
2012-06-14 Adrian ChaddDisable BGSCAN for 802.11n for now. Until scanning...
2012-06-14 Warner LoshCreate default_parse_boot_param which, if FreeBSD ...
2012-06-14 Adrian ChaddDisable this warning debug for now, as I'm now aware...
2012-06-14 Warner LoshModify all the arm platform files to call parse_boot_pa...
2012-06-14 Adrian ChaddImplement a global (all non-mgmt traffic) TX ath_buf...
2012-06-13 Jung-uk Kim- Remove unused code for CR3 and CR4.
2012-06-13 Pawel Jakub DawidekWhen checking if file descriptor number is valid, expli...
2012-06-13 Pawel Jakub DawidekNow that dupfdopen() doesn't depend on finstall() being...
2012-06-13 Pawel Jakub DawidekAllocate descriptor number in dupfdopen() itself instea...
2012-06-13 Pawel Jakub Dawidek- Remove nfp variable that is not really needed.
2012-06-13 Pawel Jakub DawidekRemove duplicated code.
2012-06-13 Pawel Jakub DawidekAdd missing {.
2012-06-13 Pawel Jakub DawidekStyle.
2012-06-13 Pawel Jakub DawidekThere is no need to set td->td_retval[0] to -1 on error.
2012-06-13 Jung-uk Kim- Fix resumectx() prototypes to reflect reality.
next