]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-04-01 Bryan DreweryFollow-up r297282: Make the COPTS warning more useful.
2016-04-01 Michael TuexenSet the chunk id for ERROR chunks.
2016-04-01 Jared McNeillMove support for Synopsys Designware APB UART out of...
2016-04-01 Edward Tomasz... Fix mismerge.
2016-04-01 Edward Tomasz... Drop the 'resource' argument to racct_decay(); it would...
2016-04-01 John BaldwinCap IOSIZE_MAX to INT_MAX for 32-bit processes.
2016-04-01 Edward Tomasz... Call rctl_enforce() in all cases the resource usage...
2016-04-01 Edward Tomasz... Reorder the functions; no functional changes.
2016-04-01 Edward Tomasz... Reduce code duplication.
2016-04-01 Edward Tomasz... Reduce code duplication. There should be no (intended...
2016-04-01 Sean BrunoRepair a overflow condition where a user could submit...
2016-04-01 Zbigniew BodekFix PowerPC LINT build after r297392
2016-04-01 Konstantin... Style(9), use tabs for the #define LOOPS line.
2016-04-01 Sepherosa Ziehautcp/lro: Change SLIST to LIST, so that removing an...
2016-04-01 Sepherosa Ziehautcp/lro: Use tcp_lro_flush_all in device drivers to...
2016-04-01 Sepherosa Ziehauhyperv: Register Hyper-V timer early enough for TSC...
2016-04-01 Kevin LoUpdate comment: Linux does set a randomized generation...
2016-04-01 Pedro F. Giffunimtest: Prevent access to uninitialized value.
2016-03-31 Brooks DavisAdd a cross reference to ktrace(2).
2016-03-31 Brooks DavisDocument KTRFAC_FAULT and KTRFAC_FAULTEND.
2016-03-31 John BaldwinCorrect error messages in recently added test.
2016-03-31 Gleb SmirnoffFix an error in r292373. Use proper count to update...
2016-03-31 Pedro F. Giffunipci_emul_dior(): fix uninitialized scalar variable.
2016-03-31 Bjoern A. ZeebCatch up with some more fields. I needed the bpf one...
2016-03-31 Ed SchoutenMake Position Independent Executables work for CloudABI.
2016-03-31 Ed SchoutenRegenerate system call table after r297468.
2016-03-31 Ed SchoutenSync in the latest CloudABI system call definitions.
2016-03-31 John BaldwinRemove #ifdef's from various structures used in the...
2016-03-31 John BaldwinRework handling of thread sleeps before timers are...
2016-03-31 Edward Tomasz... Refactor; no functional changes.
2016-03-31 John BaldwinTidy up the unmapped I/O code in qphysio.
2016-03-31 Bryan DreweryWITHOUT_TOOLCHAIN: Skip building of h_raw.
2016-03-31 Bryan DreweryLIB32+WITHOUT_TOOLCHAIN: Fix build by staging includes.
2016-03-31 Bryan DreweryWITHOUT_TOOLCHAIN: Fix build of rtld.
2016-03-31 Edward Tomasz... Improve comments.
2016-03-31 Navdeep ParharAdd wait_event_interruptible_timeout to linuxkpi.
2016-03-31 Edward Tomasz... Fix overflows, making it impossible to add negative...
2016-03-31 Zbigniew BodekFix number of the enabled VFs in VNIC
2016-03-31 Bryan DreweryWe don't support DPLIBS.
2016-03-31 Christian BruefferFix minor problems caught by mandoc -Tlint.
2016-03-31 Bryan DreweryDefine OBJTOP earlier if possible for use in targets.
2016-03-31 Zbigniew BodekDon't omit m_dup() for non-writeable mbufs that need...
2016-03-31 Edward Tomasz... Remove NULL checks after M_WAITOK allocations, which...
2016-03-31 Zbigniew BodekFix MAC address configuration for VNIC
2016-03-31 Zbigniew BodekImprove TX path of the VNIC driver
2016-03-31 Tony FinchFix whois queries for ARIN AS numbers.
2016-03-31 Zbigniew BodekFix typo in the VNIC's PF function name
2016-03-31 Zbigniew BodekDisable MSI-x for AHCI on Alpine plattform
2016-03-31 Andrew TurnerAdd support for 4 level pagetables. The userland addres...
2016-03-31 Hans Petter... Fix bugs in currently unused bit searching loop.
2016-03-31 Adrian ChaddAdd support for the Nuvoton NCT5104D.
2016-03-31 Bryan Dreweryhosttools: Trim unneeded directories.
2016-03-31 Pedro F. Giffunirestore(8): fix use of uninitialized value.
2016-03-31 George V. Neville... Unbreak the RSS/PCBGROUp build.
2016-03-31 Bryan DreweryDIRDEPS_BUILD: Don't reset OBJROOT in sub-makes.
2016-03-30 Bryan DreweryRegenerate
2016-03-30 Bryan DreweryRemove FAST_DEPEND reference missed in r297434.
2016-03-30 Bryan DreweryFix the external GCC build after r297271 by setting...
2016-03-30 Bryan DreweryRemove the old depend (mkdep) code and make FAST_DEPEND...
2016-03-30 Bryan Dreweryshow-valid-targets: Indent each target 2 spaces.
2016-03-30 Bryan DreweryRemove redundant code imported into dirdeps.mk in r290956.
2016-03-30 Bryan Dreweryshow-valid-targets: Organize all targets by the all_mac...
2016-03-30 Bryan DreweryMove hosttools to Makefile.depend.host so it shows...
2016-03-30 Bryan Dreweryshow-valid-targets: Show host targets and also order...
2016-03-30 Luiz Otavio... Enable SPI1 on Beaglebone Black.
2016-03-30 Luiz Otavio... Use the AM33XX_IOPAD() MACRO which is easier to read...
2016-03-30 Jamie GrittonUse osd_reserve / osd_jail_set_reserved, which is known...
2016-03-30 Luiz Otavio... Add basic FDT support for the mx25l SPI flash.
2016-03-30 Jamie GrittonAdd osd_reserve() and osd_set_reserved(), which allow...
2016-03-30 Alexander MotinPlug open count leak on zvol rename.
2016-03-30 Alexander MotinSwitch from using make_dev_p() to make_dev_s() to close...
2016-03-30 Luiz Otavio... Bump up the read and write timeouts. The old value...
2016-03-30 Ed Mastelibc: stop exporting cerror
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-30 Hans Petter... Add new USB ID to UDL driver.
2016-03-30 Adrian Chadd[bwn] fix time_before -> ieee80211_time_before()
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-30 Pedro F. Giffunifreopen(3): prevent uninitialized errno.
2016-03-30 Navdeep ParharRemove unnecessary dequeue_mutex (added in r294610...
2016-03-30 Adrian Chadd[net80211] migrate the time_* macros to ieee80211_...
2016-03-30 Adrian Chadd[net80211] Add fields to decode uAPSD fields.
2016-03-30 Mark JohnstonFix the lladdr copy in in6_lltable_dump_entry() after...
2016-03-29 Pedro F. GiffuniSmall typo.
2016-03-29 Konstantin... Do not access buffer if bread(9) or cluster_read(9...
2016-03-29 Gleb SmirnoffThe sendfile(2) allows to send extra data from userspac...
2016-03-29 Konstantin... Type of the interrupt handlers on x86 cannot be express...
2016-03-29 Konstantin... Fix several bugs in r297374:
2016-03-29 Mark JohnstonModify nd6_llinfo_timer() to acquire the nd6 lock befor...
2016-03-29 Alexander MotinModify "4958 zdb trips assert on pools with ashift...
2016-03-29 Luiz Otavio... Add the SPI driver for am335x.
2016-03-29 Bryan DreweryReword descriptions of asserting locks held without...
2016-03-29 Bryan DreweryUse proper kern.opts.mk rather than src.opts.mk from...
2016-03-29 Zbigniew BodekReduce OFW PCI code duplication - involves ARM, PPC...
2016-03-29 Edward Tomasz... Remove some NULL checks for M_WAITOK allocations.
2016-03-29 Andrew TurnerRead the CPU ID for the current CPU from the GIC. The...
2016-03-29 Zbigniew BodekImprove HW checksums support in VNIC
2016-03-29 Zbigniew BodekDon't manage free SQ entry index by the atomic operations
2016-03-29 Alexander MotinAdd some device IDs found on AMD FCH shipsets.
2016-03-29 Alexander MotinAdd support for AMD FCH watchdog timers.
2016-03-29 Edward Tomasz... Add phttpget(8) .Xr to fetch(1).
next