]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-06-17 Ian LeporeAdd back a const qualifier I somehow fumbled away betwe...
2019-06-17 Ian LeporeImplement the ofw_bus_get_node method in aw_pwm(4)...
2019-06-17 Ian LeporeAdd ofw_pwmbus to enumerate pwmbus devices on systems...
2019-06-17 Alan CoxEliminate a redundant call to pmap_invalidate_page...
2019-06-16 Alan CoxThree changes to arm64's pmap_unwire():
2019-06-16 Nathan WhitehornFix bug on newbus device deletion: we should delete...
2019-06-16 Antoine BrodinRemove tabs from BSD.var.dist
2019-06-16 Ian LeporeRework pwmbus and pwmc so that each child will handle...
2019-06-16 Edward Tomasz... In iostat(8) output, skip the decimal point and the...
2019-06-16 Alan CoxThree enhancements to arm64's pmap_protect():
2019-06-16 Ian LeporeIn detach(), call bus_generic_detach() before deleting...
2019-06-16 Ian LeporeRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 Ed Mastevtfontcvt: correct typo in hex parsing update
2019-06-16 Ed Mastevtfontcvt: improve .bdf validation
2019-06-16 Ed Mastevtfontcvt: improve .bdf verification
2019-06-16 Ed Masteallow vt(4) fonts to be built from .bdf files
2019-06-16 Ed Mastevtfontcvt: initialize another variable to quiet GCC...
2019-06-16 Rene LadanDifferentiate package versions for ALPHA/BETA/PRERELEAS...
2019-06-16 Ed Mastevtfontcvt: initialize bbwbytes to avoid GCC 4.2.1 unini...
2019-06-16 Ed Mastevtfontcvt: improve BDF and hex font parsing
2019-06-16 Bryan Drewerysymlinkat(2) is not covered.
2019-06-16 Philip PaepsAdd macOS-like three finger drag trackpad gesture to...
2019-06-16 Ian LeporeBuild SoC-specific modules with GENERIC for the SoCs...
2019-06-16 Ian LeporeAdd module makefiles for Texas Instruments ARM SoCs.
2019-06-16 Ian LeporeSplit the dtb MODULES_EXTRA line to a series of +=...
2019-06-16 Ian LeporeAdd module makefiles for pwm.
2019-06-16 Ian LeporeThis code no longer uses fdt/ofw stuff, no need to...
2019-06-16 Ian LeporeMake channel number unsigned, and spell unsigned int...
2019-06-16 Ian LeporeThe pwm interface was replaced with pwmbus, include...
2019-06-15 Ian LeporeMake pwm channel numbers unsigned.
2019-06-15 Ian LeporeRestructure the pwm device hirearchy and interfaces.
2019-06-15 Ian LeporeDestroy the cdev on device detach. Also, make the...
2019-06-15 Ian LeporeRename the channel_max method to channel_count, because...
2019-06-15 Ian LeporeGive the aw_pwm driver a module version.
2019-06-15 Ian LeporeSpell unsigned int as u_int and channel as chan; elimin...
2019-06-15 Ian LeporeUnwrap prototype lines so that return type and function...
2019-06-15 Ian LeporeMake pwmbus driver and devclass vars static; they're...
2019-06-15 Ian LeporeAdd a missing #include. I suspect this used to get...
2019-06-15 Ian LeporeUse device_delete_children() instead of a locally-rolle...
2019-06-15 Ian LeporeRemove pwmbus_attach_bus(), it no longer has any caller...
2019-06-15 Ian LeporeMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-15 Ian LeporeDo not include pwm.h here, it is purely a userland...
2019-06-15 Ian LeporeRemove pcf8563reg.h, the driver it was associated with...
2019-06-15 Alan CoxPreviously, when pmap_remove_pages() destroyed a dirty...
2019-06-15 Bryan Drewerycsu: Add proper .depend tracking for each object.
2019-06-15 Bryan DreweryAllow DEPENDOBJS/DEPENDSRCS to work with only OBJS...
2019-06-15 Bryan DrewerySupport reading in .depend files.
2019-06-15 Bryan DreweryMETA_MODE: Delete build targets that fail.
2019-06-15 Bryan DreweryAdd various CFLAGS/LDADD overrides for the output targe...
2019-06-15 Bryan DreweryAvoid generating DEPENDFILES='.depend.' when there...
2019-06-15 Bryan DrewerySimilar to r335710 avoid ccache when linking a .cc...
2019-06-15 Bryan DreweryFix .depend files to work for build tools.
2019-06-15 Bryan DreweryDon't force OBJS_DEPEND_GUESS headers onto all objects.
2019-06-15 Ian LeporeHandle failure to enable the clock or obtain its frequency.
2019-06-15 Ian LeporeDon't call pwmbus_attach_bus(), because it may not...
2019-06-15 Ian LeporeIn detach(), check for failure of bus_generic_detach...
2019-06-15 Ian LeporeAllow pwm(9) components to be selected individually...
2019-06-15 Mateusz Piotrowskinetmap.4: Fix a typo as FreeBSD Linux is not a thing
2019-06-15 Marius Strobl- Replace unused and only ever written to members of...
2019-06-15 Marius StroblAdd <sys/dnv.h> required for libnv to SYSINCS, too...
2019-06-15 Ed Mastevtfontcvt: add comments in add_glyph
2019-06-15 Xin LIIn ask(): override default option if any of alwaysyes...
2019-06-15 Xin LIBlankspace. No actual code change.
2019-06-15 Doug MooreCritical comments were lost in r349203. This patch...
2019-06-15 Julian ElischerLightly hide the 'var' inside the macros to read the...
2019-06-14 Greg LeheyEdvard Hagerup Grieg parses as given name, mother's...
2019-06-14 Alan CoxBatch the TLB invalidations that are performed by pmap_...
2019-06-14 Alan Somersopen(2): fix the description of O_FSYNC
2019-06-14 Alexander MotinMinimize aggsum_compare(&arc_size, arc_c) calls.
2019-06-14 Alexander MotinAlike to ZoL disable metaslab allocation tracing code.
2019-06-14 Alexander MotinProperly align struct multilist_sublist to cache line.
2019-06-14 Kirk McKusickClarify that the -r and -R options can be used only...
2019-06-14 Alan CoxChange the arm64 pmap so that updates to the global...
2019-06-14 Doug MooreAvoid using the prev field of vm_map_entry_t in two...
2019-06-14 Alexander MotinUpdate td_runtime of running thread on each statclock().
2019-06-13 Warner LoshAdd opt_cam.h so we can build this outside of a kernel...
2019-06-13 Doug MooreCreate a function for creating objects to back map...
2019-06-13 Vincenzo Maffionebhyve: move common code to net_utils.c
2019-06-13 Warner LoshDon't print the request we may be aborting in ciss_noti...
2019-06-13 Warner LoshIncrease the timeout for READ NATIVE MAX
2019-06-13 Alan SomersAdd test cases for epair
2019-06-13 Li-Wen HsuFix gcc build by removing redeclaration
2019-06-13 Alexander MotinMove write aggregation memory copy out of vq_lock.
2019-06-12 Bryan DreweryDon't delete .depend files outside of cleandepend.
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Alan CoxChange pmap_demote_l2_locked() so that it removes the...
2019-06-12 Mariusz Zaborskifileargs: add wrapping/unwrapping functions
2019-06-12 Mariusz Zaborskigeli: style nits
2019-06-12 Mariusz Zaborskigeli: partially revert r348709
2019-06-12 Stephen HurdSome devices take undesired actions when RTS and DTR are
2019-06-12 John BaldwinRemove a spurious break when setting up a 64-bit memory...
2019-06-12 Jonathan T... The current IPMI KCS code is waiting 100us for all...
2019-06-12 Ian LeporeDon't attempt to include hwpmc support for armv6, we...
2019-06-12 Brandon BergrenFix PPC970 boot after r348783
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-12 Emmanuel Vadotmtree: Restore mode for /var/spool/lock and opielocks
2019-06-12 Cy SchubertWhitespace adjustments replacing spaces with tabs.
2019-06-12 Cy SchubertResolve IPv6 checksum errors with stateful inspection...
2019-06-12 Cy SchubertRegister pfil hooks when VNET != vnet0. r302298, which...
2019-06-12 Cy SchubertEnclose a long multi-line single conditional statement...
next