]> git.ozlabs.org Git - ccan/history - ccan
cpuid: small fix for non x86-cpus
[ccan] / ccan /
2013-11-11 Ahmed Samycpuid: small fix for non x86-cpus
2013-11-08 Ahmed Samycpuid: prefix cpuid_t enums with CPUID_* instead of...
2013-11-07 Ahmed Samycpuid: drop support for testing extended features
2013-11-07 Ahmed Samycpuid: fix for MSVC in cpuid_is_supported()
2013-11-07 Ahmed Samycpuid: parse additional feature information for pCPU_PR...
2013-11-07 Ahmed Samycpuid: better parser for processor info
2013-10-29 Rusty Russellio: fix port clash in test.
2013-10-29 Rusty Russelldaemonize / daemon_with_notify: ignore Ubuntu 13.10...
2013-10-28 Rusty Russelltime: to/from sec conversions.
2013-10-28 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-10-25 Ahmed Samycpuid: Use __asm for MSVC
2013-10-23 Ahmed Samycpuid: use a sprintf-like function to get cputype as...
2013-10-21 Ahmed Samycpuid: avoid unions in parsing data
2013-10-21 Ahmed Samycpuid: apply the 32-bit fix
2013-10-21 Rusty Russellio: add io_conn_fd()
2013-10-21 Rusty Russellio: io_set_alloc()
2013-10-16 Rusty Russellccan/io: make union more generic.
2013-10-14 Ahmed SamyMerge branch 'master' of ozlabs.org:ccan
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-14 Rusty Russellccan/io: add examples.
2013-10-14 Rusty Russellccan/io: io_connect()
2013-10-14 Rusty Russellccan/io: flatten debug callchain further.
2013-10-14 Rusty Russellccan/io: flatten debug callchain.
2013-10-14 Rusty Russellccan/io: update and improve documentation.
2013-10-14 Rusty Russellccan/io: save errno on io_close, for finish functions.
2013-10-14 Rusty Russellccan/io: handle errors on poll()
2013-10-14 Rusty Russellccan/io: io_close_cb()
2013-10-14 Rusty Russellccan/io: simplify I/O callbacks.
2013-10-14 Rusty Russellccan/io: io_set_finish()
2013-10-14 Rusty Russellccan/io: test custom io functions.
2013-10-14 Rusty Russellccan/io: go linear for debugging.
2013-10-14 Rusty Russellccan/io: test read after hangup.
2013-10-14 Rusty Russellccan/io: simplify do_ready.
2013-10-14 Rusty Russellccan/io: make io functions more generic.
2013-10-14 Rusty Russellccan/io: remove io_state.
2013-10-14 Rusty Russellccan/io: remove IO_IDLE state.
2013-10-14 Rusty Russellccan/io: remove IO_NEXT state.
2013-10-14 Rusty Russellccan/io: initialize connection with an explicit I/O...
2013-10-14 Rusty Russellccan/io: generic init function for listening connections.
2013-10-14 Rusty Russellccan/io: remove conn arg from io_plan constructors.
2013-10-14 Rusty Russellccan/io: pass struct io_plan explicitly.
2013-10-14 Rusty Russellccan/io: replace backend_set_state with backend_wakeup()
2013-10-14 Rusty Russellccan/io: make enum io_state namespace-safe.
2013-10-14 Rusty Russellccan/io: use explicit IO callback functions, instead...
2013-10-14 Rusty Russellccan/io: remove next & finish from union.
2013-10-14 Rusty Russellccan/io: put explicit poll flags in the plan.
2013-10-14 Rusty Russellccan/io: get rid of io_next(), pass callbacks directly.
2013-10-14 Rusty Russellccan/io: rename io_op to io_plan.
2013-10-14 Rusty Russellccan/io: timer support.
2013-10-14 Rusty Russellccan/io: check for all idle.
2013-10-14 Rusty Russellccan/io: io_duplex.
2013-10-14 Rusty Russellccan/io: benchmarks.
2013-10-14 Rusty Russellccan/io: new module.
2013-10-13 Ahmed Samycpuid: minor fixes
2013-10-11 Ahmed Samycpuid: cache processor brand string
2013-10-11 Ahmed Samycpuid: remove the static func has_feature
2013-10-11 Ahmed Samycpuid: fix build on 64-bit systems
2013-10-02 Rusty Russellnet: add async operation helpers.
2013-10-02 Rusty Russellnet: fix leak in test.
2013-10-02 Rusty Russellopt: add allocator setting.
2013-09-27 Rusty Russellcpuid: ccanlint fixes.
2013-09-27 Rusty RussellMerge branch 'cpuid' of https://github.com/decltype...
2013-09-26 Ahmed Samycpuid: parse CPU L1 cache and TLB identifications
2013-09-26 Ahmed Samycpuid: use uint32_t instead of int/unsigned
2013-09-25 Ahmed Samycpuid: small fix
2013-09-25 Ahmed Samycpuid: Minor improvements
2013-09-24 David Gibsonnet: Fix potential uninitialized use of variables in...
2013-09-23 Ahmed Samycpuid: only compile source file if x86 cpu
2013-09-23 Ahmed Samycpuid: prefix every function with cpuid_
2013-09-22 Ahmed Samycpuid: add 2 new functions + some more tests
2013-09-21 Ahmed Samycpuid: add proper documentation
2013-09-21 Ahmed Samycpuid: new module
2013-09-13 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-09-12 Emilio G. Cotaheap: add example on empty heap check
2013-09-10 Emilio G. Cotaheap: new module
2013-09-09 Rusty Russellilog: reformat so webpage doesn't get confused.
2013-09-09 Rusty Russellilog: relicense to Public Domain.
2013-09-08 Rusty Russelltal: add tal_resizez for zero-padded expansion.
2013-09-08 Rusty Russellendian: add documentation on endian typedefs.
2013-09-08 Rusty Russellshort_types: update documentation on be32/le32 etc.
2013-09-08 Rusty Russellendian/short_types: sparse support.
2013-09-05 David Gibsonbitmap: Add helper macro to statically declare bitmaps
2013-09-05 David Gibsonbitmap: Rework to assume always multiple of words stora...
2013-09-05 David Gibsonbitmap: Rework types and sizing macros
2013-09-05 David Gibsonbitmap: Use a typesafe(ish) parameters instead of void *
2013-08-29 Rusty Russelllist: add list_next and list_prev helpers.
2013-08-22 David Gibsonbitmap: Add first cut at a bitmap module
2013-07-15 Volker Lendeckeccan: Fix calling memset with zero length parameter
2013-06-11 Rusty Russelltal/path: fix unset vars in error paths.
2013-05-27 Rusty Russellbreakpoint: new module.
2013-05-13 Rusty Russellendian: remove unnecessary _CONST postfixes.
2013-04-08 Rusty Russellendian: add constant versions.
2013-04-08 Rusty Russellendian: change license to CC0.
2013-04-05 Rusty Russelltimer: clean up.
2013-04-05 Rusty Russelltimer: increase default span to 5.
2013-04-05 Rusty Russelltimer: cache the minimal value.
2013-04-05 Rusty Russelltimers: implementation of lazily-ordered timers.
2013-04-01 Rusty Russellnfs: add licenses into generated files.
2013-04-01 Rusty Russellogg_to_pcm: fix compilation of example in _info.
next