]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-06-04 Luigi Rizzomake sure ifp->if_transmit returns 0 if a buffer is...
2014-06-04 Allan JudeSadly, we do not actually live in the future.
2014-06-04 Ivan VorasBulk document the kern.geom.label.*.enable sysctls...
2014-06-04 Konstantin... For Xeon 7500 and 48XX (Nehalem EX and Westmere EX...
2014-06-04 Konstantin... Allow shared locking for the tmpfs vnodes.
2014-06-04 Alexander Motin- Add support for SG_GET_SG_TABLESIZE IOCTL to report...
2014-06-04 Hans Petter... The external USB HUB in the RPI-B rejects control endpo...
2014-06-04 Hans Petter... Fixes for the RSU driver:
2014-06-04 Bryan Drewery- Naively fix build by partially reverting r267029...
2014-06-04 Allan JudeFurther updates to the netstat(1) man page and usage...
2014-06-04 Ed Mastevt fontcvt: Use a hash to speed up glyph deduplication
2014-06-03 Julio MerinoMerge (unused) documentation of WITHOUT_TESTS into...
2014-06-03 John-Mark Gurneydon't check fs_flags for _FLAGS_UPDATED as it is stored...
2014-06-03 Xin LIDon't leak Giant.
2014-06-03 Alexander MotinReplace gethrtime() with cpu_ticks(), as source of...
2014-06-03 Pietro Cerutti- Avoid calling a wrapper function around strcmp
2014-06-03 Pietro Cerutti- style, remove (void) in front of printf and the like
2014-06-03 Luiz Otavio... FreeBSD, historically, has always used 8-bit addresses...
2014-06-03 Xin LIFix incorrect error handling in PAM policy parser....
2014-06-03 Ed Mastevt fontcvt: Make the bold font optional
2014-06-03 Ed Mastevt fontcvt: Make height and width optional arguments
2014-06-03 Luiz Otavio... Remove the unnecessary i2c slave address assignment.
2014-06-03 Aleksandr RybalkoFix case when vt(4) started w/o driver assigned.
2014-06-03 Pietro Cerutti- Use strlen instead of hardcoding a number
2014-06-03 Maxim SobolevFix few outdated names of defines:
2014-06-03 Kevin LoFix build UDP-Lite with VIMAGE enabled when building...
2014-06-02 John-Mark Gurneyhandle longer commands so that lines don't overflow...
2014-06-02 John-Mark Gurneyadd Xref to sound(4)...
2014-06-02 George V. Neville... Add missing Ivy Bridge and Haswell events.
2014-06-02 Alexander MotinOverhaul CAM SG driver IOCTL interfaces.
2014-06-02 Marcel MoolenaarConvert bxe(4) to use the driver API.
2014-06-02 Marcel MoolenaarConvert em(4) to use the driver API.
2014-06-02 Marcel MoolenaarConvert fxp(4) to use the driver API.
2014-06-02 Ed MasteRemove extraneous "mkdir -p"
2014-06-02 Marcel MoolenaarAdd convert_drvapi.sh; a script that helps to convert...
2014-06-02 Marcel MoolenaarIntroduce a procedural interface to the ifnet structure...
2014-06-02 Ivan VorasDocument the diskid automatic label class.
2014-06-02 Pietro Cerutti- Return NULL and set errno to EINVAL if size is 0...
2014-06-02 Hans Petter... Change type of the DMA address so that on PAE platforms...
2014-06-02 John-Mark Gurneyenable sound modules on arm.. This is necessary to...
2014-06-02 Benjamin KadukNote that recording is not supported for snd_envy24*
2014-06-02 Benjamin KadukDocument some more socket features
2014-06-02 Luiz Otavio... Never, ever, abbreviate the month names on manual pages.
2014-06-02 Luiz Otavio... Configure the analog input 7 which, on BBB, is connecte...
2014-06-02 Eitan Adlerarc: add linting for python files
2014-06-01 Hiren PanchasaraDNOLD_IS_ECN introduced by r266941 is not required.
2014-06-01 Bryan VenteicherSplit the virtio.h header file into multiple files
2014-06-01 Ruslan BukinAdd ident value. This fixes universe build.
2014-06-01 Jilles Tjoelkerprintf: Install tests/regress.missingpos1.out, fixing...
2014-06-01 Jilles Tjoelkersh: Avoid undefined behaviour shifting negative values...
2014-06-01 Hans Petter... Add basic support for isochronous transfers in host...
2014-06-01 Ruslan BukinFix i2c communication interface to be compatible with
2014-06-01 Ruslan BukinRename exynos uart driver filenames.
2014-06-01 Ruslan BukinAdd support for Exynos 5420 Octa - 8-core
2014-06-01 Ruslan BukinDo only receive chars if there are some data in the...
2014-06-01 Hiren PanchasaraECN marking implenetation for dummynet.
2014-06-01 Ganbold TsagaankhuuSilence tinderbox build.
2014-06-01 Adrian ChaddPin the right thread.
2014-06-01 Craig RodriguesAllow customization of the brand displayed in the boot...
2014-06-01 Luiz Otavio... Export two new settings for the AM335x PWM, the clock...
2014-06-01 Luiz Otavio... Adds the bsnmp module to export the temperature data...
2014-06-01 Neel NatuUse MIN(a,b) from <sys/param.h> instead of rolling...
2014-06-01 Neel NatuLimit the maximum number of back-to-back iterations...
2014-05-31 Neel NatuActivate vcpus from bhyve(8) using the ioctl VM_ACTIVAT...
2014-05-31 Jilles Tjoelkersh: Simplify find_command() slightly.
2014-05-31 Christian BruefferGrammar cleanup; sort SEE ALSO.
2014-05-31 John-Mark Gurneyconvert to using the _daddr_t types like newfs was...
2014-05-31 Dmitry ChaginTo allow to run the interpreter itself add a new ELF...
2014-05-31 Dmitry ChaginGlibc was switched to the FUTEX_WAIT_BITSET op and...
2014-05-31 Luiz Otavio... Ignore IIC_ENOADDR from iicbus_reset() as it only means...
2014-05-31 Luiz Otavio... Add a bounds verification to the SCL and SDA pin values.
2014-05-31 Ganbold TsagaankhuuAdd #NO_UNIVERSE to RADXA and RADXA-LITE kernel configs
2014-05-31 Patrick Kelsey- Added myself and mentor/mentee relationship to the...
2014-05-31 Xin LIMFV 266913+266914:
2014-05-31 Xin LI4901 zfs filesystem/snapshot limit leaks
2014-05-31 Xin LI3897 zfs filesystem and snapshot limits (fix leak)
2014-05-31 Pedro F. GiffuniFix m2 regression test.
2014-05-30 Tycho NightingaleIf VMX isn't enabled so long as the lock bit isn't...
2014-05-30 Navdeep Parharcxgbe(4): Fix a NULL dereference when the very first...
2014-05-30 Bjoern A. ZeebWhile PAWS is disabled, there are no consumers for...
2014-05-30 John BaldwinRework the notion of CPU used in top. In particular...
2014-05-30 Neel NatuRemove bogus check for kmem_malloc() failure even thoug...
2014-05-30 Pedro F. GiffuniBump FreeBSD_version due to changed header for strcasec...
2014-05-30 Ed MasteUpdate default callchain depth to 16 to match kernel
2014-05-30 Ed MasteAdd missing libexec/bsdconfig subdirectories
2014-05-30 Neel NatuAllocate a zeroed LDT.
2014-05-30 Nathan WhitehornEnable a login console on ttyu0 by default if it is...
2014-05-30 Hans Petter... Use own memory pool of 128K until further, hence that...
2014-05-30 Hans Petter... Add optional support for USB to BERI loader. Fix the...
2014-05-30 Hans Petter... It appears the ISP/SAF1761 sometimes is busy when readi...
2014-05-30 John BaldwinUse callout_*() rather than timeout()/untimeout().
2014-05-30 Hans Petter... Resolve issue with resolving malloc() and free() functi...
2014-05-30 Hans Petter... Export structure(s) properly.
2014-05-30 Hans Petter... Fix delay() function in the BERI loader code.
2014-05-30 Hans Petter... Make driver detach code in USB mass storage test optional.
2014-05-30 Hans Petter... Add ISP/SAF1761 bootloader bus interface file.
2014-05-30 Hans Petter... USB boot library improvements:
2014-05-30 Hans Petter... Add support for USB mass storage to libusbboot.
2014-05-30 Andrey V. ElsukovUse g_conf_printf_escaped() to escape symbols, which...
2014-05-30 Hans Petter... style(9) requires an empty line when function have...
next