OSDN Git Service

pinky-bar/pinky-bar.git
2016-10-10 aCheck if the sky condition chars are alpha
2016-10-10 aExclude moar auto-generated dummy files
2016-10-10 aParse the condition of the sky
2016-10-08 aCheck if tsc is supported before trying rdtsc/p
2016-10-08 aMention variations between compilers in BSD
2016-10-07 aAdd xbm icon for the weather
2016-10-07 aDont bother checking the response code, use dummy value
2016-10-07 ax+7 alone ensures that we wont try to read past the...
2016-10-07 aAnother lib, another GCC -O2 bug
2016-10-07 aUpdate the docs
2016-10-07 aAdd new module and weather function
2016-10-06 aWarm up the cache, add __volatile__ so llvm 3.7 to...
2016-10-06 aAdd the cpuid serializing instruction to rdtscp. Thanks...
2016-10-06 aRely on rdtscp when supported und clobber the regs
2016-10-06 aRevert "Use the same rdtsc for x86 and x64"
2016-10-06 aUse the same rdtsc for x86 and x64
2016-10-04 aNo need to save and restore the libs, LIBS="" alone...
2016-10-04 aVerify that we do not exceed the line limit
2016-10-04 aBump the required automake version
2016-10-04 aMake it even more easier to compile and install pinky_c...
2016-10-02 aMake it easier to compile and install pinky_curses
2016-10-01 aRely on PKG_CHECK_MODULES instead hardcoding the libnl...
2016-10-01 a--with-net is mandatory for --with-libnl
2016-10-01 a--with-net is mandatory for --with-libnl
2016-10-01 aNULL + 2 = great
2016-10-01 aSnafus pointed by the infradead.org docs
2016-10-01 aAdd libnl as configure options for newer wifi/wireless...
2016-09-30 aAssign short option to the new wifiname
2016-09-29 aAdd wifi options only to linux (need bsd dongle)
2016-09-29 aAny new option will be in the form of long one
2016-09-28 aCheck if we need to bitshift the family and model eax...
2016-09-24 aTest for the clflush presence, add better multicore...
2016-09-21 aLess indentation
2016-09-21 aGet the leafs and vendor with single call
2016-09-21 aget_cpu_info now handles newer Intel cpus
2016-09-20 aProvide more `configure` options to the FreeBSD users
2016-09-19 aDefine net macros
2016-09-19 aFreeBSD users are required to type the motherboard...
2016-09-18 aDetect if the battery was removed in OpenBSD
2016-09-17 aEnum the core (apicid) calling get_cpu_info
2016-09-17 aAccess the old eax
2016-09-17 aBit shift the L1 and L2 caches
2016-09-17 aFinally a proper cpu family detection
2016-09-16 aStore the physical and virtual bits in array
2016-09-16 aAdd more checks
2016-09-16 aAccess the L1 cache on AMD
2016-09-16 aDetect the virtual and physical address sizes
2016-09-16 aDetect the cores and clflush
2016-09-16 aInclude some assembly source files
2016-09-16 aRemove some redundant vars
2016-09-16 aSwitch to uint16
2016-09-16 aDetect the cpu cache line size
2016-09-16 aCheck how many register the cpu has
2016-09-16 aAccess the L2 cache
2016-09-15 aRe-order some code, make get_nic_info available only...
2016-09-15 aHandle cmus radio stream
2016-09-15 aSecond -O2 bug with "newer" GCC
2016-09-14 aRemove the switch flag traces
2016-09-14 aAdd cmus support
2016-09-14 aAdd cmus support
2016-09-11 aMake get_statio available to OpenBSD
2016-09-10 aMisc
2016-09-10 aAdd more m4 tests
2016-09-10 aMake get_swapp available to OpenBSD
2016-09-09 aRemove some vars
2016-09-09 aReverse my previous commit and add check for Crapple
2016-09-09 aRemove some vars
2016-09-09 aindex each core in openbsd
2016-09-09 aopenbsd trace
2016-09-09 aMake get_battery available to OpenBSD
2016-09-09 qAdd OpenBSD support, dont update if you use linux or...
2016-09-06 aMisc
2016-09-06 aDetect the cpu temp from lm_sensors when --with-sensors...
2016-09-06 aInit less colours
2016-09-06 aUsing non-async code in async handler, ouch
2016-09-06 aDont block any signal, why did I added it in first...
2016-09-05 aBlock the signals while unuglify is called
2016-09-05 aSwitch to async signal handler
2016-09-05 aMisc
2016-09-05 apinky_curses: discard non printable chars
2016-09-04 aVerify that lm_sensors doesnt detect more fans than...
2016-09-04 afirst commit